.home-notice015 {
  background-size: cover;
}
.home-notice015 .layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.home-notice015 .layout ul {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%; }
  .home-notice015 .layout ul li {
    width: 32.3%;
    margin-bottom: 0.2rem; }
    .home-notice015 .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); }
      .home-notice015 .layout ul li a:hover .tit .aline_w {
        background-size: 100% 1px; }
      .home-notice015 .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; }
      .home-notice015 .layout ul li a .time {
        font-size: 0.16rem;
        color: #666;
        line-height: 1; }
@media (max-width: 960px) {
  .home-notice015 .layout ul {
    margin-top: 20px !important;
    display: block; }
    .home-notice015 .layout ul li {
      width: 100% !important; } }

/*# sourceMappingURL=home-notice015.css.map */
