.mySwiper .swiper-slide {
  width: 1rem !important;
  /* height: 1rem; */
  cursor: pointer;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  width: 0.64rem !important;
  height: 100% !important;
  background: #bfbfbf;
  left: -0.6rem !important;
}
.swiper{
    width: 90% !important;
}
.swiper-button-next {
  width: 0.64rem !important;
  height: 100%  !important;
  background: #bfbfbf;
  right: -0.9rem !important;
}
.swiper-button-next:hover {
  background: linear-gradient(60deg, #0078e9 0%, #10efff 100%);
}

.swiper-button-prev:hover {
  background: linear-gradient(60deg, #0078e9 0%, #10efff 100%);
}

.aa {
  height: 1.3rem;
}
.fenye {
  position: relative;
}

.Pipelinea_banner {
  width: 100%;
  height: 8rem;
  position: fixed;
  z-index: -1;
}

.Pipelinea_banner img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  transform: scale(1.2);
}

.new_container {
  width: 100%;
  height: auto;
  background: white;
}

.new_con {
  width: 16rem;
  height: auto;

  margin: auto;
  padding: 0.01rem;
  padding-bottom: 1.2rem;
}

.topnav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d6d6d6;
  margin-bottom: 0.6rem;
  margin-top: 1rem;
}

.fenye {
  width: 6.5rem;
  height: 0.64rem;
  margin: auto;
}

.topnav li {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.24rem;
  border-right: 1px solid #d6d6d6;
  opacity: 0;
}

.topnav li a {
  height: 0.8rem;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: black;
}

.on {
  background: linear-gradient(60deg, #0078e9 0%, #10efff 100%);
  color: white !important;
}

.topnav li:hover a {
  background: linear-gradient(60deg, #0078e9 0%, #10efff 100%);
  color: white;
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  width: 4.6rem;
  padding-bottom: 0.48rem;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 0.8rem;
  height: 5.4rem;
}

.item:hover {
  border-color: #0091ff;
}

.itemimg {
  width: 100%;
  height: 2.88rem;
  overflow: hidden;
}

.itemimg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.item:hover img {
  transform: scale(1.1);
}

.item .date {
  font-size: 0.18rem;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  margin-top: 0.39rem;
  margin-bottom: 0.23rem;
}

.item_title {
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.itemcon {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 0.33rem;
}

.f_on {
  color: #0091ff;
}

.jieguo {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  padding-top: 0.51rem;
  padding-bottom: 0.51rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78rem;
}
