.main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
.main .wrapper {
  position: relative;
  z-index: 1;
}
.main .tit {
  padding: 100px 0 50px;
}
.main .tit h2 {
  text-align: center;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.main .tit p {
  color: #999999;
  font-size: 18px;
  text-align: center;
}
.main .tit p a {
  color: #02AB79;
}
.main dl {
  border: 1px solid #02AB79;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: #F5F5F5;
}
.main dl dt, .main dl dd, .main dl dt h5 {
  color: #02AB79;
}
.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 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/arrow-t-c-3f19b4ca.png) no-repeat center;
  background-size: 11px 6px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.main dl dd {
  display: none;
  font-size: 16px;
}
.main dl.opened {
  border-color: #F5F5F5;
}
.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/arrow-t-b735af20.png);
}
.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: #999999;
  margin: 0;
  background-color: #F5F5F5 !important;
}
.main .pagation {
  margin-bottom: 50px;
}