.normal-topnews .nor-item_text a:hover,
.hottopic-timeline-wrap .tab-content .rank-item a:hover {
  color: var(--select-color);
}

#TopNewsCarousel .slide-title{
  position: absolute;
  bottom: 0px;
  padding: 10px;
  padding-bottom:30px;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4), transparent);
}
#TopNewsCarousel .slide-title a{
  font-size: 28px;
  color: #ffff;
}
#TopNewsCarousel .swiper-pagination-bullet{
  width: 10%;
  height: 4px;
  background: #686767FF;
  border-radius: 0;
}
#TopNewsCarousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #248ECCFF;
}
#TopNewsCarousel .swiper-button-next:after,
#TopNewsCarousel .swiper-button-prev:after{
  transition: all 0.5s;
  display: none;
  font-size: 28px;
  color: #fff;
}
#TopNewsCarousel:hover .swiper-button-next:after,
#TopNewsCarousel:hover .swiper-button-prev:after{
  display: block;
}

.top-swiper-wrap .normal-topnews {
  display: flex;
  justify-content: space-between;
}

.top-swiper-wrap .normal-topnews .nor-item {
  width: calc(33% - 13.3px);
  background: #ffffff;
  border-radius: 4px;
}

.top-swiper-wrap .normal-topnews .nor-item_img {
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

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

.top-content .top-swiper-wrap {
  width: 66%
}

.top-content .swiper {
  margin-bottom: 20px;
  border-radius: 10px;
}

.nor-item_text .HideTwoLines {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
  padding: 0 5px;
}

@media(max-width: 1200px) {
  #TopNewsCarousel .slide-title a {
    font-size: 18px;
    line-height: 25px;
  }

  .nor-item_text .HideTwoLines {
    font-size: 10px;
    line-height: 14px;
  }
}

@media(max-width: 768px) {
  .top-content .top-swiper-wrap {
    width: 100%;
  }
}

@media(max-width: 567px) {
  #TopNewsCarousel .slide-title a {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .nor-item_text .HideTwoLines {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    min-height: 22px;
  }
}
