/* 非常重要，整体上扬 */
.hlx-imit-width {
  transform: translateY(-160px);
}

.hlx-topic-news {
  /* background: url("./bg/head-title-bg.png") center bottom / 100% auto no-repeat; */
  background: linear-gradient(
    to top,
    /* 起始点（底部）：FEE1AE */ #fee1ae 0%,
    /* 50%位置：仍保持FEE1AE */ #fee1ae 30%,
    /* 100%位置（顶部）：完全透明 */ transparent 100%
  );

  padding: 20px;
  min-height: 138px;

  display: flex;
  align-items: center;
  justify-content: center;

  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.hlx-topic-news-item {
  display: block;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #d80d0e;
}
a.hlx-topic-news-item:any-link {
  color: #d80d0e;
}

@media screen and (max-width: 768px) {
  .hlx-imit-width {
    transform: translateY(-60px);
  }
  .hlx-topic-news {
    padding: 10px;
  }
  .hlx-topic-news-item {
    font-size: 14px;
  }
}

/* 轮播 */

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 670px;
}

.carousel .swiper-wrapper .swiper-item {
  display: block;
  width: 100%;
  text-decoration: none;
}

/* 轮播按钮 */
.carousel .swiper-button-next {
  width: 37px;
  height: 71px;
  background: url("./carousel/next.png") no-repeat;
  background-size: 100%;
  top: 34%;
}
.carousel .swiper-button-prev {
  width: 37px;
  height: 71px;
  background: url("./carousel/prev.png") no-repeat;
  background-size: 100%;
  top: 34%;
}

/* 轮播 dot */
.carousel .swiper-pagination .swiper-pagination-bullet {
  width: 184px;
  height: 7px;
  background: #f6b6a5;
  border-radius: 0;
}
.carousel
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e64c19;
}

/* 轮播内容 */

.carousel .swiper-item .swiper-pic {
  width: 100%;
  height: 555px;
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .carousel {
    height: 380px;
  }

  .carousel .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 3.5px;
  }

  .carousel .swiper-item .swiper-pic {
    height: 277.5px;
  }

  .carousel .swiper-item .swiper-title {
    font-size: 14px;
  }
}

.carousel .swiper-item .swiper-pic img {
  width: 100%;
  height: 100%;
}

.carousel .swiper-item .swiper-title {
  text-align: center;
  width: 100%;
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 28px;
  color: #d80d0e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* list 更多 */

.hlx-list-item-more:any-link {
  color: #f87852;
}
.hlx-list-item-more {
  text-align: right;
  padding-top: 30px;

  color: #f87852;
  font-size: 20px;
}

/* 更多按钮 */

.white-background-card {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.1);
}
