.home-notice045 .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-notice045 .layout ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0.07rem 0.06rem 0.18rem 0rem rgba(7, 34, 72, 0.1);
  padding: .4rem 0;
}

.home-notice045 .layout ul li {
  width: 33.3%;
}

.home-notice045 .layout ul li:not(:nth-child(3n)) {
  border-right: dashed 1px rgba(0, 0, 0, 0.2);
}

.home-notice045 .layout ul li a {
  display: block;
  padding: 0.1rem 0.4rem;
  position: relative;
}

.home-notice045 .layout ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, var(--ruifox-color-primary-3), transparent);
  transition: width 0.5s;
}

.home-notice045 .layout ul li a:hover:before {
  width: 100%;
}

.home-notice045 .layout ul li a:hover .tit {
  color: var(--ruifox-color-primary-1);
}

.home-notice045 .layout ul li a .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  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;
  color: #333;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
}

.home-notice045 .layout ul li a .time {
  font-size: 0.16rem;
  color: var(--ruifox-color-primary-1);
  line-height: 1;
}

@media (max-width: 960px) {
  .home-notice045 .layout ul {
    margin-top: 20px;
    display: block;
  }

  .home-notice045 .layout ul li {
    width: 100%;
  }
}

/*# sourceMappingURL=home-notice045.css.map */