.home-notice029 {
  background-size: cover;
}
.home-notice029 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-notice029 .layout ul {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.33%;
}

.home-notice029 .layout ul li {
  width: 24%;
  margin-bottom: 0.1rem;
}

.home-notice029 .layout ul li a {
  display: block;
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background-color: #fff;
}



.home-notice029 .layout ul li a:hover .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice029 .layout ul li a .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: #333;
  margin-bottom: 0.1rem;
  height: 0.54rem;
}

.home-notice029 .layout ul li a .des {
  font-size: 0.14rem;
  line-height: 0.21rem;
  max-height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0.1rem;
  color: #aaa;
}

.home-notice029 .layout ul li a .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 960px) {
  .home-notice029 .layout ul {
    margin-top: 20px;
  }

  .home-notice029 .layout ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=home-notice029.css.map */