.news-list-title {
  height: 240px;
  background: url(../img/news-list-title.jpg);
}
.news-list-title h2 {
  font-size: 46px;
  font-weight: bold;
  margin-top: 140px;
}
.news-year-tab {
  margin: 50px auto;
  font-weight: bold;
}
.news-year-tab li {
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-right: 40px;
}
.news-year-tab li.active::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 22px;
  height: 3px;
  background: #0152A5;
}
.news-year-tab li.active a {
  color: #333537;
}
.news-year-tab a {
  font-size: 16px;
  color: #858788;
}
.news-year-tab a:hover {
  color: #333537;
}
.news-list-items li {
  height: 200px;
  position: relative;
  padding-top: 10px;
  padding-left: 318px;
  margin-bottom: 50px;
}
.news-list-items li img {
  position: absolute;
  top: 0;
  left: 0;
}
.news-list-items h3 {
  margin: 0 0 25px;
}
.news-list-items p {
  font-size: 16px;
  color: #858788;
}
.news-list-items .summary {
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-list-items span {
  float: right;
}
.news-list-items a {
  color: inherit;
}
.news-list-items a:hover {
  color: #333537;
}
.news-list-items .icon-news-detail {
  display: inline-block;
  width: 8px;
  height: 13px;
  vertical-align: middle;
  background: url(../img/icon-news-detail.png);
}
.news-list-page {
  text-align: center;
  margin-bottom: 100px;
}
.news-list-page li {
  display: inline-block;
}
.news-list-page li.active a {
  color: #0152A5;
}
.news-list-page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #858788;
  line-height: 32px;
  background: #F6F7FA;
  vertical-align: middle;
  margin: 0 3px;
  border-radius: 2px;
}
.news-list-page .btn-page-prev,
.news-list-page .btn-page-next {
  background-position: center;
  background-repeat: no-repeat;
}
.news-list-page .btn-page-prev.disabled,
.news-list-page .btn-page-next.disabled {
  opacity: .6;
}
.news-list-page .btn-page-prev {
  background-image: url(../img/icon-page-prev.png);
}
.news-list-page .btn-page-next {
  background-image: url(../img/icon-page-next.png);
}
