.section-con {
  width: 1200px;
  margin: 0 auto;
}
.main-page {
  position: relative;
}
.main-header .main-logo {
  width: 100%;
  height: 100%;
  display: block;
}
.main-base {
  display: flex;
  justify-content: center;
}
.main-content {
  background-color: #fff;
  overflow: hidden;
}
.main-link {
  margin: 20px;
  width: 400px;
}
.more {
  width: 85px;
  height: 55px;
}
.list {
  width: 330px;
}
.list p {
  height: 35px;
  margin: 10px 0;
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221013hy_navititlebg.png')
    center / 100% no-repeat;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-indent: 30px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.tab {
  margin: 2px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab .tab-item {
  width: 200px;
  height: 39px;
  margin: 2px;
}
.tab .tab1 {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton1b.png')
    center / 100% no-repeat;
}
.tab .tab2 {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton2b.png')
    center / 100% no-repeat;
}
.tab .tab3 {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton3b.png')
    center / 100% no-repeat;
}
.tab .tab1-active {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton1a.png')
    center / 100% no-repeat;
}
.tab .tab2-active {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton2a.png')
    center / 100% no-repeat;
}
.tab .tab3-active {
  background: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221030zy_mobilbutton3a.png')
    center / 100% no-repeat;
}
.time-logo > img {
  width: 45px;
  height: 45px;
}
.time-outer {
  margin-left: 18px;
  border-left: 1px solid #c90100;
}
.time-ul {
  margin-left: -8px;
}
.time-ul .time-li {
  background-image: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221013hy_reddot2.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 30px;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
}
.time-ul .t-active {
  background-image: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221013hy_reddot1.png');
}
.time-ul .main-text {
}
.time-ul .main-text .title {
  font-size: 20px;
  font-weight: bold;
}
.time-ul .main-text .desc {
  padding: 10px 20px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 32px;
  margin: 20px 10px;
}
.time-ul .main-text .m-li {
  background-image: url('https://nfcms-mainsiteoss.southcn.com/theory/__tpl_asset/zt/img/20221013hy_dot1.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

.date-text {
  margin-bottom: 10px;
}
