/* 新闻详情部分 */
.new-detail {
  background-color: #F6F6F6;
  padding: 0.46rem 1.86rem 0.57rem 1.86rem;
}
.new-detail-title {
  font-size: 0.18rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #030303;
  text-align: center;
}
.new-detail-abstract {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.07rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #808080;
  margin: 0.17rem 0 0.21rem;
}
.new-detail-abstract div:nth-child(2) {
  margin: 0 0.26rem;
}
.new-detail-line {
  height: 0.01rem;
  background-color: #E3E3E3;
}
.new-detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.12rem 0 0.4rem;
}
.new-detail-img > img {
  width: 3.59rem;
  height: 2.21rem;
  object-fit: cover;
}
.new-detail-text {
  font-size: 0.09rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #353535;
  line-height: 0.21rem;
  margin-bottom: 0.16rem;
}
.new-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.11rem;
}
.new-detail-next {
  font-size: 0.08rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #353535;
  margin-right: 0.11rem;
  cursor: pointer;
}
.new-detail-next:hover {
  color: #CA0915;
}
.new-detail-back {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.22rem;
  font-size: 0.08rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #767676;
  border: 0.01rem solid #ccc;
}
.new-detail-back:hover {
  border-color: #CA0915;
  color: #fff;
  background-color: #CA0915;
}
@media screen and (max-width: 992px) {
  .news-nav, .new-box, .new-detail-footer, .footer, .phone-hide {
    display: none;
  }
  .news-content {
    background-color: #F6F6F6;
  }
  .new-detail {
    padding: 1.93rem 0.4rem 1.33rem 0.4rem;
  }
  .new-detail-title {
    text-align: left;
    font-size: 0.53rem;
    line-height: 0.72rem;
  }
  .new-detail-abstract {
    justify-content: flex-start;
    margin: 0.49rem 0 0.53rem;
  }
  .new-detail-abstract > div {
    display: none;
  }
  .new-detail-abstract > div:nth-child(2) {
    display: block;
    font-size: 0.29rem;
    text-align: left;
    margin: 0;
  }
  .new-detail-line {
    height: 0.01rem;
  }
  .new-detail-img {
    width: 9.03rem;
    height: 4.08rem;
    background-color: #fff;
    padding: 0.13rem;
    margin: 0.49rem 0 0.37rem;
  }
  .new-detail-img > img {
    width: 100%;
    height: 100%;
  }
  .new-detail-text {
    font-size: 0.35rem;
    line-height: 0.72rem;
    margin-bottom: 0.4rem;
  }
}
<!--0.00018906593322754-->