article {
  padding: 0.4rem;
  position: relative;
}
article .article-header {
  padding: 0.13333333rem 0.33333333rem;
}
article .article-header h1 {
  font-size: 0.56rem;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.4rem;
}
article .article-header h2 {
  font-size: 0.32rem;
  color: #666666;
  text-align: center;
  line-height: 0.53333333rem;
  margin-top: 0.26666667rem;
}
article .article-header .remark {
  text-align: center;
  line-height: 0.66666667rem;
  border-bottom: solid 0.01333333rem #eee;
  margin-top: 0.26666667rem;
  padding-bottom: 0.13333333rem;
}
article .article-header span {
  font-size: 0.21333333rem;
  color: #999;
  margin-right: 0.2rem;
}
/*字体大小*/
.font-size img {
  width: 0.30666667rem;
  height: 0.30666667rem;
}
.font-size a {
  padding: 0.04rem;
  cursor: pointer;
}
/*详情*/
article .detail {
  position: relative;
}
article .detail,
article .detail div,
article .detail p,
article .detail span {
  line-height: 1.5;
  font-size: 0.4rem;
  color: #333;
}
/*详情表格边框设置*/
article .detail table,
article .detail td {
  border: solid 0.01333333rem #000;
}
/*旧数据附件列表*/
article .attach-box {
  margin: 0.26666667rem 0;
}
article .attach-box .title-tip {
  font-size: 0.24rem;
}
article .attach-box .attach {
  display: flex;
  align-items: center;
}
article .attach-box .attach a {
  font-size: 0.24rem;
}
article .attach-box .attach img {
  width: 0.33333333rem;
  margin: 0!important;
  padding: 0 0.02666667rem 0 0;
}
/*详情图片大小设置*/
article .detail img {
  max-width: 100% !important;
  display: block;
  margin: 0.13333333rem auto;
}
/*视频*/
/*详情视频大小设置*/
article .detail video {
  max-width: 100% !important;
  display: block;
  margin: 0.13333333rem auto;
}
/*浮动框架*/
article .detail iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
/* 上一篇、下一篇--开始- */
.next-lnk {
  border: none;
  margin: 0.26666667rem 0;
  padding: 0.33333333rem 0;
}
.next-lnk a,
.next-lnk span {
  line-height: 2;
  font-size: 0.37333333rem;
  color: #333;
}
.next-lnk a:hover {
  color: #ff9200;
}
/*# sourceMappingURL=mobile.dept-detail.css.map */