header {
  padding: 0.26666667rem 0 0 0;
}
header .title {
  font-size: 0.42666667rem;
  font-weight: bold;
  color: #333;
  line-height: 0.66666667rem;
}
header .remark {
  line-height: 0.53333333rem;
}
header .remark span {
  color: #a8a8a8;
  font-size: 0.32rem;
}
article {
  padding: 0;
}
article p {
  color: #666;
  font-size: 0.37333333rem !important;
  text-align: justify!important;
}
/*表格*/
article table,
article table td {
  border: solid 1px #000;
}
/*图片*/
article img {
  max-width: 100% !important;
  display: block;
  margin: 0.13333333rem auto;
}
/*视频*/
article video {
  max-width: 100% !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*浮动框架*/
article iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=single.css.map */