.page-news-content .news-left {
  padding: 0;
}
.page-news-content .news-left .title {
  padding: 138px 60px 60px;
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 0.6rem;
  margin: 0;
}
.page-news-content .news-left .news-info {
  height: 100px;
  line-height: 1;
  padding: 0 0.6rem;
}
.page-news-content .news-left .news-info span {
  font-size: 14px;
}
.page-news-content .news-left .news-content {
  padding: 0 0.6rem;
  margin-bottom: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  min-height: 80vh;
  overflow-y: initial!important;
  height: auto!important;
  overflow-x: hidden;
}
.page-news-content .news-left .news-content img {
  max-width: 100%;
}
.page-news-content .news-left .next-news {
  background: #E3E3DC;
  padding: 0.3rem 0.6rem 1.5rem;
  position: relative;
}
.page-news-content .news-left .next-news .next-tip {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.page-news-content .news-left .next-news .next-tip span {
  cursor: pointer;
}
.page-news-content .news-left .next-news .next-tip span + span {
  margin-left: 0.3rem;
}
.page-news-content .news-left .next-news .next-tip .red {
  color: #F84E47;
}
.page-news-content .news-left .next-news .tit {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.54rem;
  margin: 0.3rem 0 0;
}
.page-news-content .news-left .next-news .scrollTop {
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  transition: 0.2s;
}
.page-news-content .news-left .next-news .scrollTop:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  background: #f9f9f9;
}
.page-news-content .news-right {
  padding: 170px 0 0 0;
  position: fixed;
  top: 0;
  left: 12rem;
  visibility: hidden;
}
.page-news-content .news-right .ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 170px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  overflow-y: auto;
}
.page-news-content .news-right .ul .ul-main .li {
  border-bottom: 1px solid #E8E8E8;
  padding: 25px 20px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.page-news-content .news-right .ul .ul-main .li p {
  margin: 0;
  font-size: 14px;
}
.page-news-content .news-right .ul .ul-main .li .classify {
  font-size: 14px;
  line-height: 20px;
}
.page-news-content .news-right .ul .ul-main .li .title {
  font-size: 18px;
  margin-top: 10px;
  line-height: 28px;
}
.page-news-content .news-right .ul .ul-main .li .bottom {
  margin-top: 50px;
  line-height: 21px;
}
.page-news-content .news-right .ul .ul-main .li .bottom .iconfont {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.page-news-content .news-right .ul .ul-main .li .progressBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.page-news-content .news-right .ul .ul-main .li .progressBox span {
  display: inline-block;
  width: 0%;
  height: 3px;
  background: #00ACFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-news-content .news-right .ul .ul-main .li:hover {
  background: #EFEFE9;
}
@media (max-width: 768px) and (min-width: 320px) {
  .page-news-content .news-left .title {
    padding: 1.6rem 0.35rem 0.6rem;
  }
  .page-news-content .news-left .news-info {
    padding: 0 0.35rem;
    height: 0.6rem;
  }
  .page-news-content .news-left .news-content {
    padding: 0 0.35rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .page-news-content .news-left .news-content img {
    width: 100%;
  }
  .page-news-content .news-left .next-news {
    padding: 0.3rem 0.35rem 3.5rem;
  }
  .page-news-content .news-left .next-news .next-tip {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .page-news-content .news-left .next-news .tit {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .page-news-content .news-left .next-news .scrollTop {
    left: 0.35rem;
    bottom: 1.8rem;
  }
}
