article {
  padding: 0.13020833rem 0;
  border-radius: 0.04166667rem;
  background: #fff;
}
article .article-header h1 {
  width: 5.46875rem;
  margin: 0 auto;
  font-size: 0.125rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 0.20833333rem;
  margin-top: 0.15625rem;
}
article .article-header .remark {
  text-align: center;
  line-height: 0.13020833rem;
  border-bottom: solid 0.00520833rem #eee;
  padding: 0.13020833rem 0;
}
article .article-header span {
  font-size: 0.07291667rem;
  color: #333333;
  margin-right: 0.078125rem;
}
/*详情*/
article .detail {
  width: 5.46875rem;
  margin: 0 auto;
  padding: 0.13020833rem 0;
}
article .detail div,
article .detail p {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  text-align: justify;
}
/*详情表格边框设置*/
article .detail table,
article .detail td {
  border: solid 0.00520833rem #000;
}
/*详情图片大小设置*/
article .detail img {
  max-width: 3.64583333rem !important;
  display: block;
  margin: 0.05208333rem auto;
}
/* 上一篇、下一篇--开始- */
#divLink {
  width: 5.46875rem;
  margin: 0 auto;
  line-height: 25px;
  border-top: solid 1px #f2f2f2;
  margin-top: 10px;
  padding: 25px 0;
}
#divLink a,
#divLink span {
  font-size: 14px;
  color: #333;
}
#divLink a:hover {
  color: #ff9200;
}
/*# sourceMappingURL=detail.css.map */