/*引入全站公用样式*/
@import "reset.css";
@import "public.css";

/* 文章详情 */
.article {
  width: 100%;
}
.article img {
  width: 100%;
  clear: both;
  display: block;
  margin: auto;
}
.articleBtu {
  width: 100%;
  margin-top: 20px;
}
.articleBtu a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-right: 14px;
  background: #e9e9e9;
  text-align: right;
  font-size: 12px;
  color: #00589e;
}
.next {
  margin: 39px 0;
}
.nextBtu {
  margin-bottom: 10px;
}
.nextBtu:after {
  /* 解决高度坍塌问题 */
  content: "";
  display: table;
  clear: both;
}
.nextBtu a span {
  font-size: 14px;
  color: #00589e;
  float: left;
  font-weight: bold;
}
.nextBtu a p {
  font-size: 14px;
  color: #484848;
  float: left;
}
