.depart-news003 {
  padding-bottom: 0.8rem;
}

.depart-news003 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.depart-news003 .layout .swiper-container {
  margin-top: 0.3rem;
  padding: 10px;
  height: 3.67rem;
}

.depart-news003 .layout .swiper-slide {
  padding: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  height: auto;
}

.depart-news003 .layout .swiper-slide:hover {
  background-color: var(--ruifox-color-primary-1);
}

.depart-news003 .layout .swiper-slide:hover .tit,
.depart-news003 .layout .swiper-slide:hover .content,
.depart-news003 .layout .swiper-slide:hover .time {
  color: #fff;
}

.depart-news003 .layout .swiper-slide .r_img {
  margin-bottom: 0.1rem;
}

.depart-news003 .layout .swiper-slide .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.81rem;
  margin-bottom: 0.1rem;
  color: #333;
}

.depart-news003 .layout .swiper-slide .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.96rem;
  margin-bottom: 0.3rem;
  color: #7f7f7f;
}

.depart-news003 .layout .swiper-slide .time {
  font-size: 0.16rem;
  display: block;
  line-height: 1;
  color: #666;
}

@media (max-width: 960px) {
  .depart-news003 {
    padding-bottom: 40px;
  }

  .depart-news003 .swiper-container {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=depart-news003.css.map */