.news-list:after {
  content: '';
  width: 32%;
}
.news-list .news-item {
  margin-bottom: 0.556rem /* 30/54 */;
  width: 32%;
}
.news-list .news-item .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-item .title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .date {
  font-size: 12px;
  color: #999;
}
.news-list .news-item:hover .title {
  color: #032A4D;
}
.pagination .pagination-item {
  margin-right: 0.185rem /* 10/54 */;
  width: 0.556rem /* 30/54 */;
  height: 0.556rem /* 30/54 */;
  font-size: 12px;
  color: #333;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination .pagination-item.pagination-active {
  color: #fff !important;
  border: 1px solid #032A4D;
  background-color: #032A4D;
}
.pagination .pagination-item:hover {
  color: #032A4D;
  border: 1px solid #032A4D;
}
.pagination .pagination-item.pagination-disabled {
  cursor: not-allowed;
  color: #ddd;
  border: 1px solid #ddd;
}
.pagination .pagination-item.pagination-els {
  pointer-events: none;
}
.news-date {
  color: #999;
  font-size: 14px;
}
.news-more a {
  font-size: 14px;
  color: #333;
}
.news-more a:hover {
  color: #032A4D;
}
@media screen and (max-width: 768px) {
  .news-list .news-item {
    width: 100%;
  }
}
/*# sourceMappingURL=news.css.map */