.linkage-wrap {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.linkage-swiper-wrap {
  width: 68.3%;
  max-width: 984px;
}

.h5-show {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  min-height: 70px;
  padding: 10px;
  line-height: 25px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#LinkageCarousel .swiper-button-next:after,
#LinkageCarousel .swiper-button-prev:after{
  transition: all 0.5s;
  display: none;
  font-size: 28px;
  color: #fff;
}

#LinkageCarousel:hover .swiper-button-next:after,
#LinkageCarousel:hover .swiper-button-prev:after{
  display: block;
}

.news-titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f8f8f9;
}

.news-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.3s ease;
}

.news-item a {
  width: 89%;
  max-width: 406px;
  min-height: unset;
  font-size: 16px;
  color: rgba(26, 26, 26, 1);
  line-height: 22px;
  transition: all 0.3s ease;
}

.news-item.active {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%), rgba(30, 118, 186, 1);
}

.news-item.active a {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
}

@media(max-width: 1200px) {
  .linkage-wrap .news-item a {
    font-size: 12px;
    line-height: 16px;
  }

  .linkage-wrap .news-item.active a {
    font-weight: 700;
  }

}

@media(max-width: 768px) {
  .linkage-swiper-wrap {
    width: 100%;
  }
  .news-titles {
    display: none;
  }
  .h5-show {
    display: block;
  }
}
