.news-detail {
  background: #FFFFFF;
  padding: 0.3rem 0.2rem;
  margin: 0 auto 0.5rem;
}
.news-detail .h1 {
  text-align: center;
  font-size: 0.26rem;
  padding: 0 0.4rem;
}
.news-detail .time {
  font-weight: 400;
  font-size: 0.18rem;
  color: #B3B3B3;
  margin-bottom: 0.35rem;
  text-align: center;
}
.news-detail .art_nr {
  font-weight: 400;
  font-size: 0.2rem;
  color: #595959;
  line-height: 26px;
  color: #595959;
  line-height: 0.34rem;
}
.news-detail .art_nr p {
  text-indent: 0.32rem;
}
.news-detail .art_nr img {
  max-width: 99%;
  margin: 0 auto;
  object-fit: cover;
}
.news-detail .art_nr .img-tip {
  font-weight: 400;
  font-size: 0.16rem;
  color: #B2B2B2;
  text-align: center;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.btn-group .prev-btn,
.btn-group .next-btn {
  display: inline-block;
  width: 98px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px #EBEBEB;
  font-weight: 400;
  font-size: 16px;
  color: #898989;
  text-align: center;
  line-height: 38px;
}
.btn-group .prev-btn:hover,
.btn-group .next-btn:hover {
  color: #891E23;
}
.btn-group .prev-btn {
  /*margin-right: 80px;*/
}