.list {
  width: 13rem;
  margin-top: .3rem;
  border-radius: .08rem .08rem .08rem .08rem;
  background: #E3EFF7;
}
.list .list-lf {
  float: left;
  width: 10%;
  background: #E3EFF7;
  border-radius: 0.08rem 0 0 0.08rem;
  text-align: center;
}
.list .list-lf div {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .18rem;
  color: #333333;
}
.list .list-lf .c1 {
  height: .7rem;
  line-height: .7rem;
  position: relative;
}
.list .list-lf .c1::after {
  content: "";
  width: .45rem;
  height: .02rem;
  background: #F2F7FD;
  border-radius: .07rem .07rem .07rem .07rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list .list-lf .c2 {
  height: 9.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .list-lf .c3 {
  height: .58rem;
  line-height: .58rem;
  position: relative;
}
.list .list-lf .c3::after {
  content: "";
  width: .45rem;
  height: .02rem;
  background: #F2F7FD;
  border-radius: .07rem .07rem .07rem .07rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list .list-lf .c3::before {
  content: "";
  width: .45rem;
  height: .02rem;
  background: #F2F7FD;
  border-radius: .07rem .07rem .07rem .07rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list .list-lf .c4 {
  line-height: 1.68rem;
}
.list .list-rh {
  float: right;
  width: 90%;
  border-radius: .08rem .08rem .08rem .08rem;
}
.list .list-rh .top {
  width: 100%;
  height: .7rem;
  border-radius: 0 .08rem .08rem 0;
  background-color: #E3EEF7;
  text-align: center;
  line-height: .7rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .18rem;
  color: #333333;
}
.list .list-rh ul li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 0.17rem 0.5rem 0.17rem .32rem;
}
.list .list-rh ul li span {
  width: 1.5rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: .16rem;
  color: #333333;
}
.list .list-rh ul li p {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: .16rem;
  color: #333333;
  line-height: .23rem;
  width: 9.56rem;
}
.list .list-rh ul li:nth-child(odd) {
  background-color: #EEF4F9;
}
.list .list-rh ul li:nth-child(even) {
  background-color: #E9EDF5;
}
@media screen and (max-width: 900px) {
  .list {
    width: 1300px;
    margin-top: 30px;
    border-radius: 8px 8px 8px 8px;
    background: #E3EFF7;
  }
  .list .list-lf {
    float: left;
    width: 10%;
    background: #E3EFF7;
    border-radius: 8px 0 0 8px;
    text-align: center;
  }
  .list .list-lf div {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
  }
  .list .list-lf .c1 {
    height: 70px;
    line-height: 70px;
    position: relative;
  }
  .list .list-lf .c1::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #F2F7FD;
    border-radius: 7px 7px 7px 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .list .list-lf .c2 {
    height: 994px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list .list-lf .c3 {
    height: 58px;
    line-height: 58px;
    position: relative;
  }
  .list .list-lf .c3::after {
    content: "";
    width: 45px;
    height: 2px;
    background: #F2F7FD;
    border-radius: 7px 7px 7px 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .list .list-lf .c3::before {
    content: "";
    width: 45px;
    height: 2px;
    background: #F2F7FD;
    border-radius: 7px 7px 7px 7px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .list .list-lf .c4 {
    line-height: 168px;
  }
  .list .list-rh {
    float: right;
    width: 90%;
    border-radius: 8px 8px 8px 8px;
  }
  .list .list-rh .top {
    width: 100%;
    height: 70px;
    border-radius: 0 8px 8px 0;
    background-color: #E3EEF7;
    text-align: center;
    line-height: 70px;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
  }
  .list .list-rh ul li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 17px 50px 17px 32px;
  }
  .list .list-rh ul li span {
    width: 150px;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }
  .list .list-rh ul li p {
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    width: 956px;
  }
  .list .list-rh ul li:nth-child(odd) {
    background-color: #EEF4F9;
  }
  .list .list-rh ul li:nth-child(even) {
    background-color: #E9EDF5;
  }
}
