.home-notice045 .layout .panel-row {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.1rem;
}

.home-notice045 .layout .panel-row .left-panel {
  width: 65%;
}

.home-notice045 .layout .panel-row .right-panel {
  width: 32%;
  margin-left: 1%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home-notice045 .layout .panel-row h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.2rem;
}

.home-notice045 .layout .panel-row h1 .more-component {
  margin-left: auto;
}

.home-notice045 .layout .panel-row ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0.07rem 0.06rem 0.18rem 0rem rgba(7, 34, 72, 0.1);
  padding: .3rem 0;
}

.home-notice045 .layout .panel-row ul.col-2 li {
  width: 50%;
  border-right: none;
}

.home-notice045 .layout .panel-row ul.col-2 li:nth-child(odd) {
  border-right: dashed 1px rgba(0, 0, 0, 0.2);
}

.home-notice045 .layout .panel-row ul.col-1 li {
  width: 100%;
  border-right: none !important;
}

.home-notice045 .layout ul li a {
  display: block;
  padding: 0.1rem 0.4rem;
  position: relative;
  z-index: 1;
}

.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-4), transparent);
  transition: width 0.5s;
  z-index: -1;
}

.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.2rem;
  line-height: 0.3rem;
  max-height: 0.3rem;
  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;
}

.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 .panel-row {
    display: block;
  }

  .home-notice045 .layout .panel-row .left-panel,
  .home-notice045 .layout .panel-row .right-panel {
    width: 100%;
  }

  .home-notice045 .layout .panel-row .right-panel {
    margin-top: 20px;
  }

  .home-notice045 .layout .panel-row ul {
    margin-top: 20px;
    display: block;
    padding: 20px 0;
  }

  .home-notice045 .layout .panel-row ul.col-2 li {
    width: 100%;
  }

  .home-notice045 .layout .panel-row ul li {
    width: 100%;
    border-right: none !important;
  }

  .home-notice045 .layout .panel-row ul li a {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=home-notice045.css.map */