.news {
  padding-top: 47px;
  padding-bottom: 75px;
}
.news .title h3,
.news .title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.news .title h6 {
  font-size: 16px;
  margin-top: 18px;
}
.news .news-content {
  display: flex;
  flex-wrap: wrap;
}
.news .news-content .news-items {
  padding-top: 52px;
  width: calc(50% - 19px);
  margin-right: 38px;
}
.news .news-content .news-items:nth-child(2n) {
  margin-right: 0;
}
.news .news-content .news-items h3 {
  width: 100%;
  height: 61px;
  background-image: url(../images/common/title-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding-left: 30px;
  font-size: 24px;
  line-height: 61px;
  color: #fff;
}
.news .news-content .news-items .t2-items {
  margin-top: 38px;
}
.news .news-content .news-items .t2-items a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.news .news-content .news-items .t2-items a .left-date {
  width: 97px;
}
.news .news-content .news-items .t2-items a .left-date .day {
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 27px;
  color: #000;
  background-color: #f1f1f1;
}
.news .news-content .news-items .t2-items a .left-date .date {
  width: 100%;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #277fef;
}
.news .news-content .news-items .t2-items a .right-info {
  width: calc(100% - 97px);
  padding-left: 20px;
}
.news .news-content .news-items .t2-items a .right-info h5 {
  font-size: 18px;
  color: #4c4a3ee3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news .news-content .news-items .t2-items a .right-info p {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-content .news-items .pagination-content {
  margin-top: 34px;
}
.news .news-content .news-items .pagination-content ul.pagination {
  justify-content: flex-end;
}

/* 隐藏首页尾页按钮 */
.first-page, .last-page{
  display: none!important;
}

.pagination-content ul.pagination li a, .pagination-content ul.pagination li span {
    display: inline-block;
    font-size: 14px;
    padding: 6px 6px;
}
