.banner-box .banner-img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.banner-box .banner-info {
  top: 2.35rem;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.banner-box .banner-info .description {
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
.con-box > img {
  width: 100%;
  height: 8rem;
  object-fit: cover;
}
.con-box .con-text {
  padding: 0 18.75vw;
  width: 100%;
  top: 1.22rem;
  left: 0;
  justify-content: space-between;
  color: #000;
}
@media (max-width: 991px) {
  .con-box .con-text {
    top: 0.22rem;
    padding: 0 0.2rem;
    flex-direction: column;
  }
}
.con-box .con-text .title {
  font-size: 0.6rem;
  line-height: 0.64rem;
}
@media (max-width: 991px) {
  .con-box .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-text .title2 {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.con-box .con-text .description {
  width: 6rem;
  /*white-space: pre-wrap;*/
  font-size: 0.18rem;
}
.con-box .con-text .description p {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .con-box .con-text .description {
    margin-top: 0.2rem;
    width: 100%;
  }
}
