.content_header {
  background-color: #ffffff;
}
.newsDeatil_content {
  margin-top: 88px;
  background-color: #ffffff;
}
.newsDetail_body {
  width: 87.5%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsDetail_body > h3 {
  font-size: 42px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}
.newsDetail_body > span {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.3125renm;
  margin: 32px 0;
}
.newsDetail_body > img {
  width: 100%;
}
.newsDetail_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 50px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  width: 100%;
}
.newsDetail_text > p {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.newsDetail_text > img {
  width: 85%;
  margin: 42px 0;
}
.newsDetail_foot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.previous_article,
.next_article {
  display: flex;
  align-items: center;
}
.previous_article > p,
.next_article > p {
  font-size: 18px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-left:12px;
  margin-right: 12px;
}
.previous_article > i,
.next_article > i {
  font-size: 18px;
  color: #999999;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .newsDetail_body {
    padding: 25px 0;
}
  .newsDetail_body > h3 {
    font-size: 24px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: normal;
  }
  .newsDetail_foot {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 26.25px;
  }
  .newsDetail_foot i {
    display: none;
  }
  .previous_article {
    margin-bottom: 12px;
  }
}
