/* line 5, ../../../../../static/pc/style/base/news.scss */
.news-card {
  margin: 50px auto 0;
  width: 1200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
/* line 10, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title {
  padding: 30px 20px;
  font-size: 26px;
  background-color: #f9f9f9;
}
/* line 14, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .span {
  position: relative;
  padding-left: 10px;
}
/* line 17, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .span:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 3px;
  height: 26px;
  background-color: #cc262c;
}
/* line 28, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title small {
  font-size: 16px;
}
/* line 34, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .more-btn {
  float: right;
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}
/* line 39, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .more-btn:hover {
  color: #c8161d;
}
/* line 44, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list {
  padding: 15px 20px;
}
/* line 46, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item {
  padding: 15px 0;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 50, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover {
  background-color: #f9f9f9;
  color: #cc262c;
}
/* line 53, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover a {
  color: #cc262c;
}
/* line 55, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover a .date {
  color: #cc262c;
}
/* line 60, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #666;
}
/* line 65, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a .title {
  -webkit-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 69, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a .date {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}

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

/* line 10, ../../../../../static/pc/style/news/index.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 19, ../../../../../static/pc/style/news/index.scss */
.banner-padding {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  margin: auto;
  height: 450px;
  width: 1200px;
  overflow: hidden;
}
/* line 27, ../../../../../static/pc/style/news/index.scss */
.banner-padding .banner-text {
  margin-top: 80px;
  font-size: 45px;
  color: #333;
}
/* line 32, ../../../../../static/pc/style/news/index.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 43, ../../../../../static/pc/style/news/index.scss */
.news-page .news-list {
  padding: 30px 20px;
}
/* line 45, ../../../../../static/pc/style/news/index.scss */
.news-page .news-list .news-item {
  padding: 25px 0;
  border-top: 1px solid #f4f5f6;
}
/* line 48, ../../../../../static/pc/style/news/index.scss */
.news-page .news-list .news-item:last-child {
  border-bottom: 1px solid #f4f5f6;
}

/* line 55, ../../../../../static/pc/style/news/index.scss */
.pagination {
  margin: 30px auto;
  max-width: 450px;
  text-align: center;
}
/* line 59, ../../../../../static/pc/style/news/index.scss */
.pagination a {
  margin-left: 10px;
  padding: 5px 8px;
  font-size: 14px;
  color: #999;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 69, ../../../../../static/pc/style/news/index.scss */
.pagination a.active {
  color: #fff;
  background-color: #c8161d;
  border: 1px solid #c8161d;
}
/* line 74, ../../../../../static/pc/style/news/index.scss */
.pagination a.elipsis {
  padding: 5px 0;
  border: 0;
  background-color: unset;
}
/* line 79, ../../../../../static/pc/style/news/index.scss */
.pagination a.prev {
  margin-right: 10px;
}
/* line 82, ../../../../../static/pc/style/news/index.scss */
.pagination a.next {
  margin-left: 20px;
}
