.cont .page1 {
  background: #fff;
}
.cont .page1 .tab {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cont .page1 .tab a {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background: #eeeef7;
}
.cont .page1 .tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page1 .tab a i {
  color: #999999;
  position: relative;
  z-index: 5;
}
.cont .page1 .tab a:hover::after {
  opacity: 1;
}
.cont .page1 .tab a:hover i {
  color: #fff;
}
.cont .page1 .tab a.on::after {
  opacity: 1;
}
.cont .page1 .tab a.on i {
  color: #fff;
}
.cont .page1 .sw1 {
  width: 100%;
  padding-bottom: 40px;
}
.cont .page1 .sw1 .swiper-pagination {
  bottom: 0;
}
.cont .page1 .sw1 .swiper-slide {
  background: #0059a1;
}
.cont .page1 .sw1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 519px;
}
.cont .page1 .sw1 a .img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.cont .page1 .sw1 a .img img {
  height: 100%;
  object-fit: cover;
}
.cont .page1 .sw1 a .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 65px;
}
.cont .page1 .sw1 a .txt .time {
  color: #fff;
  opacity: 0.6;
}
.cont .page1 .sw1 a .txt p,
.cont .page1 .sw1 a .txt span {
  display: block;
  color: #fff;
}
.cont .page1 .sw1 a .txt p {
  margin-top: 15px;
}
.cont .page1 .sw1 a .txt span {
  opacity: 0.6;
  margin-top: 15px;
}
.cont .page1 .sw1 a .txt .more_d {
  margin-top: 20px;
}
.cont .page1 .sw1 a:hover .img img {
  transform: scale(1.05);
}
.cont .page2 .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 31px;
}
.cont .page2 .list a {
  display: block;
}
.cont .page2 .list a .img {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.cont .page2 .list a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .page2 .list a .txt {
  margin-top: 20px;
}
.cont .page2 .list a .txt p,
.cont .page2 .list a .txt span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  height: 3.4em;
  color: #333;
}
.cont .page2 .list a .txt span {
  color: #888;
  margin-top: 20px;
}
.cont .page2 .list a .txt i {
  display: block;
  color: #888;
  margin-top: 20px;
}
.cont .page2 .list a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .page2 .list a:hover .txt p {
  color: #0053a6;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .sw1 a {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .cont .page1 .sw1 a {
    height: 410px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page2 .list {
    gap: 30px 21px;
  }
  .cont .page1 .tab a {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page1 .tab {
    gap: 10px;
  }
  .cont .page1 .tab a {
    width: 33% 0.33;
    padding: 7px 0;
  }
  .cont .page1 .tab a i {
    font-size: 12px;
  }
  .cont .page1 .sw1 a {
    height: auto;
    flex-wrap: wrap;
  }
  .cont .page1 .sw1 a .img {
    width: 100%;
  }
  .cont .page1 .sw1 a .txt {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .cont .page1 .sw1 a .img {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
  }
  .cont .page1 .sw1 a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
  }
  .cont .page2 .list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cont .page2 .list a .txt {
    margin-top: 10px;
  }
  .cont .page2 .list a .txt p,
  .cont .page2 .list a .txt span {
    height: auto;
    display: block;
  }
  .cont .page2 .list a .txt span {
    margin-top: 5px;
  }
  .cont .page2 .list a .txt i {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=./news.css.map */