.depart-intro004 .layout .inner-box {
  display: flex;
  justify-content: space-between;
}

.depart-intro004 .layout .inner-box .left-box {
  width: 48%;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-slide {
  position: relative;
  height: 3.9rem;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-slide .bottom {
  position: absolute;
  width: 100%;
  padding: 0.2rem;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  left: 0;
  bottom: 0;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-slide .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-pagination {
  right: 0.2rem;
  left: unset;
  bottom: 0.2rem;
  text-align: right;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #cdcdcd;
}

.depart-intro004 .layout .inner-box .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ruifox-color-primary-1);
  border-radius: 0.15rem;
  width: 0.5rem;
}

.depart-intro004 .layout .inner-box .right-box {
  width: 48%;
}

.depart-intro004 .layout .inner-box .right-box .intro {
  margin: 0.4rem 0;
  height: 2.5rem;
}

.depart-intro004 .layout .inner-box .right-box .intro .nodata {
  padding: 0;
}

.depart-intro004 .layout .inner-box .right-box .intro p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  max-height: 2.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: justify;
  text-indent: 2em;
}

@media (max-width: 960px) {
  .depart-intro004 .layout .inner-box {
    flex-wrap: wrap;
  }

  .depart-intro004 .layout .inner-box .left-box {
    width: 100% !important;
  }

  .depart-intro004 .layout .inner-box .right-box {
    width: 100% !important;
    margin-top: 20px;
  }

  .depart-intro004 .layout .inner-box .right-box .intro {
    margin: 20px 0;
    height: auto;
  }
}

/*# sourceMappingURL=depart-intro004.css.map */