body {
  background: #F4F4F4;
}

.common_banner .text {
  text-align: left;
  left: 260px;
}

.section {
  padding: 57px 0 105px;
}
.section .wrap .links {
  width: fit-content;
  height: 63px;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  margin: 0 auto 85px;
  padding: 5px;
}
.section .wrap .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 100%;
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #21419A;
  transition: 0.6s;
}
.section .wrap .links a:hover, .section .wrap .links a.on {
  background: #21419A;
  color: #FFFFFF;
}
.section .wrap .recommend_swiper {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 96px;
}
.section .wrap .recommend_swiper .swiper-pagination {
  position: unset;
  display: flex;
  align-items: unset;
  justify-content: center;
  gap: 0 18px;
  margin: 51px 0 0;
}
.section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background: #CECECE;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
  transition: 0.6s;
}
.section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet:hover, .section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #013D97;
}
.section .wrap .recommend_swiper .swiper-slide {
  display: flex;
  border-radius: 8px;
  background: #FFFFFF;
}
.section .wrap .recommend_swiper .swiper-slide .l {
  display: block;
  width: 50%;
  height: 474px;
  border-radius: 8px;
  overflow: hidden;
}
.section .wrap .recommend_swiper .swiper-slide .l img {
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section .wrap .recommend_swiper .swiper-slide .l:hover img {
  transform: scale(1.1);
}
.section .wrap .recommend_swiper .swiper-slide .r {
  padding: 74px 83px 0 78px;
}
.section .wrap .recommend_swiper .swiper-slide .r .time {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  opacity: 0;
  transform: translateY(20px);
}
.section .wrap .recommend_swiper .swiper-slide .r .r_title {
  margin: 45px 0 28px;
  opacity: 0;
  transform: translateY(20px);
}
.section .wrap .recommend_swiper .swiper-slide .r .r_title a {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 32px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
}
.section .wrap .recommend_swiper .swiper-slide .r .r_title a:hover {
  color: #21419A;
}
.section .wrap .recommend_swiper .swiper-slide .r .r_text {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 32px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
}
.section .wrap .recommend_swiper .swiper-slide .r .more {
  opacity: 0;
  transform: translateY(20px);
}
.section .wrap .recommend_swiper .swiper-slide .r .more a {
  width: fit-content;
  height: 48px;
  background: #013D97;
  border: 1px solid #013D97;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  color: #F5F5F5;
  transition: 0.6s;
  font-size: 16px;
}
.section .wrap .recommend_swiper .swiper-slide .r .more a:hover {
  background: transparent;
  color: #21419A;
}
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .r .time {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .r .r_title {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
  transition-delay: 0.1s;
}
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .r .r_text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
  transition-delay: 0.2s;
}
.section .wrap .recommend_swiper .swiper-slide.swiper-slide-active .r .more {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
  transition-delay: 0.3s;
}
.section .wrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
.section .wrap .list .item {
  display: block;
  border-top: 1px solid #E8E8E8;
  padding: 24px 0 0;
  position: relative;
}
.section .wrap .list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #013D97;
  position: absolute;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s;
}
.section .wrap .list .item .time {
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  position: relative;
  margin-bottom: 22px;
}
.section .wrap .list .item .time::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #BDBDBD;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section .wrap .list .item .img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.section .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.section .wrap .list .item .item_title {
  font-weight: 500;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 36px;
  transition: 0.6s;
  margin: 45px 0 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section .wrap .list .item:hover:after {
  transform: scaleX(1);
}
.section .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
.section .wrap .list .item:hover .item_title {
  color: #013D97;
}
.section .wrap .list_more {
  width: fit-content;
  margin: 70px auto 0;
  height: 56px;
  border-radius: 27px;
  border: 1px solid #21419A;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  color: #21419A;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section .wrap .list_more:hover {
  background: #21419A;
  color: #FFFFFF;
}

@media screen and (max-width: 1919px) {
  .common_banner .text {
    left: 13.5416666667vw;
  }
  .section {
    padding: 2.96875vw 0 5.46875vw;
  }
  .section .wrap .links {
    height: 3.28125vw;
    border-radius: 1.6666666667vw;
    margin: 0 auto 4.4270833333vw;
  }
  .section .wrap .links a {
    padding: 0 1.5625vw;
    border-radius: 1.40625vw;
    font-size: 0.9375vw;
  }
  .section .wrap .recommend_swiper {
    border-radius: 0.4166666667vw;
    margin-bottom: 5vw;
  }
  .section .wrap .recommend_swiper .swiper-pagination {
    gap: 0 0.9375vw;
    margin: 2.65625vw 0 0;
  }
  .section .wrap .recommend_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
  }
  .section .wrap .recommend_swiper .swiper-slide {
    border-radius: 0.4166666667vw;
  }
  .section .wrap .recommend_swiper .swiper-slide .l {
    height: 24.6875vw;
    border-radius: 0.4166666667vw;
  }
  .section .wrap .recommend_swiper .swiper-slide .r {
    padding: 3.8541666667vw 4.3229166667vw 0 4.0625vw;
  }
  .section .wrap .recommend_swiper .swiper-slide .r .time {
    font-size: 0.8333333333vw;
    transform: translateY(1.0416666667vw);
  }
  .section .wrap .recommend_swiper .swiper-slide .r .r_title {
    margin: 2.34375vw 0 1.4583333333vw;
    transform: translateY(1.0416666667vw);
  }
  .section .wrap .recommend_swiper .swiper-slide .r .r_title a {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }
  .section .wrap .recommend_swiper .swiper-slide .r .r_text {
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw;
    margin-bottom: 3.125vw;
    transform: translateY(1.0416666667vw);
  }
  .section .wrap .recommend_swiper .swiper-slide .r .more {
    transform: translateY(1.0416666667vw);
  }
  .section .wrap .recommend_swiper .swiper-slide .r .more a {
    height: 2.5vw;
    border-radius: 1.25vw;
    padding: 0 1.6666666667vw;
    font-size: 0.8333333333vw;
  }
  .section .wrap .list {
    gap: 4.1666666667vw 2.0833333333vw;
  }
  .section .wrap .list .item {
    padding: 1.25vw 0 0;
  }
  .section .wrap .list .item .time {
    padding: 0 0 0 0.5208333333vw;
    font-size: 0.8333333333vw;
    margin-bottom: 1.1458333333vw;
  }
  .section .wrap .list .item .img {
    height: 16.6666666667vw;
  }
  .section .wrap .list .item .item_title {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
    margin: 2.34375vw 0 0;
  }
  .section .wrap .list_more {
    margin: 3.6458333333vw auto 0;
    height: 2.9166666667vw;
    border-radius: 1.40625vw;
    padding: 0 2.0833333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .common_banner .text {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .section {
    padding: 40px 0 60px;
  }
  .section .wrap .links {
    height: 50px;
    border-radius: 45px;
    padding: 5px;
    margin: 0 auto 30px;
  }
  .section .wrap .links a {
    padding: 0 20px;
    font-size: 16px;
    border-radius: 20px;
  }
  .section .wrap .swiper {
    margin-bottom: 40px;
  }
  .section .wrap .swiper .swiper-slide {
    padding: 20px 20px 30px;
    display: block;
    border-radius: 8px;
  }
  .section .wrap .swiper .swiper-slide .l {
    width: 100%;
    height: 52vw;
    border-radius: 6px;
  }
  .section .wrap .swiper .swiper-slide .r {
    padding: 30px 0 0;
  }
  .section .wrap .swiper .swiper-slide .r .time {
    font-size: 14px;
  }
  .section .wrap .swiper .swiper-slide .r .r_title {
    margin: 15px 0;
  }
  .section .wrap .swiper .swiper-slide .r .r_title a {
    font-size: 18px;
    line-height: 1.6;
  }
  .section .wrap .swiper .swiper-slide .r .r_title a br {
    display: none;
  }
  .section .wrap .swiper .swiper-slide .r .r_text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .section .wrap .swiper .swiper-slide .r .more a {
    padding: 0 20px;
    font-size: 15px;
    height: 40px;
    border-radius: 20px;
  }
  .section .wrap .swiper .swiper-pagination {
    gap: 0 15px;
    margin: 30px 0 0;
  }
  .section .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .section .wrap .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .section .wrap .list .item {
    padding: 20px 0 0;
  }
  .section .wrap .list .item .time {
    font-size: 14px;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
  }
  .section .wrap .list .item .img {
    height: 64vw;
  }
  .section .wrap .list .item .item_title {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .section .wrap .list_more {
    margin: 50px auto 0;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
  }
}

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