.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* 新闻详情 */
.news_read {
  /* 顶部banner */
  /* 新闻内容 */
}
.news_read .news_read_banner {
  width: 100%;
  position: relative;
}
.news_read .news_read_banner > img {
  width: 100%;
}
.news_read .news_read_banner .news_read_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 1px solid #f00; */
}
.news_read .news_read_banner .news_read_tit > .public_w {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_read .news_read_banner .news_read_tit > .public_w p {
  font-size: calc(10px + 1.5rem);
  color: #FFFFFF;
  text-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
}
.news_read .news_read_banner .news_read_tit > .public_w span {
  font-size: calc(10px + 0.7rem);
  color: #FFFFFF;
  text-shadow: 0px 6px 11px rgba(0, 0, 0, 0.2);
  margin-top: calc(10px + 0.5rem);
  font-weight: 300;
}
.news_read .news_read_cont {
  width: 90%;
  margin-top: calc(30px + 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_read .news_read_cont > h3 {
  font-weight: bold;
  font-size: calc(10px + 0.8rem);
  color: #333333;
}
.news_read .news_read_cont > p {
  font-size: calc(10px + 0.3rem);
  color: #4A4A4A;
  opacity: 0.6;
  margin-top: calc(10px + 0.95rem);
}
.news_read .news_read_cont > div:nth-of-type(1) {
  width: 100%;
  border-top: 1px dashed #D9D9D9;
  margin-top: calc(10px + 0.7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_read .news_read_cont > div:nth-of-type(1) > span {
  font-size: calc(10px + 0.3rem);
  color: #333333;
  margin-top: calc(13px + 1.5rem);
  line-height: calc(10px + 1.3rem);
  margin-bottom: calc(36px + 3.5rem);
}
.news_read .news_read_cont > div:nth-of-type(1) > img {
  margin-bottom: calc(17px + 2.5rem);
}
.news_read .news_read_cont .qh {
  width: 100%;
  font-family: PingFang_SC;
  font-size: calc(10px + 0.5rem);
  color: #666666;
  opacity: 0.7;
  margin-bottom: calc(4px + 8rem);
  /* border: 1px solid #000; */
}
.news_read .news_read_cont .qh .next {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .news_read .news_read_banner .news_read_tit .public_w span {
    margin-top: 1rem;
  }
  .news_read .news_read_cont > div:nth-of-type(1) > span {
    line-height: calc(10px + 2rem);
  }
}
