.banner .wrap .text {
  color: #111;
}

.common_tab a {
  font-size: 45px;
}

.section1 .wrap .top {
  padding-left: 0;
}

.common_tab {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.common_tab .prev,
.common_tab .next {
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.common_tab .prev:hover span,
.common_tab .next:hover span {
  color: #003DAA;
}

.common_tab .prev {
  left: 0;
}

.common_tab .next {
  right: 0;
}

.common_tab .next span {
  transform: rotate(180deg);
}

.common_tab .prev span,
.common_tab .next span {
  transition: all .6s;
  font-size: 24px;
}

/* .common_tab::after{
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  right: 0;
  height: 100%;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); 
} */
.common_tab .swiper {
  width: 100%;
  margin: 0 auto;
}

/* .common_tab .swiper .swiper-slide{
  width: fit-content;
} */
@media screen and (max-width: 1919px) {
  .common_tab a {
    font-size: 2.34375vw;
  }

  .common_tab {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .common_tab .prev,
  .common_tab .next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .common_tab .prev span,
  .common_tab .next span {
    font-size: 1.25vw;
  }

  .common_search .icon span {
    font-size: 0.8333333vw;
  }

  .common_tab .prev span,
  .common_tab .next span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap .top {
    flex-direction: column-reverse;
  }

  .common_search {
    margin-bottom: 20px;
  }

  .common_tab {
    width: 100%;
  }

  .common_tab .prev,
  .common_tab .next {
    width: 30px;
    height: 30px;
  }

  .common_tab {
    padding: 0 36px;
  }

  .common_tab a {
    font-size: 24px;
  }

  .section1 .wrap .bottom .list .item a .content .text,
  .section1 .wrap .bottom .list .item a .content .time {
    font-size: 16px;
  }

  .section1 .wrap .bottom .list .item a {
    padding: 20px;
  }

  .section1 .wrap .bottom .list .item a .icon span {
    font-size: 24px;
  }

  .common_search .icon span {
    font-size: 14px;
  }

  .section1 .wrap .bottom .list .item a .content .time {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .bottom .list .item a .content {
    flex-direction: column-reverse;
  }

  .section1 .wrap .bottom .list .item a {
    align-items: center;
  }

  .section1 .wrap .bottom .list .item a .icon {
    height: 24px;
  }

  .section1 .wrap .bottom .list .item a .content .time {
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
  }

  .section1 .wrap {
    padding: 50px 0;
  }

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