
.home-notice017 ul {
  display: flex;
  flex-wrap: wrap;
}

.home-notice017 ul li:hover {
  border-color: var(--ruifox-color-primary-1);
  box-shadow: 0 0.1rem 0.2rem rgba(65, 144, 144, 0.2);
}

.home-notice017 ul li {
  width: calc(25% - 0.96rem);
  margin-right: 0.16rem;
  box-sizing: border-box;
  padding: 0.25rem;
  border: 1px dashed rgba(65, 144, 144, 0.6);
  transition: all 0.25s;
  margin-bottom: 0.16rem;
}

.home-notice017 ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
}


.home-notice017 ul li a h3 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  text-align: center;
  line-height: 0.25rem;
  max-height: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.home-notice017 ul li a p {
  color: #AAAAAA;
  font-size: 0.14rem;
  line-height: 0.2rem;
  max-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.6rem;
}

.home-notice017 ul li a .link-more {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  padding-top: 0.15rem;
}

.home-notice017 ul li:hover a .link-more i {
  transform: rotate(45deg);
}

.home-notice017 ul li a .link-more i {
  color: var(--ruifox-color-primary-1);
  display: flex;
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--ruifox-color-primary-1);
  font-size: 0.14rem;
  margin-left: 0.1rem;
  transition: all .3s;
}


@media (max-width: 960px) {

  .inner-layout {
    width: 100% !important;
  }

  .home-notice017 ul {
    display: flex;
    flex-direction: column;
  }

  .home-notice017 ul li {
    width: 100%;
    margin-right: 0;
  }

}

/*# sourceMappingURL=ruifox-list-notice001.css.map */