.newsPageDetails {
  margin-top: 3.9rem;
}
.newsPageDetails-list {
  width: 60rem;
}
.newsPageDetails-top {
  margin-bottom: 3.95rem;
}
.newsPageDetails-top .title {
  font-size: 1.7rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #111111;
}
.newsPageDetails-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5.15rem;
  border-bottom: 0.05rem solid rgba(154, 160, 175, 0.2);
  /* padding-bottom: 1.15rem; */
}
.newsPageDetails-bottom span {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}
.newsPageDetails-bottom .left {
}
.newsPageDetails-bottom .left .heng {
  width: 7.5rem;
  height: 0.15rem;
  background: linear-gradient(-90deg, #1ec3fd, #24a1f3, #257ae4);
  margin-top: 1.15rem;
}
.newsPageDetails-mian p {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #343434;
  line-height: 2.1rem;
}
.newsPageDetails-mian img {
  display: block;
  max-width: 60rem;
}
.newsPageDetails-bottomBox {
  width: 82.8rem;
  margin: 3rem auto 0;
  border-top: 0.05rem solid rgba(154, 160, 175, 0.2);
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.newsPageDetails-bottomL {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.newsPageDetails-bottomL:hover span {
  color: #257ae4;
}
.newsPageDetails-bottomL span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 3.6rem;
  opacity: 0.7;
}
.newsPageDetails-bottomL img {
  display: block;
  width: 2.65rem;
  height: 1.55rem;
  margin-right: 1.55rem;
}
.newsPageDetails-bottomR {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.newsPageDetails-bottomR:hover span {
  color: #257ae4;
}
.newsPageDetails-bottomR span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 3.6rem;
  opacity: 0.7;
}
.newsPageDetails-bottomR img {
  display: block;
  width: 2.65rem;
  height: 1.55rem;
  margin-left: 1.55rem;
}
