.page1 .sw1 .swiper-pagination {
  bottom: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
}
.page1 .sw1 .swiper-pagination-bullet {
  background: #110a6a;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  transition: all 0.3s;
}
.page1 .sw1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 29px;
}
.page1 .sw1 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page1 .sw1 a::after {
  content: '';
  display: block;
  position: absolute;
  top: 55px;
  left: 25%;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
}
.page1 .sw1 a .img {
  width: 50%;
  position: relative;
  z-index: 10;
  margin-bottom: 70px;
  overflow: hidden;
  padding-top: 33.5%;
}
.page1 .sw1 a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page1 .sw1 a .txt {
  width: 50%;
  z-index: 10;
  padding: 5%;
}
.page1 .sw1 a .txt i {
  display: block;
  color: #333;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .sw1 a .txt p {
  display: block;
  color: #222;
  margin-top: 10px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 1.5em;
}
.page1 .sw1 a .txt span {
  display: block;
  color: #777;
  font-family: 'SourceHanSansCN-Normal';
  margin-top: 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  max-height: 3.6em;
}
.page1 .sw1 a .txt .more {
  display: flex;
  margin-top: 40px;
  align-items: center;
  color: #777777;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .sw1 a .txt .more svg {
  margin-top: 2px;
}
.page1 .sw1 a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.page1 .sw1 a:hover .txt p {
  color: #110a6a;
}
.page1 .sw1 a:hover .txt .more {
  color: #110a6a;
}
.page1 .sw1 a:hover .txt .more svg path {
  fill: #110a6a;
}
.page1 .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page1 .list a {
  display: block;
}
.page1 .list a .img {
  overflow: hidden;
  position: relative;
  padding-top: 56.5%;
}
.page1 .list a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page1 .list a .txt i {
  display: block;
  color: #333;
  margin-top: 15px;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .list a .txt p {
  color: #222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  margin-top: 5px;
  transition: all 0.3s;
}
.page1 .list a .txt .more {
  display: flex;
  margin-top: 30px;
  align-items: center;
  color: #777777;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .list a .txt .more svg {
  margin-top: 2px;
  opacity: 0;
  transition: all 0.3s;
}
.page1 .list a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.page1 .list a:hover .txt p {
  color: #110a6a;
}
.page1 .list a:hover .txt .more {
  color: #110a6a;
}
.page1 .list a:hover .txt .more svg {
  opacity: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .page1 .sw1 a .txt p {
    margin-top: 1%;
  }
  .page1 .sw1 a .txt span {
    margin-top: 4%;
  }
  .page1 .sw1 a .txt .more {
    margin-top: 7%;
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .page1 .sw1 .swiper-pagination {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page1 .sw1 a {
    flex-wrap: wrap;
  }
  .page1 .sw1 a .img {
    width: 100%;
    margin-bottom: 0;
    padding-top: 67%;
  }
  .page1 .sw1 a .txt {
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
  }
  .page1 .sw1 a::after {
    display: none;
  }
  .page1 .sw1 a .txt span {
    margin-top: 3%;
  }
  .page1 .sw1 a .txt .more {
    margin-top: 6%;
  }
  .page1 .list {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .page1 .list a .txt i {
    margin-top: 10px;
  }
  .page1 .list a .txt .more {
    margin-top: 20px;
  }
  .page1 .list a {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/*# sourceMappingURL=./news.css.map */