<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}
@media screen and (max-width: 768px) {
  .text-img-link .media .des {
    width: 7.1rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin: 0 auto 0.66rem;
    color: #222;
  }
  .text-img-link .media .top {
    display: flex;
    padding: 0 0.5rem;
    flex-wrap: wrap;
    gap: 0.3rem 1.15rem;
  }
  .text-img-link .media .top li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-img-link .media .top li img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    display: block;
  }
  .text-img-link .media .top li .title {
    font-size: 0.26rem;
    color: #222;
    line-height: 0.48rem;
    display: inline-block;
    position: relative;
  }
  .text-img-link .media .top li.active .title {
    color: #e90000;
  }
  .text-img-link .media .top li.active .title::after {
    content: "";
    width: 0.55rem;
    height: 0.04rem;
    background-color: #e90000;
    position: absolute;
    bottom: -0.04rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .text-img-link .media .bottom {
    margin-top: 0.3rem;
    width: 7.1rem;
    height: 4.8rem;
    margin: 0 auto;
    position: relative;
  }
  .text-img-link .media .bottom .content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .text-img-link .media .bottom .content img {
    display: block;
    width: 100%;
  }
}
</pre></body></html>