.NewsContent .banner {
  width: 100%;
  height: 150px;
  background: url('../../img/news/content_banner.jpg') no-repeat center;
  background-size: cover;
}
.NewsContent .banner h3 {
  font-size: 36px;
  color: #d1d1d1;
  line-height: 150px;
  text-indent: 1em;
}
.NewsContent .banner h3 i {
  color: #ec6d46;
}
.NewsContent .banner h3 span {
  font-weight: bold;
  color: #ec6d46;
}
.NewsContent .bx {
  width: 1200px;
  margin: 0 auto;
  padding: 0 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.NewsContent .newsDetails {
  padding: 96px 0 148px 0;
}
.NewsContent .newsDetails .Navigation {
  font-size: 16px;
  color: #363434;
  margin-bottom: 50px;
}
.NewsContent .newsDetails .Navigation span {
  color: #ec6d46;
}
.NewsContent .newsDetails .title {
  font-size: 30px;
  color: #0b0b0b;
  padding-left: 140px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 52px;
}
.NewsContent .newsDetails .title .time {
  line-height: 20px;
  font-size: 13px;
  text-align: right;
  margin-bottom: 10px;
  color: #666666;
}
.NewsContent .newsDetails .news_box {
  padding-bottom: 70px;
  border-bottom: 1px solid #f1f1f1;
}
.NewsContent .newsDetails .news_box .time {
  float: left;
  width: 82px;
  text-align: center;
}
.NewsContent .newsDetails .news_box .time .Years {
  font-size: 18px;
  color: #7b7b7b;
}
.NewsContent .newsDetails .news_box .time .day {
  font-size: 40px;
  color: #ec6d46;
  margin-top: 17px;
}
.NewsContent .newsDetails .news_box .time .pageviews {
  width: 80px;
  min-height: 80px;
  background: #f5f5f4;
  margin-top: 24px;
  border: 1px solid #e0e0e0;
}
.NewsContent .newsDetails .news_box .time .pageviews img {
  margin-top: 14px;
}
.NewsContent .newsDetails .news_box .time .pageviews p {
  font-size: 16px;
  color: #cccccc;
  margin-top: 10px;
}
.NewsContent .newsDetails .news_box .content {
  float: right;
  width: 896px;
  color: #363434;
  font-size: 16px;
  line-height: 26px;
}
.NewsContent .newsDetails .news_box .content p {
  margin-right: 28px;
}
.NewsContent .newsDetails .news_box .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.NewsContent .newsDetails .page {
  margin-top: 34px;
}
.NewsContent .newsDetails .page > div {
  font-size: 14px;
  color: #666666;
  line-height: 34px;
}
.NewsContent .newsDetails .page > div a {
  color: #666666;
}
.NewsContent .newsDetails .page > div:hover {
  color: #363434;
}
.NewsContent .newsDetails .page > div:hover a {
  color: #363434;
}
