body .home .container {
  padding: 12.65625vw 0 8.4895833333vw 0;
}

body .home .container .ptitle {
  padding: 0 0 4.0625vw 13.5416666667vw;
}

body .home .container .ptitle .en {
  color: #0D4E90;
  line-height: 1.5;
}

body .home .container .ptitle .cn {
  margin-top: 2.1875vw;
  color: #5A5A5A;
  line-height: 1;
}

body .home .container .recommend {
  padding: 0 4.9479166667vw;
  position: relative;
}

body .home .container .recommend .prev {
  position: absolute;
  left: 8.125vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

body .home .container .recommend .prev img {
  width: 1.875vw;
}

body .home .container .recommend .next {
  position: absolute;
  right: 8.125vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

body .home .container .recommend .next img {
  width: 1.875vw;
}

body .home .container .recommend .swiper1 {
  width: 100%;
}

body .home .container .recommend .swiper1 .swiper-slide {
  padding: 1.0416666667vw;
}

body .home .container .recommend .swiper1 .swiper-slide a {
  display: flex;
  padding: 2.9166666667vw 7.65625vw;
  background: #fff;
  filter: drop-shadow(0 0.5px 14.9px rgba(0, 55, 138, 0.17));
  border-radius: 1.0416666667vw;
  justify-content: space-between;
  gap: 3.6979166667vw;
}

body .home .container .recommend .swiper1 .swiper-slide a .pic {
  width: 37.9166666667vw;
  border-radius: 1.25vw;
  overflow: hidden;
}

body .home .container .recommend .swiper1 .swiper-slide a .pic img {
  width: 100%;
  height: 23.9583333333vw;
  object-fit: cover;
  transition: all 600ms;
}

body .home .container .recommend .swiper1 .swiper-slide a .text {
  width: 31.4583333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  position: relative;
}

body .home .container .recommend .swiper1 .swiper-slide a .text .pt {
  color: #5A5A5A;
  font-size: 1.4vw;
}

body .home .container .recommend .swiper1 .swiper-slide a .text .t_b {
}

body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .des {
  color: #666;
  line-height: 1.9;
}

body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .time {
  color: #5A5A5A;
  font-weight: 100;
  line-height: 1.45;
  font-family: "Montserrat";
  margin-top: 1.5625vw;
}

body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

body .home .container .recommend .swiper1 .swiper-slide a:hover .pic img {
  transform: scale(1.05);
}

body .home .container .main {
  padding: 4.1666666667vw 13.5416666667vw 0 13.5416666667vw;
}

body .home .container .main .tabs {
  display: flex;
  gap: 1.0416666667vw;
  flex-wrap: wrap;
}

body .home .container .main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2291666667vw 1.3020833333vw;
  margin: 3.6458333333vw 0 7.03125vw 0;
}

body .home .container .main .list a {
  display: block;
  width: 100%;
  border-radius: 1.6666666667vw;
  background: #F6F6F6;
  padding: 1.875vw 0.625vw 3.8541666667vw 1.40625vw;
  position: relative;
}

body .home .container .main .list a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1.5625vw;
  width: 100%;
  height: 3.8541666667vw;
  background: #F6F6F6;
  border-radius: 0 0 1.6666666667vw 1.6666666667vw;
}

body .home .container .main .list a .date {
  color: #5A5A5A;
  font-weight: 500;
  font-family: "Montserrat";
  line-height: 1.05;
}

body .home .container .main .list a .pt {
  margin: 6.5625vw 0 5.6770833333vw 0;
  color: #666;
  font-weight: 500;
  line-height: 1.58;
  width: 15vw;
  height: 4.1666666667vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body .home .container .main .list a .pb {
  display: flex;
  align-items: flex-end;
  gap: 1.0416666667vw;
}

body .home .container .main .list a .pb .time {
  font-size: 6.6666666667vw;
  color: #5A5A5A;
  line-height: 1;
}

body .home .container .main .list a .pb .btn {
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 99px;
  border: 1px solid #666;
  color: #666;
  white-space: nowrap;
  margin-bottom: 1.5625vw;
  position: relative;
  z-index: 5;
  transition: all 600ms;
}

body .home .container .main .list a .pb .btn:hover {
  background: #666;
  color: white;
}

body .home .container .main .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0416666667vw;
}

body .home .container .main .pager a {
  padding: 0.15625vw 1.0416666667vw 0.4166666667vw 1.0416666667vw;
  border-radius: 50px;
  transition: all 600ms;
  line-height: 1;
  display: block;
}

body .home .container .main .pager a.on {
  color: #fff;
  background: #00378A;
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 0 60px 0;
  }

  body .home .container .ptitle {
    padding: 0 0 30px 5%;
  }

  body .home .container .ptitle .cn {
    margin-top: 10px;
  }

  body .home .container .recommend {
    padding: 0;
  }

  body .home .container .recommend .prev {
    left: 10px;
  }

  body .home .container .recommend .prev img {
    width: 18px;
  }

  body .home .container .recommend .next {
    right: 10px;
  }

  body .home .container .recommend .next img {
    width: 18px;
  }

  body .home .container .recommend .swiper1 .swiper-slide {
    padding: 20px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a {
    padding: 15px 15px 50px 15px;
    gap: 15px;
    flex-direction: column;
    border-radius: 12px;
    height: 570px;
    justify-content: space-evenly;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .pic {
    width: 100%;
    border-radius: 12px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .pic img {
    height: 180px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .text {
    width: 100%;
    gap: 20px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .text .pt {
    font-size: 18px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .des {
    font-size: 14px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .time {
    margin-top: 15px;
  }

  body .home .container .recommend .swiper1 .swiper-slide a .text .t_b .btn {
    font-size: 16px;
  }

  body .home .container .main {
    padding: 30px 5% 0 5%;
  }

  body .home .container .main .tabs {
    gap: 10px;
  }

  body .home .container .main .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin: 30px 0 60px 0;
  }

  body .home .container .main .list a {
    padding: 15px 15px 50px 15px;
    border-radius: 16px;
  }

  body .home .container .main .list a::after {
    bottom: 15px;
    height: 50px;
    border-radius: 0 0 16px 16px;
  }

  body .home .container .main .list a .pt {
    margin: 60px 0 45px 0;
    width: 100%;
    height: auto;
  }

  body .home .container .main .list a .pb {
    gap: 10px;
    justify-content: space-between;
  }

  body .home .container .main .list a .pb .time {
    font-size: 90px;
  }

  body .home .container .main .list a .pb .btn {
    padding: 5px 15px;
    margin-bottom: 20px;
  }

  body .home .container .main .pager {
    gap: 10px;
  }

  body .home .container .main .pager a {
    padding: 4px 15px 8px 15px;
    border-radius: 25px;
  }
}

/*# sourceMappingURL=news.css.map */