.detail {
  padding: 12px 12px 0 12px;
  position: relative;
  overflow: hidden;
}
.detail-title {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.dtail-info {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
  color: #999;
  font-size: 14px;
}
.dtail-info .time {
  float: right;
}
.detail-con {
  color: #333;
}
.detail-con p {
  font-size: 16px !important;
  line-height: 32px !important;
  margin-bottom: 15px;
  text-align: justify;
}
.detail-con img {
  max-width: 100%;
  height: auto !important;
}
.detail-comment {
  padding: 12px;
}
.comment-top,
.related-top {
  height: 32px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 32px;
  font-size: 14px;
}
.comment-top span,
.related-top span {
  color: #cda949;
}
.comment-top .goComment {
  float: right;
  color: #036ab8;
}
.comment-list {
  padding-top: 10px;
}
.comment-list li {
  display: flex;
  margin-top: 10px;
}
.comment-photo {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  background: url(../image/comment_photo.png) no-repeat 0 0;
  background-size: 24px 24px;
  overflow: hidden;
  margin-right: 6px;
}
.comment-photo img {
  width: 100%;
  height: 100%;
}
.comment-con {
  flex: 1;
}
.comment-con h4 {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #002e5d;
  font-size: 14px;
}
.comment-con p {
  margin-top: 5px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
}
.comment-con span {
  display: block;
  margin-top: 6px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.related {
  margin-bottom: 20px;
}
.related-top {
  margin: 12px 12px 0 12px;
}
.related-more {
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #036ab8;
  margin: 20px auto;
  text-align: center;
}
.related-list section:nth-of-type(n + 4) {
  display: none;
}
.pdf-download {
  padding: 12px 0;
}
.pdf-download a {
  font-size: 16px;
  color: #036ab8;
}
.detail_top {
  margin-bottom: 25px;
  margin-top: 10px;
}
.detail_top .yanbao_img {
  width: 140px;
  height: 202px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 12px;
}
.detail_top .dtail-info {
  margin-bottom: 0;
}
.detail_top .yanbao_img img {
  width: 100%;
  height: 100%;
}
.detail_top .yanbao_img ~ h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
  height: 120px;
}
.detail_top .yanbao_img ~ .dtail-info {
  margin-top: 20px;
}
.detail_top .yanbao_img ~ .dtail-info span {
  display: block;
}
.detail_top .yanbao_img ~ .dtail-info .time {
  float: none;
  margin-top: 10px;
}

.goAPPShowAll {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
}
.pay {
  /* display: none; */
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
}
.goAPPShowAll-con,
.pay-con {
  height: 120px;
  background: rgba(244, 249, 253, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(175, 167, 167, 0.5);
  border-radius: 9px;
}
.goAPPShowAll-con p,
.pay-con p {
  padding-top: 18px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #036ab8;
}
.pay-btn {
  width: 200px;
  margin: 20px auto;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  font-size: 16px;
  text-align: center;
  background-color: #036ab8;
  color: #fff;
}
.goAPPShowAll-btn {
  width: 200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.goAPPShowAll-btn span {
  display: block;
  width: 64px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  font-size: 16px;
  text-align: center;
}
.goAPPShowAll-btn span.yesbtn {
  background-color: #036ab8;
  color: #fff;
}
.goAPPShowAll-btn span.nobtn {
  background-color: rgba(200, 200, 200, 0.5);
  color: #666;
}

.detail_main {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 30px;
}
.detail_main ~ .footer {
  margin-top: -30px;
}
