.news-desc {
  margin: 0 auto;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.desc-wrap {
  display: flex;
}
.desc-wrap img {
  max-width: 100%;
}
.desc-nav {
  width: 1.6667rem;
}
.desc-nav li a {
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 0.1563rem 0;
  margin-bottom: 0.0521rem;
  font-size: 0.0938rem;
  cursor: pointer;
}
.desc-nav li a:hover {
  background-color: #00C5DD;
  color: #fff;
}
.desc-nav li.active a {
  background-color: #00C5DD;
  color: #fff;
}
.desc-content {
  margin-left: 0.5208rem;
  flex: 1;
}
.desc-content .title {
  font-size: 0.1875rem;
  margin-bottom: 0.2083rem;
}
.desc-content > p {
  font-size: 0.0729rem;
  line-height: 2em;
  margin-bottom: 0.1302rem;
}
.open-time {
  height: 0.3125rem;
  line-height: 0.3125rem;
  margin: 0.2083rem 0;
  padding: 0 30px;
  font-size: 0.0729rem;
  color: #fff;
  background: linear-gradient(90deg, #00C5DD 0%, #FFFFFF 100%);
  border-radius: 10px;
}
.open-time img {
  width: 0.0781rem;
  height: 0.0781rem;
}
.open-time span:last-child {
  margin-left: 0.1302rem;
}
.quotation {
  display: block;
  width: 0.4688rem;
  height: auto;
  transform: translateY(0.2042rem);
}
.double-swiper {
  padding-left: 3.5rem;
  margin-top: 0.1563rem;
}
.page-prev,
.page-next {
  bottom: 30%;
  background: #F5F5F5;
}
.page-prev {
  left: 77%;
}
.page-next {
  right: 12%;
}
@media screen and (max-width: 1024px) {
  .desc-content {
    margin-left: auto;
  }
  .main-title {
    font-size: 0.64rem;
    padding: 0 0.5333rem;
  }
  .desc-wrap {
    flex-wrap: wrap;
  }
  .desc-nav {
    padding: 0 0.5333rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5333rem;
  }
  .desc-nav li a {
    width: auto;
    padding: 0.2667rem;
    margin-bottom: 0.2667rem;
    font-size: 0.32rem;
  }
  .desc-content {
    padding: 0.5333rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .desc-content .title {
    font-size: 0.5333rem;
    margin-bottom: 0.5333rem;
  }
  .open-time {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2667rem;
    font-size: 0.2667rem;
  }
  .open-time span:last-child {
    margin-left: 0.5333rem;
  }
  .open-time img {
    width: 0.4rem;
    height: 0.4rem;
    transform: translateY(0.08rem);
  }
  .quotation {
    width: 0.8rem;
    transform: translateY(0.5rem);
  }
  .desc-content > p {
    font-size: 0.32rem;
    margin-bottom: 0.5333rem;
  }
  .double-swiper {
    padding-left: 0.5333rem;
  }
}
.double-swiper {
    padding-left: 3.5rem;
    margin-top: 0.1563rem;
}

.page-prev,
.page-next {
    bottom: 30%;
    background: #F5F5F5;
}

.page-prev {
    left: 77%;
}

.page-next {
    right: 12%;
}

@media screen and (max-width: 1024px)  {
    .double-swiper {
        padding-left: 0.5333rem;
    }
    .page-prev {
        left: 68%;
    }
    .page-next {
        right: 5%;
    }
}
