.section1 {
  background-color: #F7F7F7;
}

.section1 .wrap {
  padding: 80px 0;
  width: 1600px;
  margin: 0 auto;
}

.section1 .wrap .tab {
  display: flex;
  justify-content: center;
  grid-gap: 50px;
  margin-bottom: 60px;
}

.section1 .wrap .tab a {
  color: #111;
  font-size: 30px;
  text-transform: uppercase;
  transition: all 0.6s;
}

.section1 .wrap .tab a:hover,
.section1 .wrap .tab a.active {
  color: #1B7EE8;
}

.section1 .wrap .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section1 .wrap .flex .right,
.section1 .wrap .flex .left {
  width: 790px;
}

.section1 .wrap .flex .left {
  position: relative;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.section1 .wrap .flex .left .top .item {
  display: block;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
}

.section1 .wrap .flex .left .top .item:hover img {
  transform: scale(1.1);
}

.section1 .wrap .flex .left .top .item img {
  width: 100%;
  height: 100%;
  transition: all 2s;
}

.section1 .wrap .flex .left .bottom {
  padding: 30px;
}

.section1 .wrap .flex .left .bottom .item {
  padding-bottom: 60px;
  display: block;
}

.section1 .wrap .flex .left .swiper-pagination {
  position: static;
}

.section1 .wrap .flex .left .bottom .time {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  margin: 0 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.section1 .wrap .flex .left .bottom .pn {
  display: flex;
  grid-gap: 10px;
}

.section1 .wrap .flex .left .bottom .next,
.section1 .wrap .flex .left .bottom .prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .6s;
}

.section1 .wrap .flex .left .bottom .next:hover,
.section1 .wrap .flex .left .bottom .prev:hover {
  background-color: #1B7EE8;
}

.section1 .wrap .flex .left .bottom .next:hover span,
.section1 .wrap .flex .left .bottom .prev:hover span {
  color: #fff;
}

.section1 .wrap .flex .left .bottom .prev {
  transform: rotate(-90deg);
}

.section1 .wrap .flex .left .bottom .next {
  transform: rotate(90deg);
}

.section1 .wrap .flex .left .bottom .next span,
.section1 .wrap .flex .left .bottom .prev span {
  font-size: 20px;
  color: #111;
  transition: all .6s;
}

.section1 .wrap .flex .left .bottom .swiper-slide-active .time {
  transition-delay: .8s;
}


.section1 .wrap .flex .left .bottom .swiper-slide-active .content h4 {
  transition-delay: 1s;
}

.section1 .wrap .flex .left .bottom .swiper-slide-active .content p {
  transition-delay: 1.2s;
}

.section1 .wrap .flex .left .bottom .swiper-slide-active .common_more {
  transition-delay: 1.4s;
}


.section1 .wrap .flex .left .bottom .swiper-slide-active .time,
.section1 .wrap .flex .left .bottom .swiper-slide-active .common_more,
.section1 .wrap .flex .left .bottom .swiper-slide-active .content h4,
.section1 .wrap .flex .left .bottom .swiper-slide-active .content p {
  opacity: 1;
  transform: translateY(0);
}

.section1 .wrap .flex .left .bottom .content h4 {
  font-weight: bold;
  font-size: 22px;
  color: #1A1A1A;
  margin: 0 0 7px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .6s;

}

.section1 .wrap .flex .left .bottom .content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  -webkit-line-clamp: 1;
  margin: 0 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;

}

.section1 .wrap .flex .left .bottom .common_more {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

/* .section1 .wrap .flex .left .bottom .more {
  display: flex;
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;

}

.section1 .wrap .flex .left .bottom .more .a {
  color: #1B7EE8;
  transition: all 0.6s;
  display: flex;
}

.section1 .wrap .flex .left .bottom .more .a:hover {
  color: #1B7EE8;
}

.section1 .wrap .flex .left .bottom .more .a:hover .icon {
  transform: translateX(10px);

}

.section1 .wrap .flex .left .bottom .more .a .icon {
  transition: all 0.6s;
  margin-left: 10px;

} */

/* .section1 .wrap .flex .left .page {
  margin-top: 70px;
} */

.section1 .wrap .flex .left .page .swiper-pagination {
  text-align: left;
}

.section1 .wrap .flex .right {
  height: 870px;
}

.section1 .wrap .flex .right::-webkit-scrollbar {
  width: 0;
}


.section1 .wrap .flex .left .page .swiper-pagination span {
  width: 20px;
  height: 4px;
  background: #C0C0C0;
  opacity: 1 !important;
  transition: .6s ease;
  margin: 0 8px 0 0 !important;
  border-radius: 2px;
  position: relative
}

.section1 .wrap .flex .left .page .swiper-pagination span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: #1B7EE8;
}

.section1 .wrap .flex .left .page .swiper-pagination span.swiper-pagination-bullet-active {
  width: 32px
}

.section1 .wrap .flex .left .page .swiper-pagination span.swiper-pagination-bullet-active:after {
  animation: lineAnimate 6s linear forwards
}

.section1 .wrap .flex .left .page .swiper-pagination span:last-child {
  margin: 0 !important
}

.section1 .wrap .flex .right .item {
  background: #fff;
  padding: 0 40px;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
}

.section1 .wrap .flex .right .item:hover .content h4 {
  color: #1B7EE8;
}

.section1 .wrap .flex .right .item:last-child {
  margin-bottom: 0;
}

.section1 .wrap .flex .right .item .time {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
}

.section1 .wrap .flex .right .item .content h4 {
  font-weight: bold;
  font-size: 22px;
  color: #1A1A1A;
  margin: 0 0 7px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .6s;
}

.section1 .wrap .flex .right .item .content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  -webkit-line-clamp: 1;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* .section1 .wrap .flex .right .item .more {
  display: flex;
  font-size: 18px;

}

.section1 .wrap .flex .right .item .more {
  color: #1B7EE8;
  transition: all 0.6s;
  display: flex;
}

.section1 .wrap .flex .right .item:hover .more {
  color: #1B7EE8;
}

.section1 .wrap .flex .right .item:hover .more .icon {
  transform: translateX(10px);
} */

.section1 .wrap .flex .right {
  overflow-y: scroll;
  padding-right: 0;
}

.section1 .wrap .flex .right .item .more .icon {
  transition: all 0.6s;
  margin-left: 10px;
}

@keyframes lineAnimate {
  100% {
    width: 100%
  }
}

.section1 .wrap .common_more .button {
  width: 160px;
  height: 40px;
}

.section1 .wrap .common_more .button .icon {
  width: 20px;
}

.section1 .wrap .common_more .button p {
  font-size: 16px;
}


/* .section1 .wrap .top .item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
}

.section1 .wrap .top .item .left {
  width: 760px;
  margin-right: 60px;
}

.section1 .wrap .top .item .left img {
  width: 100%;
  height: 100%;
}

.section1 .wrap .top .item .right {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 80px;
  padding-right: 60px;
}

.section1 .wrap .top .item .right .time {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.section1 .wrap .top .item .right h4 {
  width: 410px;
  color: #111;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.section1 .wrap .top .item .right p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.section1 .wrap .top .item .right .more {
  display: flex;
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.section1 .wrap .top .item .right .more .a {
  color: #111;
  transition: all 0.6s;
  display: flex;
}

.section1 .wrap .top .item .right .more .a:hover {
  color: #1B7EE8;
}

.section1 .wrap .top .item .right .more .a:hover .icon {
  transform: translateX(10px);
  filter: none;
}

.section1 .wrap .top .item .right .more .a .icon {
  transition: all 0.6s;
  margin-left: 10px;
  filter: brightness(0);
}

.section1 .wrap .top .swiper-slide {
  height: auto;
}

.section1 .wrap .top .swiper-slide .item {
  height: 100%;
}

.section1 .wrap .top .swiper-slide-active .item .right .time,
.section1 .wrap .top .swiper-slide-active .item .right .more,
.section1 .wrap .top .swiper-slide-active .item .right h4,
.section1 .wrap .top .swiper-slide-active .item .right p {
  opacity: 1;
  transform: translateY(0);
}

.section1 .wrap .top .swiper-slide-active .item .right h4 {
  transition-delay: 0.2s;
}

.section1 .wrap .top .swiper-slide-active .item .right p {
  transition-delay: 0.4s;
}

.section1 .wrap .top .swiper-slide-active .item .right .more {
  transition-delay: 0.6s;
}

/* .section1 .wrap .top .swiper-pagination {
  position: absolute;
  left: 850px;
  bottom: 60px;
  width: fit-content;
} */

/* .section1 .wrap .top .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 8px;
  background-color: #C4CCD5;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.6s;
}

.section1 .wrap .top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: #1B7EE8;
}

.section1 .wrap .bottom {
  margin-top: 50px;
}

.section1 .wrap .bottom .list {
  display: flex;
  flex-wrap: wrap;

  grid-gap: 50px;
}

.section1 .wrap .bottom .list .item {
  padding: 20px 20px 60px;
  background-color: #fff;
  width: 500px;
  display: block;
}

.section1 .wrap .bottom .list .item .time {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.section1 .wrap .bottom .list .item .img {
  height: 300px;
  overflow: hidden;
}

.section1 .wrap .bottom .list .item .img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.section1 .wrap .bottom .list .item .content {
  margin-top: 10px;
}

.section1 .wrap .bottom .list .item .content h4 {
  color: #111;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  overflow: hidden;
  transition: all 0.6s;
  margin-bottom: 20px;
  height: 60px;
}

.section1 .wrap .bottom .list .item .content p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 60px;
}

.section1 .wrap .bottom .list .item .content .more {
  color: #111;
  transition: all 0.6s;
  display: flex;
  font-size: 18px;
  align-items: center;
}

.section1 .wrap .bottom .list .item .content .more .icon {
  transition: all 0.6s;
  margin-left: 10px;
  filter: brightness(0);
}

.section1 .wrap .bottom .list .item:hover .img img {
  transform: scale(1.1);
}

.section1 .wrap .bottom .list .item:hover .content h4 {
  color: #1B7EE8;
}

.section1 .wrap .bottom .list .item:hover .more {
  color: #1B7EE8;
}

.section1 .wrap .bottom .list .item:hover .more .icon {
  transform: translateX(10px);
  filter: none;
}

.section1 .wrap .bottom .common_page {
  margin-top: 80px;
} */

@media screen and (max-width: 1919px) {
.section1 .wrap{
padding: 4.1666666667vw 0px;
 width: 83.3333333333vw;
}
.section1 .wrap .tab{
gap: 2.6041666667vw;
 margin-bottom: 3.125vw;
}
.section1 .wrap .tab a{
font-size: 1.5625vw;
}
.section1 .wrap .flex .right, .section1 .wrap .flex .left{
width: 41.1458333333vw;
}
.section1 .wrap .flex .left{
border-radius: 1.0416666667vw 1.0416666667vw 0px 0px;
}
.section1 .wrap .flex .left .top .item{
height: 27.6041666667vw;
 border-radius: 1.0416666667vw;
}
.section1 .wrap .flex .left .bottom{
padding: 1.5625vw;
}
.section1 .wrap .flex .left .bottom .item{
padding-bottom: 3.125vw;
}
.section1 .wrap .flex .left .bottom .time{
font-size: 0.8333333333vw;
 margin: 0px 0px 1.0416666667vw;
 transform: translateY(1.0416666667vw);
}
.section1 .wrap .flex .left .bottom .pn{
gap: 0.5208333333vw;
}
.section1 .wrap .flex .left .bottom .next, .section1 .wrap .flex .left .bottom .prev{
width: 2.0833333333vw;
 height: 2.0833333333vw;
}
.section1 .wrap .flex .left .bottom .next span, .section1 .wrap .flex .left .bottom .prev span{
font-size: 1.0416666667vw;
}
.section1 .wrap .flex .left .bottom .content h4{
font-size: 1.1458333333vw;
 margin: 0px 0px 0.3645833333vw;
 transform: translateY(1.0416666667vw);
}
.section1 .wrap .flex .left .bottom .content p{
font-size: 0.8333333333vw;
 line-height: 1.40625vw;
 margin: 0px 0px 1.3020833333vw;
 transform: translateY(1.0416666667vw);
}
.section1 .wrap .flex .left .bottom .common_more{
transform: translateY(1.0416666667vw);
}
.section1 .wrap .flex .right{
height: 45.3125vw;
}
.section1 .wrap .flex .left .page .swiper-pagination span{
width: 1.0416666667vw;
 height: 0.2083333333vw;
 border-radius: 0.1041666667vw;
 margin: 0px 0.4166666667vw 0px 0px !important;
}
.section1 .wrap .flex .left .page .swiper-pagination span::after{
border-radius: 0.2604166667vw;
}
.section1 .wrap .flex .left .page .swiper-pagination span.swiper-pagination-bullet-active{
width: 1.6666666667vw;
}
.section1 .wrap .flex .right .item{
padding: 0px 2.0833333333vw;
 height: 10.15625vw;
 margin: 0px 0px 1.5625vw;
}
.section1 .wrap .flex .right .item .time{
font-size: 0.8333333333vw;
}
.section1 .wrap .flex .right .item .content h4{
font-size: 1.1458333333vw;
 margin: 0px 0px 0.3645833333vw;
}
.section1 .wrap .flex .right .item .content p{
font-size: 0.8333333333vw;
 line-height: 1.40625vw;
 margin: 0px 0px 0.5208333333vw;
}
.section1 .wrap .flex .right .item .more .icon{
margin-left: 0.5208333333vw;
}
.section1 .wrap .common_more .button{
width: 8.3333333333vw;
 height: 2.0833333333vw;
}
.section1 .wrap .common_more .button .icon{
width: 1.0416666667vw;
}
.section1 .wrap .common_more .button p{
font-size: 0.8333333333vw;
}
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    padding: 60px 0;
    width: 90vw;
  }
  .section1 .wrap .tab a{
    font-size: 28px;
  } 
  .section1 .wrap .tab{
    gap: 30px;
    margin-bottom: 40px;
  }
  .section1 .wrap>.flex{
    flex-direction: column;
  }
  .section1 .wrap .flex .left{
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .section1 .wrap .flex .right, .section1 .wrap .flex .left{
    width: 100%;
  }
  .section1 .wrap .flex .left .top .item {
        height: 48.604167vw;
  }
  .section1 .wrap .flex .left .bottom{
    padding: 20px;
  }
  .section1 .wrap .flex .left .bottom .time{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section1 .wrap .flex .left .bottom .content h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section1 .wrap .flex .left .bottom .content p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    transform: translateY(20px);
  }
  .section1 .wrap .flex .left .bottom .common_more{
    transform: translateY(20px);
  }
  .section1 .wrap .common_more .button p{
    font-size: 14px;
  }
  .section1 .wrap .common_more .button{
    width: 150px;
    height: 40px;
  }
  .section1 .wrap .common_more .button .icon{
    width: 20px;
  }
  .section1 .wrap .flex .left .bottom .next, .section1 .wrap .flex .left .bottom .prev{
    width: 40px;
    height: 40px;
  }
  .section1 .wrap .flex .left .bottom .next span, .section1 .wrap .flex .left .bottom .prev span{
    font-size: 20px;
  }
  .section1 .wrap .flex .left .bottom .swiper{
    margin-bottom: 30px;
  }
  .section1 .wrap .flex .left .page .swiper-pagination span{
    width: 18px;
    height: 6px;
    margin-right: 6px !important;
    border-radius: 4px;
  }
  .section1 .wrap .flex .left .page .swiper-pagination span.swiper-pagination-bullet-active{
    width: 40px;
  }
  .section1 .wrap .bottom .flex{
    align-items: center;
  }
      .section1 .wrap .flex .right {
        height: auto;
      }
  .section1 .wrap .flex .right .item{
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .section1 .wrap .flex .right .item .time{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section1 .wrap .flex .right .item .content h4{
    font-size: 18px;
    margin-bottom:10px;
  }
  .section1 .wrap .flex .right .item .content p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
      .section1 .wrap .tab{
        margin-bottom: 30px;
      }
          .section1 .wrap {
            padding: 50px 0;
          }


}