@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.news-detail-container {
  padding: 2.5rem 6.25rem 2.1875rem;
  box-shadow: 0 0.1875rem 1.875rem 0.0625rem rgba(0, 0, 0, 0.16);
}

.news-detail-container .title {
  font-size: 1.5rem;
  color: #000000;
}

.news-detail-container .time {
  font-size: 0.8125rem;
  color: #999999;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}

.news-detail-container .content img {
  max-width: 100% !important;
}

.news-detail-container .bottom {
  margin-top: 2.5rem;
  border-top: #333 solid 1px;
  padding-top: 1.25rem;
  text-align: center;
  position: relative;
}

.news-detail-container .bottom .prev,
.news-detail-container .bottom .next {
  position: absolute;
  top: 1.25rem;
}

.news-detail-container .bottom .prev {
  left: 0;
}

.news-detail-container .bottom .next {
  right: 0;
}

@media (max-width: 800px) {
  .news-detail-container {
    padding: 1.25rem 1.25rem 1.25rem;
  }

  .news-detail-container .title {
    font-size: 1.125rem;
  }

  .news-detail-container .time {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }

  .news-detail-container .bottom {
    margin-top: 1.5625rem;
    padding-top: 0.9375rem;
    font-size: 0.9375rem;
  }

  .news-detail-container .bottom .prev,
  .news-detail-container .bottom .next {
    top: 0.9375rem;
  }
}