.news-content .news-banner {
  position: relative;
}
.news-content .news-banner img {
  display: block;
  width: 100%;
}
.news-content .news-banner .banner-detail {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 17.7rem;
  width: 100%;
  text-align: center;
}
.news-content .news-banner .banner-detail p {
  margin-bottom: 0;
  color: #fff;
}
.news-content .news-banner .banner-detail .text1 {
  font-size: 4rem;
}
.news-content .news-banner .banner-detail .text2 {
  font-size: 2.4rem;
}
.news-content .news-banner .banner-detail p + p {
  margin-top: 2rem;
}
.news-content .tab-bars .tab-item {
  padding-top: 3.4rem;
}
.news-content .tab-bars .bars-content {
  padding-bottom: 4.7rem;
}
.news-detail .detail-article {
  padding: 0 4rem;
  background-color: #fff;
}
.news-detail .detail-article .article-title {
  padding: 7.45rem 0 3rem;
  border-bottom: 2px solid #F0F0F0;
}
.news-detail .detail-article .article-title .article-name {
  line-height: 5.12rem;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 700;
}
.news-detail .detail-article .article-title .time-veiws {
  margin-top: 3.55rem;
  color: #666666;
  font-size: 2.4rem;
}
.news-detail .detail-article .article-title .time-veiws span + span {
  margin-left: 2rem;
}
.news-detail .detail-article .article-content {
  padding-top: 6rem;
  line-height: 4.32rem;
  color: #333333;
  font-size: 2.4rem;
}
.news-detail .detail-article .article-content p {
  margin: 0;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
}
.news-detail .detail-article .article-content .indent {
  text-indent: 2em;
}
.news-detail .detail-article .article-share {
  padding: 5.75rem 0 4.8rem;
  text-align: center;
  border-bottom: 2px solid #F0F0F0;
  color: #666666;
  font-size: 2.4rem;
}
.news-detail .detail-article .article-share a {
  color: #E2231A;
}
.news-detail .detail-article .article-share a i {
  font-size: 5.4rem;
  vertical-align: middle;
}
.news-detail .detail-article .article-share a + a {
  margin-left: 2rem;
}
.news-detail .detail-article .article-share .c-grey {
  color: #CCCCCC;
}
.news-detail .detail-article .article-share .c-green {
  color: #34C74C;
}
.news-detail .detail-article .article-share .c-blue {
  color: #1296DB;
}
.news-detail .news-action {
  padding: 4.8rem 4rem 7.2rem;
  background-color: #fff;
  overflow: hidden;
}
.news-detail .news-action .action-item {
  float: left;
  width: 33.33%;
  text-align: center;
}
.news-detail .news-action .action-item a {
  display: inline-block;
  width: 21.2rem;
  height: 7.2rem;
  line-height: 7.2rem;
  border-radius: 7.2rem;
  color: #333;
  font-size: 2.4rem;
  text-align: center;
  background: #FAFAFA;
}
.news-detail .news-action .action-item a em {
  float: left;
  width: 7.2rem;
  height: 7.2rem;
  line-height: 7.2rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #E2231A;
}
.news-detail .news-action .action-item a em i {
  font-size: 2.4rem;
}
.news-detail .news-action .action-item a.article-back em {
  transform: rotate(180deg);
}
.news-detail .news-action .action-item a.article-next em {
  float: right;
}
