.news_detail_box {
  width: 100%;
  padding: calc(40px + 5rem) 0;
}

.news_detail {
  max-width: 1370px;
  width: 85%;
  margin: auto;
}

.news_detail_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: calc(6px + 1rem);
  color: #333333;
  line-height: calc(10px + 1.5rem);
  text-align: center;
}

.news_detail_time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #4A4A4A;
  opacity: 0.6;
  text-align: center;
  margin-top: calc(10px + 0.5rem);
}

.news_detail_con {
  margin-top: calc(10px + 0.5rem);
  padding: calc(3px + 2rem) 0;
  border-top: 1px solid #D9D9D9;
}

.news_detail_con p:nth-of-type(1){
  margin-top: 0;
}
.news_detail_con p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 1.5rem);
  text-align: justify;
  margin-top: calc(10px + 1rem);
}

.news_detail_con img {
  width: calc(115px + 30rem);
  height: calc(26px + 20rem);
  margin: auto;
  margin-top: calc(20px + 1rem);
}

.news_prev {
font-family: PingFang SC;
font-weight: 500;
font-size: calc(10px + 0.5rem);
color: #666666;
opacity: 0.7;
}

.news_next {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: calc(10px + 0.5rem);
  color: #666666;
  opacity: 0.7;
  margin-top: calc(5px + 0.25rem);
  }