.list ul li {
  width: 100%;
  height: 2.57rem;
  background: rgba(210, 229, 247, 0.3);
  border-radius: .08rem .08rem .08rem .08rem;
  padding: 0.16rem 0.33rem 0.16rem 0.16rem;
  margin-bottom: .2rem;
}
.list ul li:last-child {
  margin-bottom: 0;
}
.list ul li:hover {
  background: rgba(130, 160, 189, 0.3);
  border-bottom: 2px solid #2356DC;
}
.list ul li:hover .list-rh h3 {
  color: #2356DC;
}
.list ul li:hover .list-rh span {
  color: #2356DC;
}
.list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list ul li a .list-lf {
  float: left;
  width: 3.39rem;
  height: 2.25rem;
  border-radius: .08rem .08rem .08rem .08rem;
}
.list ul li a .list-lf img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: .08rem .08rem .08rem .08rem;
}
.list ul li a .list-rh {
  float: right;
  padding-top: .19rem;
  width: 8.9rem;
}
.list ul li a .list-rh h3 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .22rem;
  color: #333333;
}
.list ul li a .list-rh span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  color: #666666;
  display: block;
  padding-top: .16rem;
}
.list ul li a .list-rh p {
  margin-top: .33rem;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .18rem;
  color: #666666;
  line-height: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 900px) {
  .list ul li {
    width: 100%;
    height: 257px;
    background: rgba(210, 229, 247, 0.3);
    border-radius: 8px 8px 8px 8px;
    padding: 16px 33px 16px 16px;
    margin-bottom: 20px;
  }
  .list ul li:last-child {
    margin-bottom: 0;
  }
  .list ul li:hover {
    background: rgba(130, 160, 189, 0.3);
    border-bottom: 2px solid #2356DC;
  }
  .list ul li:hover .list-rh h3 {
    color: #2356DC;
  }
  .list ul li:hover .list-rh span {
    color: #2356DC;
  }
  .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .list ul li a .list-lf {
    float: left;
    width: 339px;
    height: 225px;
    border-radius: 8px 8px 8px 8px;
  }
  .list ul li a .list-lf img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px 8px 8px 8px;
  }
  .list ul li a .list-rh {
    float: right;
    padding-top: 19px;
    width: 890px;
  }
  .list ul li a .list-rh h3 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
  }
  .list ul li a .list-rh span {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    display: block;
    padding-top: 16px;
  }
  .list ul li a .list-rh p {
    margin-top: 33px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
