.news_detail_body {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10vh;
}
.news_detail_content {
  width: 36vw;
  padding: 8vh 2vw 6vh;
  border-bottom: 1px solid #e0e3e8;

  img {
    width: 36vw;
    margin: 1vh 0;
  }
}

.news_detail_title {
  font-size: 1.6vw;
  letter-spacing: 4px;
  font-weight: 600;
}

.news_detail_time {
  margin: 3vh 0 2vh;
  font-size: 0.8vw;
  color: #9a9a9a;
}

.news_detail_desc {
  font-size: 0.8vw;
  color: #18191a;
  margin: 1vh 0;
}

/* .nd_img {
  width: 36vw;
  margin: 1vh 0;
} */

.nd_smtitle {
  font-size: 0.8vw;
  background-image: linear-gradient(200deg, #02fffd 10%, #16abff 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 1vh;
}

.news_detail_footer,
.info_detail_footer {
  font-size: 0.8vw;
}

.news_detail_footer,
.info_detail_footer {
  display: flex;
  align-items: center;
  width: 40vw;
  justify-content: space-between;
  margin-top: 2vh;
}

.news_detail_footer_next,
.news_detail_footer_prev,
.info_detail_footer_next,
.info_detail_footer_prev {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news_detail_footer_prev,
.info_detail_footer_prev {
  margin-right: 2vw;
}

.news_detail_footer_img {
  width: 1vw !important;
}

.news_detail_btn {
  display: flex;
  align-items: center;
}
