.news-desc {
  margin: 0 auto;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.desc-wrap {
  display: flex;
}
.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:hover a {
  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 {
  display: flex;
  align-items: center;
  font-size: 0.1875rem;
  margin: 0.2083rem 0;
}
.desc-content .title .icon {
  cursor: pointer;
  width: 0.1875rem;
  height: 0.1875rem;
  margin-right: 0.0521rem;
}
.desc-content img {
  display: block;
  width: 100%;
}
.desc-content > p {
  font-size: 0.0729rem;
  line-height: 2em;
  margin-bottom: 0.1302rem;
}
.info {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 0.2083rem;
  color: #666666;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.0729rem;
  color: #fff;
  width: 1.7708rem;
  height: 0.3125rem;
  margin-bottom: 0.1563rem;
  background: #00C5DD;
  border-radius: 6px;
}
.contact .phone-icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.contact .phone {
  font-size: 0.125rem;
  font-weight: bold;
}
.double-swiper {
  padding-left: 2.7rem;
  margin-top: 0.1563rem;
}
.page-prev,
.page-next {
  bottom: 30%;
  background: #F5F5F5;
}
.page-prev {
  left: 70%;
}
.page-next {
  right: 20%;
}
@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;
  }
  .desc-content .title .icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.3rem;
  }
  .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;
  }
}

.desc-content img {
  border-radius: 5px;
}
.contact {
  margin-top: 20px;
}
