.main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
.main .banner {
  width: 100%;
  height: 384px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main .banner img {
  position: absolute;
  display: block;
  min-height: 100%;
  min-width: 100%;
}
.main .banner b, .main .banner span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.main .banner b {
  display: none;
  font-size: 60px;
  font-family: YouSheBiaoTiHei;
  margin-bottom: 30px;
}
.main .wrapper {
  position: relative;
  z-index: 1;
}
.main .tit {
  position: absolute;
  padding: 80px 0 50px;
}
.main .tit h2 {
  text-align: center;
  font-size: 42px;
  font-family: PingFangSC-Semibold;
  line-height: 59px;
  color: #FFFFFF;
}
.main .tit p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.main .tit p a {
  color: #E70012;
}
.main dl {
  padding: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D8;
}
.main dl .tags {
  color: #666666;
}
.main dl dt h5 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  margin-bottom: 16px;
}
.main dl dt > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
}
.main dl dt > div .tags {
  display: -ms-flexbox;
  display: flex;
}
.main dl dt > div .tags span {
  margin-right: 12px;
}
.main dl dt > div .times {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.main dl dt > div .times:after {
  display: block;
  content: '';
  background: url(../img/icon_jiantou@2x-3e7c07ad.png) no-repeat center;
  background-size: 16px 16px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transform: rotate(90deg);
}
.main dl dd {
  display: none;
  font-size: 16px;
}
.main dl.opened dd {
  display: block;
}
.main dl.opened dt, .main dl.opened dd, .main dl.opened dt h5 {
  color: #333333;
}
.main dl.opened dt {
  margin-bottom: 16px;
}
.main dl.opened dt .times:after {
  background-image: url(../img/icon_jiantou@2x-3e7c07ad.png);
  transform: rotate(270deg);
}
.main dl.opened dd {
  line-height: 34px;
}
.main dl.opened dd b {
  display: block;
  margin: 10px 0;
  font-weight: normal;
}
.main dl.opened dd div {
  color: #333333;
  margin: 0;
}
.main .pagation {
  margin: 50px auto;
}
@media screen and (max-width: 1000px) {
  .main {
    min-width: 100%;
  }
  .main .banner {
    width: 100%;
    height: 2.44rem /* 183/75 */;
  }
  .main .banner img {
    min-width: auto;
    min-height: auto;
    width: 100%;
  }
  .main .tit {
    position: absolute;
    padding: 0;
  }
  .main .tit h2 {
    text-align: center;
    font-size: 0.56rem /* 42/75 */;
    font-family: PingFangSC-Semibold;
    line-height: 0.786667rem /* 59/75 */;
    color: #FFFFFF;
    margin-bottom: 0.133333rem /* 10/75 */;
  }
  .main .tit p {
    color: #ffffff;
    font-size: 0.24rem /* 18/75 */;
    text-align: center;
    margin-top: 1rem;
  }
  .main .tit p a {
    color: #E70012;
  }
  .main section {
    padding-top: 0.266667rem /* 20/75 */;
  }
  .main dl {
    box-shadow: 0px 0.04rem /* 3/75 */ 0.08rem /* 6/75 */ rgba(0, 0, 0, 0.16);
    margin-bottom: 0.266667rem /* 20/75 */;
    padding: 0.426667rem /* 32/75 */;
    border-bottom: 0;
  }
  .main dl dt h5 {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    margin-bottom: 16px;
  }
  .main dl dt > div {
    font-size: 0.373333rem /* 28/75 */;
  }
  .main dl dt > div .times {
    display: none;
  }
  .main dl dt > div .tags {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .main dl dt > div .tags > div {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .main dl dt > div .tags > div span {
    background-color: #F5F8FB;
    padding: 0.106667rem /* 8/75 */ 0.586667rem /* 44/75 */;
  }
  .main dl.opened dd {
    line-height: 0.453333rem /* 34/75 */;
    font-size: 0.293333rem /* 22/75 */;
  }
  .main dl.opened dd b {
    font-size: 0.346667rem /* 26/75 */;
    margin-top: 0.533333rem /* 40/75 */;
  }
  .main .pagation {
    display: none;
  }
}
