.swiper-top {
  width: 1300px;
  height: 420px;
}
.swiper-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-top .swiper-button-prev,
.swiper-top .swiper-button-next {
  color: #fff;
}
.swiper-top .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.8;
  background-color: #707070;
}
.swiper-top .swiper-pagination-bullet-active {
  background-color: #1b56a6;
}
.article-container {
  margin: 30px auto;
}
.article-container .article-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  padding: 5px 5px;
  border-bottom: 1.5px solid #dbdbdb;
}
.article-container .article-title .title {
  font-size: 25px;
  color: #0048a9;
}
.article-container .article-title .more {
  font-size: 22px;
  color: #0048a9;
}
.news {
  display: flex;
  justify-content: space-between;
}
.news .item {
  width: 30%;
  overflow: hidden;
}
.news .item .image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news .item .title {
  font-size: 24px;
  font-weight: bold;
  margin: 12px 5px;
  color: #454545;
  height: 82px;
  overflow: hidden;
}
.news .item .date {
  font-size: 16px;
  margin: 8px 5px;
  color: #454545;
}
