.sec1 {
  background: #F5F5F5;
  padding: 4.2708333333vw 10vw 9.1666666667vw;
}
.sec1 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.1145833333vw;
}
.sec1 .swiper {
  width: 100%;
}
.sec1 .swiper .swiper-pagination {
  position: absolute;
  bottom: 2.03125vw;
  right: 26.0416666667vw;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  z-index: 3;
  left: unset;
}
.sec1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  background: #CCCCCC;
  border-radius: 50%;
  display: block;
  margin: 0;
  opacity: 1;
  cursor: pointer;
  transition: 0.6s;
}
.sec1 .swiper .swiper-pagination .swiper-pagination-bullet:hover, .sec1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DA251C;
}
.sec1 .swiper .swiper-slide .slide_box {
  display: flex;
  border-radius: 0.625vw;
  overflow: hidden;
  background: #FFFFFF;
}
.sec1 .swiper .swiper-slide .slide_box .slide_r {
  flex: 1;
  padding: 7.5vw 1.9270833333vw;
  position: relative;
  opacity: 0;
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .jt {
  width: 2.65625vw;
  height: 2.65625vw;
  background: #F5F5F5;
  border-radius: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4166666667vw;
  bottom: 0.4166666667vw;
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .jt img {
  display: block;
  width: 0.78125vw;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .jt:hover img {
  transform: rotate(45deg);
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .h5 {
  font-family: "Microsoft YaHei";
  font-size: 1.0416666667vw;
  color: #333333;
  line-height: 1.6666666667vw;
  font-weight: 100;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .p {
  font-family: "Microsoft YaHei";
  font-size: 0.7291666667vw;
  color: #666666;
  line-height: 1.3020833333vw;
  font-weight: 100;
  text-align: justify;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec1 .swiper .swiper-slide .slide_box .slide_r .date {
  margin: 1.1458333333vw 0 1.9791666667vw;
  font-family: "Avenir Next";
  font-weight: 200;
  font-size: 0.7291666667vw;
  color: #333333;
  opacity: 0;
  transform: translateY(1.0416666667vw);
}
.sec1 .swiper .swiper-slide .slide_box .img {
  width: 47.1354166667vw;
  height: 28.8541666667vw;
  background: #F1F1F1;
  border-radius: 0.625vw 0vw 0vw 0.625vw;
  overflow: hidden;
}
.sec1 .swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.sec1 .swiper .swiper-slide .slide_box:hover .img img {
  transform: scale(1.1);
}
.sec1 .swiper .swiper-slide .slide_box:hover .slide_r .h5 {
  color: #DA251C;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r {
  opacity: 1;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r .h5, .sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r .p, .sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r .date {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r .date {
  transition-delay: 0.1s;
}
.sec1 .swiper .swiper-slide.swiper-slide-active .slide_box .slide_r .p {
  transition-delay: 0.2s;
}

.sec2 {
  padding: 4.2708333333vw 10vw 3.8020833333vw;
}
.sec2 .wrap .sec2_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.4895833333vw;
  position: relative;
  z-index: 3;
}
.sec2 .wrap .sec2_top .l {
  display: flex;
  gap: 0.4166666667vw;
}
.sec2 .wrap .sec2_top .l .down_pull .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4166666667vw 0 1.3020833333vw;
  width: 15.1041666667vw;
  height: 3.8020833333vw;
  background: #FFFFFF;
  border-radius: 0.46875vw;
  border: 0.0520833333vw solid #CCCCCC;
}
.sec2 .wrap .sec2_top .l .down_pull .text .txt {
  font-weight: 400;
  font-size: 0.78125vw;
  color: #333333;
}
.sec2 .wrap .sec2_top .l .down_pull .text .icon {
  width: 3.3854166667vw;
  height: 3.0208333333vw;
  background: #FFFFFF;
  border-radius: 0.4166666667vw;
  border: 0.0520833333vw solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.sec2 .wrap .sec2_top .l .down_pull .text .icon img {
  display: block;
  width: 0.9895833333vw;
  transition: 0.6s;
}
.sec2 .wrap .sec2_top .l .down_pull .text:hover .icon {
  background: #DA251C;
  border: 0.0520833333vw solid #DA251C;
}
.sec2 .wrap .sec2_top .l .down_pull .text:hover .icon img {
  filter: brightness(0) invert(1);
}
.sec2 .wrap .sec2_top .r {
  display: flex;
  align-items: center;
  padding: 0 1.25vw 0 0;
  background: #F5F5F5;
  border-radius: 0.46875vw;
}
.sec2 .wrap .sec2_top .r input {
  padding: 0 0.78125vw;
  width: 26.9270833333vw;
  height: 3.5416666667vw;
  border: none;
  background: unset;
  font-family: "Microsoft YaHei";
  font-size: 0.8854166667vw;
  color: #111;
}
.sec2 .wrap .sec2_top .r input::placeholder {
  color: #CCCCCC;
}
.sec2 .wrap .sec2_top .r button {
  background: unset;
  font-size: 0.9375vw;
  color: #000000;
  transition: 0.6s;
}
.sec2 .wrap .sec2_top .r button:hover {
  color: #DA251C;
}
.sec2 .wrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625vw 5.2083333333vw;
  margin-bottom: 4.0625vw;
}
.sec2 .wrap .list .item {
  display: block;
}
.sec2 .wrap .list .item .img {
  width: 100%;
  height: 13.59375vw;
  border-radius: 0.46875vw;
  overflow: hidden;
}
.sec2 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s;
}
.sec2 .wrap .list .item .h5 {
  font-family: "Microsoft YaHei";
  font-size: 0.8854166667vw;
  color: #333333;
  line-height: 1.6666666667vw;
  font-weight: 100;
  margin: 1.3020833333vw 0 1.25vw;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
}
.sec2 .wrap .list .item .date {
  font-family: "Avenir Next";
  font-weight: 200;
  font-size: 0.7291666667vw;
  color: #333333;
}
.sec2 .wrap .list .item:hover .img img {
  transform: scale(1.1);
}
.sec2 .wrap .list .item:hover .h5 {
  color: #DA251C;
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 50px 5vw;
  }
  .sec1 .wrap .title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .sec1 .wrap .swiper .swiper-pagination {
    position: unset;
    gap: 10px;
    margin: 20px auto 0;
  }
  .sec1 .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box {
    display: block;
    border-radius: 10px;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 54vw;
    border-radius: 10px 10px 0 0;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .slide_r {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .slide_r .jt {
    display: none;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .slide_r .h5 {
    font-size: 16px;
    line-height: 1.4;
    order: 2;
    margin: 8px 0 15px;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .slide_r .date {
    font-size: 13px;
    order: 1;
  }
  .sec1 .wrap .swiper .swiper-slide .slide_box .slide_r .p {
    font-size: 13px;
    line-height: 1.6;
    order: 3;
  }
  .sec2 {
    padding: 50px 5vw;
  }
  .sec2 .wrap .sec2_top {
    display: block;
    margin-bottom: 25px;
  }
  .sec2 .wrap .sec2_top .r {
    height: 50px;
    border-radius: 4px;
  }
  .sec2 .wrap .sec2_top .r .iconfont {
    font-size: 14px;
  }
  .sec2 .wrap .sec2_top .r input {
    display: block;
    width: calc(100% - 25px);
    padding: 0 10px;
    font-size: 13px;
    height: 50px;
  }
  .sec2 .wrap .sec2_top .r input::placeholder {
    font-size: 13px;
  }
  .sec2 .wrap .sec2_top .l {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sec2 .wrap .sec2_top .l .down_pull {
    width: calc(50% - 5px);
  }
  .sec2 .wrap .sec2_top .l .down_pull .text {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
  }
  .sec2 .wrap .sec2_top .l .down_pull .text .txt {
    font-size: 13px;
  }
  .sec2 .wrap .sec2_top .l .down_pull .text .icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .sec2 .wrap .sec2_top .l .down_pull .text .icon img {
    width: 12px;
  }
  .sec2 .wrap .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }
  .sec2 .wrap .list .item {
    padding: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
  }
  .sec2 .wrap .list .item .img {
    height: 50vw;
    border-radius: 8px;
  }
  .sec2 .wrap .list .item .date {
    font-size: 13px;
  }
  .sec2 .wrap .list .item .h5 {
    font-size: 16px;
    line-height: 1.4;
    margin: 16px 0 10px;
  }
  .sec2 .wrap .list .item .h5 br {
    display: none;
  }
}

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