/* line 5, ../../../../../static/pc/style/news/detail.scss */
.padT25 {
  padding-top: 20px;
}

/* line 8, ../../../../../static/pc/style/news/detail.scss */
.banner {
  position: absolute;
  left: 0;
  right: 0;
  height: 450px;
  background-image: url(/static/pc/images/news/banner.png);
  background-position: center;
  background-repeat-x: repeat;
}

/* line 17, ../../../../../static/pc/style/news/detail.scss */
.banner-padding {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  margin: auto;
  height: 450px;
  width: 1200px;
  overflow: hidden;
}
/* line 25, ../../../../../static/pc/style/news/detail.scss */
.banner-padding .banner-text {
  margin-top: 80px;
  font-size: 45px;
  color: #333;
}
/* line 30, ../../../../../static/pc/style/news/detail.scss */
.banner-padding .banner-arrow {
  margin-top: 50px;
  width: 111px;
  height: 23px;
  background-image: url(/static/pc/images/aboutus/>.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* line 40, ../../../../../static/pc/style/news/detail.scss */
.news-detail {
  margin: 30px auto;
  width: 1200px;
  background-color: #fff;
}
/* line 44, ../../../../../static/pc/style/news/detail.scss */
.news-detail .title {
  padding: 30px 20px;
  font-size: 26px;
  color: #333;
  background-color: #f9f9f9;
}
/* line 50, ../../../../../static/pc/style/news/detail.scss */
.news-detail .title-desc {
  padding: 20px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  border: 1px solid #f4f5f6;
}
/* line 56, ../../../../../static/pc/style/news/detail.scss */
.news-detail .title-desc .date {
  float: left;
}
/* line 59, ../../../../../static/pc/style/news/detail.scss */
.news-detail .title-desc .source {
  float: right;
  color: #c8161d;
}
/* line 62, ../../../../../static/pc/style/news/detail.scss */
.news-detail .title-desc .source a {
  color: #c8161d;
}
/* line 67, ../../../../../static/pc/style/news/detail.scss */
.news-detail .content {
  padding: 0 20px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
/* line 73, ../../../../../static/pc/style/news/detail.scss */
.news-detail .content img {
  display: block;
  max-width: 100%;
  margin: auto;
}
/* line 78, ../../../../../static/pc/style/news/detail.scss */
.news-detail .content p, .news-detail .content div {
  margin-top: 20px;
}
/* line 81, ../../../../../static/pc/style/news/detail.scss */
.news-detail .content a {
  color: #3477bb;
}
