.home-notice025 {
  margin-top: 0.8rem;
}

.home-notice025 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-notice025 .layout h1 .tabtit-component {
  flex: 1;
  margin-left: 0.4rem;
}

.home-notice025 .layout ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.home-notice025 .layout ul li {
  width: 49%;
  margin-bottom: 0.2rem;
}

.home-notice025 .layout ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.home-notice025 .layout ul li a:hover {
  transform: translateY(-10px);
}

.home-notice025 .layout ul li a:hover .info .tit .aline_w {
  background-size: 100% 1px;
}

.home-notice025 .layout ul li a .time {
  margin-right: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
      border: 1px solid var(--ruifox-color-primary-1);
  color: var(--ruifox-color-primary-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  flex-shrink: 0;
}

.home-notice025 .layout ul li a .time .year {
  font-size: 0.16rem;
  line-height: 1;
}

.home-notice025 .layout ul li a .time .day {
  font-size: 0.3rem;
  line-height: 1;
  margin-top: 0.05rem;
  font-weight: bold;
}

.home-notice025 .layout ul li a .info .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;
}

@media (max-width: 960px) {
  .home-notice025 {
    margin-top: 40px;
  }

  .home-notice025 .layout h1 {
    position: relative;
  }

  .home-notice025 .layout h1 .tabtit-component {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }

  .home-notice025 .layout ul {
    margin-top: 20px;
  }

  .home-notice025 .layout ul li {
    width: 100%;
  }

  .home-notice025 .layout ul li a .time {
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=home-notice025.css.map */