.news_detail .content_wrapp .detail_wrapp .detail_title h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 2.5%;
}
.news_detail .content_wrapp .detail_wrapp .detail_title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 2%;
}
.news_detail .content_wrapp .detail_wrapp .detail_title p span {
  margin-right: 1.5%;
}
.news_detail .content_wrapp .detail_wrapp .detail_title p em {
  margin-left: 1.5%;
}
.news_detail .content_wrapp .detail_wrapp .detail_content p {
  text-indent: 2em;
  margin-bottom: 3%;
  margin-top: 2%;
  font-size: 16px;
  color: #666;
}
.news_detail .content_wrapp .detail_wrapp .detail_content img {
  min-width: 800px;
  min-height: 400px;
}
.news_detail .content_wrapp .jump_btn {
  background: #f2f2f2;
  line-height: 2.2;
  margin-top: 2%;
}
.news_detail .content_wrapp .jump_btn:hover .aui-btn {
  color: #01bbec;
}
.news_detail .content_wrapp .jump_btn:hover .aui-btn i {
  color: #01bbec;
}
.news_detail .content_wrapp .jump_btn a {
  display: block;
}
.news_detail .content_wrapp .jump_btn .aui-btn {
  color: #999;
}
.news_detail .content_wrapp .jump_btn .aui-btn i {
  color: #ccc;
  margin-right: 3px;
}
.news_detail .next_prev {
  padding-top: 1.5%;
}
.news_detail .next_prev span {
  font-size: 14px;
  color: #169efd;
}
.news_detail .next_prev span a {
  color: #333;
}
.news_detail .next_prev span a:hover {
  color: #169efd;
}

/*# sourceMappingURL=news_detail.css.map */