.depart-notice001 {
  position: relative;
}

.depart-notice001>img {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
}
.depart-notice001 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.depart-notice001 .layout ul {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}

.depart-notice001 .layout ul li {
  width: 32.3%;
  margin-bottom: 0.2rem;
}

.depart-notice001 .layout ul li a {
  display: block;
  padding: 0.2rem;
  background-color: #fff;
  border-bottom: 4px solid var(--ruifox-color-primary-1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.depart-notice001 .layout ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.depart-notice001 .layout ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
  height: 0.54rem;
}

.depart-notice001 .layout ul li a .time {
  font-size: 0.16rem;
  color: #666;
  line-height: 1;
}

@media (max-width: 960px) {
  .depart-notice001 .layout ul {
    margin-top: 20px !important;
    display: block;
  }

  .depart-notice001 .layout ul li {
    width: 100% !important;
  }
}

/*# sourceMappingURL=depart-notice001.css.map */