.text-img-icon .box {
  width: 15.43rem;
  background: #f6faff;
  border-radius: 0px 30px 0px 0px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  padding: 0.8rem 0;
}
.text-img-icon .box .inner {
  width: 99.5vw;
}
.text-img-icon .box .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
.text-img-icon .box .inner .wrapper .left {
  width: 6.5rem;
  margin-left: 0.66rem;
}
.text-img-icon .box .inner .wrapper .left .title {
  font-size: 0.36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-700;
  font-weight: 700;
  color: #000000;
  line-height: 0.42rem;
}
.text-img-icon .box .inner .wrapper .left .des {
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-350;
  color: #444444;
  line-height: 0.37rem;
  margin-top: 0.15rem;
  height: 2.22rem;
  overflow: auto;
}
.text-img-icon .box .inner .wrapper .left .des::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.text-img-icon .box .inner .wrapper .left .des:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.text-img-icon .box .inner .wrapper .left .btn-box {
  margin-top: 0.35rem;
  margin-right: 0.2rem;
  display: flex;
  justify-content: end;
}
.text-img-icon .box .inner .wrapper .left .btn-box a {
  display: block;
  width: 1.04rem;
  height: 0.39rem;
  border: 1px solid #e60000;
  border-radius: 0.49rem;
  font-size: 0.16rem;
  font-family: Source Han Sans CN, Source Han Sans CN-350;
  text-align: center;
  color: #e60000;
  line-height: 0.39rem;
}
.text-img-icon .box .inner .wrapper .left .btn-box a:hover {
  background-color: #e60000;
  color: #fff;
}
.text-img-icon .box .inner .wrapper .left ul {
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-img-icon .box .inner .wrapper .left ul li .top {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.68rem;
  height: 0.68rem;
  background: #e9eff7;
  border-radius: 50%;
}
.text-img-icon .box .inner .wrapper .left ul li .top img {
  width: 0.4rem;
  height: 0.4rem;
}
.text-img-icon .box .inner .wrapper .left ul li .bottom {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  font-family: Source Han Sans CN, Source Han Sans CN-350;
  text-align: center;
  color: #000000;
  width: 1rem;
  line-height: 0.2rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-img-icon .box .inner .wrapper .right {
  width: 7.56rem;
}
.text-img-icon .box .inner .wrapper .right img {
  width: 100%;
}
