.list-text ul li {
  width: 100%;
  height: 1.51rem;
  border-radius: .08rem .08rem .08rem .08rem;
  padding: .3rem .27rem;
  margin-bottom: .2rem;
}
.list-text ul li:hover {
  border-bottom: .02rem solid #2356DC;
  border-radius: .08rem;
}
.list-text ul li:hover h3 {
  color: #2356DC;
}
.list-text ul li:last-child {
  margin-bottom: 0;
}
.list-text ul li:nth-child(4n+1) {
  background: rgba(210, 229, 247, 0.3);
}
.list-text ul li:nth-child(4n+2) {
  background: rgba(161, 216, 183, 0.3);
}
.list-text ul li:nth-child(4n+3) {
  background: rgba(201, 178, 210, 0.3);
}
.list-text ul li:nth-child(4n+4) {
  background: rgba(212, 182, 182, 0.3);
}
.list-text ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-text ul li a h3 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .22rem;
  color: #333333;
}
.list-text ul li a p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  color: #666666;
  line-height: .21rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: .2rem;
}
@media screen and (max-width: 900px) {
  .list-text ul li {
    width: 100%;
    height: 151px;
    border-radius: 8px 8px 8px 8px;
    padding: 30px 27px;
    margin-bottom: 20px;
  }
  .list-text ul li:hover {
    border-bottom: 2px solid #2356DC;
    border-radius: 8px;
  }
  .list-text ul li:hover h3 {
    color: #2356DC;
  }
  .list-text ul li:last-child {
    margin-bottom: 0;
  }
  .list-text ul li:nth-child(4n+1) {
    background: rgba(210, 229, 247, 0.3);
  }
  .list-text ul li:nth-child(4n+2) {
    background: rgba(161, 216, 183, 0.3);
  }
  .list-text ul li:nth-child(4n+3) {
    background: rgba(201, 178, 210, 0.3);
  }
  .list-text ul li:nth-child(4n+4) {
    background: rgba(212, 182, 182, 0.3);
  }
  .list-text ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list-text ul li a h3 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
  }
  .list-text ul li a p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
}
