.text-img-link .box {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #051C36;
}
.text-img-link .box .wrapper {
  display: flex;
  justify-content: space-between;
}
.text-img-link .box .wrapper .left {
  width: 6.8rem;
}
.text-img-link .box .wrapper .left .top li .title {
  font-size: 0.24rem;
  color: #e4f2ff;
  line-height: 0.28rem;
  margin: 30px 0 20px;
}
.text-img-link .box .wrapper .left .top li .des {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.33rem;
  height: 1.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text-img-link .box .wrapper .left .bottom {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.1rem;
  justify-content: center;
}
.text-img-link .box .wrapper .left .bottom li {
  width: 2.2rem;
  height: 2.87rem;
}
.text-img-link .box .wrapper .left .bottom li.active {
  background: radial-gradient(circle closest-corner at 1.1rem 0px, #28597a, #051c36);
}
.text-img-link .box .wrapper .left .bottom li.active .wrap {
  border-color: #e90000;
}
.text-img-link .box .wrapper .left .bottom li .wrap {
  width: 0.95rem;
  height: 0.95rem;
  border: 3px solid transparent;
  position: relative;
  border-radius: 50%;
  left: 0.1rem;
  top: 0.1rem;
  margin: 0.55rem auto 0.4rem auto;
}
.text-img-link .box .wrapper .left .bottom li .wrap .img-box {
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  width: 100%;
  height: 100%;
  background-color: #E9EFF7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.text-img-link .box .wrapper .left .bottom li .wrap .img-box img {
  width: 0.6rem;
  height: 0.6rem;
}
.text-img-link .box .wrapper .left .bottom li .title {
  font-size: 0.24rem;
  text-align: center;
  color: #ffffff;
  line-height: 0.28rem;
}
.text-img-link .box .wrapper .right {
  width: 8rem;
  height: 5.82rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
}
.text-img-link .box .wrapper .right .right-box {
  width: 100%;
  height: 100%;
  position: relative;
  flex: none;
  left: 8rem;
  transition: all 0.3s;
}
.text-img-link .box .wrapper .right .right-box:first-of-type {
  left: 0rem;
}
.text-img-link .box .wrapper .right .right-box .banner .bd .tempWrap ul {
  width: 100% !important;
}
.text-img-link .box .wrapper .right .right-box .banner .bd .tempWrap ul li {
  width: 100% !important;
}
.text-img-link .box .wrapper .right .right-box .banner .bd .tempWrap ul li img {
  width: 100% !important;
  height: auto !important;
}
