@charset "UTF-8";
.detail-page-top {
  padding-top: 60px;
  padding-bottom: 25px;
  background: #EDEDED;
}
.detail-page-top .detail-title {
  font-size: 20px;
  color: #5E5E5E;
}
.detail-page-top .date {
  margin-top: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #BCBCBC;
}
.detail-content {
  padding: 50px 0;
  font-family: "Microsoft Yahei" !important;
}
.detail-content img {
    padding: 5px 0 !important;
}
.detail-content p {
    line-height: 2 !important;
    font-size: 14px !important;
    color: #666 !important;
    font-family: "Microsoft Yahei" !important;
}
.detail-content span {
    line-height: 2 !important;
    font-size: 16px !important;
    color: #666 !important;
    font-family: "Microsoft Yahei" !important;
}
.detail-checks {
  padding: 70px;
  background: #EDEDED;
}
.detail-checks a {
  font-size: 14px;
  color: #6E6D6D;
}
.detail-checks a a:hover {
  text-decoration: underline;
}