.list-news002 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.list-news002 ul li {
  width: calc((100% - 1.2rem) / 4);
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}


.list-news002 ul li .bottom-info {
  padding: 0.2rem;
}

.list-news002 ul li .bottom-info .tit {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  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;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
.list-news002 ul li .bottom-info .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-news002 ul li .bottom-info .btn-wrap span {
  font-size: 0.14rem;
}
.list-news002 ul li .bottom-info .btn-wrap a {
  background-color: var(--ruifox-color-primary-1);
      padding: 0.05rem 0.1rem;
        border-radius: 0.03rem;
        color: #fff;
        font-size: 0.14rem;
}
.list-news002 ul li:hover .r_img .inner-img img {
  transform: scale(1.1);
}

@media (max-width: 960px) {
  .list-news002 ul {
    display: block;
  }

  .list-news002 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=list-news002.css.map */