.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-y-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.text-indent {
  text-indent: 2em;
}
.content-wrap {
  background: #f5f7fa;
  padding: 10px 0;
}
.content-wrap .wrap {
  padding: 60px 0 100px;
  background: #fff;
  text-align: center;
}
.content-wrap .wrap h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.content-wrap .wrap .release-time {
  margin-top: 16px;
  color: #a0a8b7;
}
.main-content {
  width: 820px;
  margin: 32px auto 0;
  padding-top: 40px;
  border-top: 1px solid #dcdfe6;
  text-align: left;
}
.main-content h6 {
  color: #7b828f;
  font-weight: 800;
  line-height: 28px;
}
.main-content p {
  margin-bottom: 20px;
  color: #656e7e;
  line-height: 28px;
}
.main-content .p-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  line-height: 28px;
}
.main-content .p-box span {
  width: 22px;
}
.main-content .p-box p {
  margin-bottom: 0;
}
.activities-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 990px;
}
.activities-content .content-item {
  width: 316px;
  margin: 0 21px 20px 0;
  text-align: center;
}
.activities-content .content-item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 8px;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 21px;
}
.activities-content .content-item img {
  width: 316px;
  height: 210px;
}
.activities-content .content-item:nth-of-type(3n) {
  margin-right: 0;
}
.table-box {
  margin-top: 20px;
}
.table-box table {
  width: 100%;
  text-align: center;
}
.table-box table th {
  padding: 25px 0;
  background: #f7f8fa;
  font-size: 20px;
}
.table-box table th:nth-last-of-type(1) {
  border-right: 1px solid #dedede;
}
.table-box table tr td:nth-last-of-type(1) {
  border-right: 1px solid #dedede;
}
.table-box table tr:nth-last-of-type(1) td {
  border-bottom: 1px solid #dedede;
}
.table-box table td {
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
}
.table-box table td p {
  margin-bottom: 0 !important;
  color: #354054;
}
.table-box table th,
.table-box table td {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
