.banner {
  text-align: center;
}
.set1 .pic {
  padding-top: 50px;
  text-align: center;
}
.set1 .swiper-horizontal > .swiper-pagination-bullets,
.set1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.set1 .swiper-pagination-custom,
.set1 .swiper-pagination-fraction {
  left: 0;
}
.set1 .nav2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.set1 .nav2 .swiper-pagination-bullet {
  text-align: center;
  border-radius: 30px;
  width: fit-content;
  height: 30px;
  color: #111111;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  line-height: 30px;
  opacity: 1;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
}
.set1 .nav2 .swiper-pagination-bullet div {
  display: block;
  white-space: nowrap;
}
.set1 .nav2 .swiper-pagination-bullet-active {
  background-color: #409ff4;
  color: #fff;
  border: none;
}
.set1 .swiper2 {
  overflow: hidden;
}
.set1 .swiper2 .list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.set1 .swiper2 .list a {
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  margin: 0 20px;
  color: #c0c0c0;
}
.set1 .swiper2 .list a:hover {
  background-color: #3298F3;
  color: #fff;
}
.set1 .list2 .item {
  margin: 0;
  padding: 20px 0;
}
.set1 .list2 .item .item-img {
  transition: 0.1s linear;
}
.set1 .list2 .item .item-img img {
  height: 207px;
}
.set1 .list2 .item .list2-r {
  margin: 20px;
}
.set1 .list2 .item .list2-r .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.set1 .list2 .item .list2-r .item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.set1 .list2 .item .list2-r .item2 .des {
  width: 80%;
  color: #6d7081;
  font-size: 14px;
}
.set1 .list2 .item .list2-r .item2 .date div:nth-of-type(1) {
  font-size: 24px;
}
.set1 .list2 .item .list2-r .item2 .date div:nth-of-type(2) {
  font-size: 14px;
  text-align: right;
}
.set1 .list2 .item:hover .item-img {
  transform: scale(1.05);
}
.set1 .list2 .item:hover .list2-r .title {
  color: #0587d4;
}
.set1 .list2 .item:hover .list2-r .item2 .date {
  color: #0587d4;
}
.set1 .pagination {
  justify-content: end;
  margin: 50px 0;
}
.set1 .pagination li span,
.set1 .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.set1 .pagination .active span {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
@media (max-width: 1200px) {
  .nav2 {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    height: auto !important;
    position: unset !important;
  }
  .content .list .title {
    margin: 0 10px !important;
  }
  .list2 .item .item-img {
    text-align: center !important;
  }
}
@media (max-width: 990px) {
  .nav2 {
    width: 100% !important;
    display: block !important;
    position: unset !important;
    height: auto !important;
  }
  .nav2 .swiper-pagination-bullet {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .nav2 {
    display: block !important;
  }
  .nav2 .swiper-pagination-bullet {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .list a {
    margin: 0 10px !important;
  }
  .set1 .pagination {
    justify-content: center !important;
  }
}
@media (max-width: 375px) {
  .content .list .title {
    margin: 0 1px !important;
  }
  .swiper2 .list a {
    margin: 0 5px !important;
  }
  .pagination {
    justify-content: center !important;
  }
}
