.list ul li {
  width: 100%;
  height: 2.3rem;
  background: rgba(210, 229, 247, 0.3);
  border-radius: .08rem .08rem .08rem .08rem;
  padding: 0.16rem 0.2rem 0.16rem 0.24rem;
  margin-bottom: .2rem;
}
.list ul li:hover {
  background: rgba(130, 160, 189, 0.3);
  border-bottom: 2px solid #2356DC;
}
.list ul li:last-child {
  margin-bottom: 0;
}
.list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list ul li a .list-lf {
  float: right;
  width: 3.4rem;
  height: 1.92rem;
  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: left;
  padding-top: .37rem;
  width: 8.7rem;
}
.list ul li a .list-rh h3 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .22rem;
  color: #2356DC;
}
.list ul li a .list-rh p {
  margin-top: .2rem;
  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: 3;
}
@media screen and (max-width: 900px) {
  .list ul li {
    width: 100%;
    height: 230px;
    background: rgba(210, 229, 247, 0.3);
    border-radius: 8px 8px 8px 8px;
    padding: 16px 20px 16px 24px;
    margin-bottom: 20px;
  }
  .list ul li:hover {
    background: rgba(130, 160, 189, 0.3);
    border-bottom: 2px solid #2356DC;
  }
  .list ul li:last-child {
    margin-bottom: 0;
  }
  .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .list ul li a .list-lf {
    float: right;
    width: 340px;
    height: 192px;
    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: left;
    padding-top: 37px;
    width: 870px;
  }
  .list ul li a .list-rh h3 {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 22px;
    color: #2356DC;
  }
  .list ul li a .list-rh p {
    margin-top: 20px;
    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: 3;
  }
}
