@import 'iconfont.css';
.details-box {
  background: url(../img/culture/news_bg.jpg) no-repeat bottom right;
  padding-bottom: 8rem;
}
.details-box .news-details .title h2 {
  font-size: 2rem;
  text-align: center;
  padding-top: 2.5rem;
  margin-bottom: 1.8rem;
  font-weight: bold;
}
.details-box .news-details .topic {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.details-box .news-details .topic h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.details-box .news-details .topic .data {
  font-size: 0.8rem;
  color: #999;
}
.details-box .news-details .topic .data .date i {
  font-size: 1.2rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.1rem;
}
.details-box .news-details .topic .data .times {
  margin-left: 1rem;
}
.details-box .news-details .topic .data .times i {
  font-size: 1.4rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.2rem;
}
.details-box .news-details .content {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.details-box .news-details .content p {
  font-size: 18px;
  color: #999;
  text-align: justify;
  line-height: 1.5;
  text-indent: 2em;
}
.details-box .news-details .content h3 strong {
  font-size: 20px;
}
.details-box .news-details .content h6 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
  position: relative;
  top: -1.2rem;
}
.details-box .news-details .content img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.details-box .news-details .page {
  position: relative;
  margin-top: 2.5rem;
}
.details-box .news-details .page a {
  display: block;
  margin-top: 0.4rem;
}
.details-box .news-details .page a span {
  font-size: 0.8rem;
  color: #666;
}
.details-box .news-details .page a span:first-child {
  font-weight: bold;
}
.details-box .news-details .page a:hover span {
  color: #28468e;
}
.details-box .news-details .page .back {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 2rem;
  background: #004bd6;
  color: #fff;
  line-height: 2rem;
  text-align: center;
}
.details-box .news-details .page .back:hover {
  background: #28468e;
}
@media screen and (max-width: 768px) {
  span {
    font-size: 12px !important;
  }
  p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .details-box .news-details .title h2 {
    padding-top: 1.5rem;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .details-box .news-details .topic {
    padding-top: 1.5rem;
  }
  .details-box .news-details .content img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .details-box .news-details .content h3 {
    font-size: 14px;
  }
  .details-box .news-details .content h6 {
    margin-top: 1rem;
    font-size: 13px;
  }
  .details-box .news-details .page .back {
    top: 6rem;
  }
  .details-box .news-details .content h6 {
    margin-top: 0.6rem;
  }
  .details-box .news-details .page a span {
    font-size: 14px !important;
  }
  .details-box .news-details .page a span:first-child {
    float: left;
    width: 20%;
  }
  .details-box .news-details .page a span:last-child {
    float: left;
    width: 80%;
  }
  .details-box .news-details .page .back {
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    right: 50%;
    margin-right: -4rem;
    top: 8rem;
  }
}
/*# sourceMappingURL=culture_news_details.css.map */