body {
  background-color: #f2f5f9;
}
.paper_box {
  background-color: #ffffff;
  box-shadow: 0.06rem 0.06rem 0.15rem 0rem rgba(10, 37, 74, 0.05);
  padding: 0.4rem 0.6rem;
}
.article {
  font-size: 0.22rem;
  word-break: break-all;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article i.separator {
  display: inline-block;
  width: 0.01rem;
  height: 0.18rem;
  font-size: 0.18rem;
  background-color: #b7b8ba;
  vertical-align: middle;
  margin: 0 0.1rem;
}
.article .article_title {
  padding: 0 0.7rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.article .option {
  border-bottom: 0.01rem solid #e5e5e5;
  padding: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #b7b8ba;
  background: url(../images/option_bg.png) no-repeat right bottom;
  background-size: 1.5rem 0.63rem;
}
.article .option .info {
  position: relative;
}
.article .option .info span {
  vertical-align: middle;
}
.article .option .info span + span {
  margin-left: 0.15rem;
}
@media (max-width: 6rem) {
  .article .option .info span + span {
    margin-left: 0;
  }
}
.article .option .info span i {
  margin-right: 0.1rem;
  vertical-align: -0.01rem;
}
.article .article_content {
  padding: 0.5rem;
  border-bottom: 0.01rem solid #e5e5e5;
}
.article .article_content p,
.article .article_content div {
  margin: 0.1rem 0;
  text-align: justify;
  font-size: 0.22rem;
  /* color: #797979; */
  line-height: 1.5;
}
.article .article_content img,
.article .article_content video {
  display: block;
  margin: 0.5rem auto;
  max-width: 95%;
}
.article .article_content .view iframe.edui-upload-video{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.article_pages {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_pages .prev,
.article_pages .next {
  max-width: 46%;
  transition: all 0.3s ease;
  line-height: 0.48rem;
  font-size: 0.22rem;
  font-weight: normal;
  color: #000000;
  background-repeat: no-repeat;
  background-size: 0.48rem;
}
.article_pages .prev:hover,
.article_pages .next:hover {
  color: #1a6dd3;
}
.article_pages .prev {
  padding-left: 0.7rem;
  background-position: 0% center;
  background-image: url(../images/icon_arrow22.png);
}
.article_pages .next {
  padding-right: 0.7rem;
  background-position: 100% center;
  background-image: url(../images/icon_arrow2.png);
}
