.header-box {
  background: transparent !important;
}
.bg-news {
  width: 100%;
  height: 428px;
  background: url("../images/news-bg.jpg") center center no-repeat;
}
.pic-slider h2 {
  font-size: 28px;
  color: #FFFFFF;
  font-family: "webfontB";
}
.pic-slider h3 {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 15px 0 35px;
  font-family: "webfont";
}
.news-cont {
  background: #fff;
  padding: 20px 0;
}
.news-cont .container {
  display: flex;
  padding: 0;
}
.news-cont .container .news-cont-left {
  width: 120px;
  border-right: 1px solid #d9d9d9;
}
.news-cont .container .news-cont-left ul {
  padding: 0 10px;
}
.news-cont .container .news-cont-left ul li a {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #333;
}
.news-cont .container .news-cont-left ul li a.active-content {
  color: #1ab394;
  text-decoration: none !important;
}
.news-cont .container .news-cont-right {
  margin-left: 40px;
  margin-top: 14px;
  flex: 1;
}
.news-cont .container .news-cont-right ul {
  padding: 0;
}
.news-cont .container .news-cont-right ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #d9d9d9;
  cursor: pointer;
}
.news-cont .container .news-cont-right ul li:last-child {
  border-bottom: none;
}
.news-cont .container .news-cont-right ul li p:last-child {
  color: #919191;
}
.news-cont .container .news-title {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px dashed #d9d9d9;
}
.news-cont .container .news-title .time {
  color: #858585;
}
.news-cont .container .news-cont {
  line-height: 30px;
}
.news-cont .container .goBack {
  cursor: pointer;
}
.news-cont .container .list-top {
  display: flex;
  margin-bottom: 20px;
}
.news-cont .container .list-top .title {
  flex: 1;
  margin-right: 10px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-cont .container .list-top .time {
  color: #919191;
  font-size: 12px;
}
.news-cont .container .list-cont {
  color: #919191;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 62px;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
.news-cont .container .list-cont p {
  display: inline-block;
  margin-bottom: 0;
}
.pagination > li {
  cursor: pointer;
}
.news-cont-right .pagination > li > a,
.news-cont-right .pagination > li > span {
  color: #373737;
  padding: 6px 16px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #00a2e4;
  border-color: #00a2e4;
  color: #fff !important;
}
.news-pageNum {
  display: flex;
}
.news-pageNum > a {
  flex: 1;
  color: #1ab394;
}
.news-pageNum .next {
  text-align: right;
}
