.list-news li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767.98px) {
  .list-news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news-item {
  align-items: center;
}
.news-item .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  text-align: center;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .news-item .date {
    display: none;
  }
}
.news-item .date .day {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-size: 36px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #191c3d;
  transition: color 0.35s;
}
.news-item .date .year {
  font-size: 16px;
  line-height: 1.875;
  font-family: Arial, sans-serif;
  color: #666;
}
.news-item .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.news-item .txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 30px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-item .txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-bottom: 0;
  }
}
.news-item .txt h5 {
  color: #333333;
  font-size: 22px;
  line-height: 1.3636363636;
  margin-bottom: 15px;
  transition: color 0.35s;
}
@media (max-width: 767.98px) {
  .news-item .txt h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.news-item .txt .desc {
  font-size: 16px;
  line-height: 1.625;
  color: #666;
}
@media (max-width: 767.98px) {
  .news-item .txt .desc {
    font-size: 12px;
  }
}
.news-item .txt .bbc-icon {
  position: absolute;
  left: 30px;
  bottom: 0;
  font-size: 30px;
  line-height: 1;
  color: #999;
  transition: all 0.35s;
}
@media (max-width: 767.98px) {
  .news-item .txt .bbc-icon {
    display: none;
  }
}
.news-item:hover .date .day {
  color: #0f4db0;
}
.news-item:hover .txt h5 {
  color: #0f4db0;
}
.news-item:hover .txt .bbc-icon {
  color: #0f4db0;
  left: 100%;
  transform: translateX(-100%);
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-pagination a {
  color: #888;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  line-height: 28px;
  text-align: center;
  transition: all 0.35s;
  overflow: hidden;
}
.custom-pagination a.next, .custom-pagination a.prev {
  background-color: #859ab5;
  border-color: #859ab5;
  color: #fff;
}
.custom-pagination a.active {
  background-color: #0f4db0;
  border-color: #0f4db0;
  color: #fff;
}
.custom-pagination a:hover {
  background-color: #0d4399;
  color: #fff;
  border-color: #0d4399;
}
.custom-pagination .bbc-icon {
  vertical-align: -0.25em;
  font-size: 20px;
}

.page_banner {
  padding-top: 23.9583333333%;
  background-size: cover;
  position: relative;
}
@media (max-width: 767.98px) {
  .page_banner {
    padding-top: 50%;
  }
}
.page_banner .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page_banner .tit {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .page_banner .tit {
    font-size: 32px;
    text-align: center;
  }
}
.page_banner .en-tit {
  font-size: 16px;
  color: #fff;
  font-family: Arial, sans-serif;
  padding-left: 62px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page_banner .en-tit {
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
}
.page_banner .en-tit::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (max-width: 767.98px) {
  .page_banner .en-tit::before {
    content: none;
  }
}
