/* 新闻详情页 —— 逐项对齐原站 /news/detail1/styles.95fbc4...css */

.news_center_wrap .banner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: url(../images/staticImg/025efb4b27782d23c3324341b2a1af92.png) top no-repeat;
  background-size: cover;
}
.news_center_wrap .banner .txt_wrap {
  padding-top: 140px;
  color: #fff;
  text-align: center;
}
.news_center_wrap .banner .txt_wrap h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 10px;
}
.news_center_wrap .banner .txt_wrap h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.news_center_wrap .banner_blank {
  height: 350px;
}

.news_center {
  position: relative;
  z-index: 1;
  background: #fff;
}

.news_crumbs_wrap {
  height: 80px;
  line-height: 80px;
  box-shadow: 0 5px 7px 0 hsla(0, 0%, 92%, 0.5);
}
.news_crumbs {
  width: 1200px;
  margin: 0 auto;
}
.news_crumbs span {
  color: #666;
}
.news_crumbs i {
  font-style: normal;
  color: #666;
  margin: 0 5px;
}
.news_crumbs a {
  color: #333;
  text-decoration: none;
}
.news_crumbs a:hover {
  color: #3e6dff;
}

.news_detail {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}
.news_detail h1 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 42px;
}
.news_detail .subtitle {
  font-size: 14px;
  color: #999;
  text-align: center;
  text-indent: 0;
  line-height: 20px;
  margin-top: 20px;
}
.news_detail .subtitle span {
  margin: 0 8px;
}
.news_detail .subtitle i {
  font-style: normal;
}
.news_detail .img_wrap {
  text-align: center;
  margin: 60px 0;
}
.news_detail .img_wrap img {
  max-width: 80%;
}

/* 正文来自数据库富文本(自带段落样式),不套用原站固定 text-indent:42px;
   仅做图片溢出兜底(DB 内有 803/868px 定宽图,容器 1000px) */
.news_detail .article-body {
  margin-top: 40px;
}
.news_detail .article-body img {
  max-width: 100%;
  height: auto;
}
