.article_box {
  padding: 0 70px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .article_box {
    padding: 0 30px;
  }
}
.article {
  font-size: 18px;
  word-break: break-all;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article i.separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #333;
  vertical-align: middle;
  margin: 0 10px;
}
.article .article_title {
  padding: 40px 70px;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #2e2e2e;
}
@media (max-width: 992px) {
  .article .article_title {
    padding: 40px 0px;
  }
}
.article .option {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  line-height: 30px;
  color: #999;
  font-size: 20px;
}
.article .option::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 188px;
  height: 3px;
  background-color: #166cb2;
}
.article .option .article_title2 {
  display: none;
}
.article .option .share {
  position: relative;
  margin-left: 10px;
}
.article .option .share_btn {
  display: inline-block;
  cursor: pointer;
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .option .share_btn.share_weixin {
  background-image: url(../images/icon_weixin.png);
}
.article .option .share_btn.share_weibo {
  background-image: url(../images/icon_weibo.png);
}
.article .option .share_btn.share_qzone {
  background-image: url(../images/icon_qzone.png);
}
.article .option .share_btn:hover {
  opacity: 0.7;
}
.article .option .jfontsize {
  position: relative;
}
.article .option .jfont_btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_jfont2.png);
}
.article .option .jfont_btn#jfontsize-p2 {
  background-position: 4px -45.8px;
}
.article .option .jfont_btn#jfontsize-p2:hover {
  background-position: 4px 6px;
}
.article .option .jfont_btn#jfontsize-m2 {
  background-position: -68px -45.8px;
}
.article .option .jfont_btn#jfontsize-m2:hover {
  background-position: -68px 6px;
}
.article .option .jfont_btn#jfontsize-d2 {
  background-position: -32px -45.8px;
}
.article .option .jfont_btn#jfontsize-d2:hover {
  background-position: -32px 6px;
}
.article .option .print_btn {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon_print.png);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .option .print_btn:hover {
  opacity: 0.7;
}
.article .option .info {
  position: relative;
}
.article .option .info span {
  vertical-align: middle;
}
.article .option .info span + span {
  margin-left: 40px;
}
@media (max-width: 600px) {
  .article .option .info span + span {
    margin-left: 0;
  }
}
.article .option .info span i {
  margin-right: 10px;
  vertical-align: -1px;
}
.article .article_content {
  padding: 10px 0;
}
.article .article_content p,
.article .article_content div {
  margin: 20px 0;
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .article .article_content p,
  .article .article_content div {
    font-size: 20px !important;
  }
}
.article .article_content img,
.article .article_content video {
  display: block;
  margin: 15px auto;
  max-width: 95%;
}
.article .article_appendix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.article .article_appendix span {
  line-height: 2;
}
.article .article_appendix .list_links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article .article_appendix .list_links a {
  display: block;
  width: 100%;
  color: #5499f3;
  line-height: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .article_appendix .list_links a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .article .article_appendix {
    flex-wrap: wrap;
  }
  .article .article_appendix span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.article .article_btns {
  text-align: center;
  padding: 20px;
}
.article .article_btns .article_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin: 5px;
  transition: all 0.3s;
}
.article .article_btns .article_btn img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.article .article_btns .article_btn:hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #e6fbff;
}
.article .article_btns .article_btn:hover:hover {
  opacity: 0.7;
}
.article .article_code {
  text-align: center;
  margin-bottom: 90px;
}
.article .article_code p {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .article .article_code {
    display: none;
  }
}
.article .article_zhengce,
.article .article_jiedu,
.article .article_links {
  padding-bottom: 40px;
}
.article .article_zhengce h6,
.article .article_jiedu h6,
.article .article_links h6 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 10px;
}
.article .article_zhengce .list_t li,
.article .article_jiedu .list_t li,
.article .article_links .list_t li {
  position: relative;
  line-height: 2;
}
.article .article_zhengce .list_t li a,
.article .article_jiedu .list_t li a,
.article .article_links .list_t li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.article .article_zhengce .list_t li a:hover,
.article .article_jiedu .list_t li a:hover,
.article .article_links .list_t li a:hover {
  color: #5499f3;
}
@media (max-width: 600px) {
  .article .article_zhengce .list_t li a,
  .article .article_jiedu .list_t li a,
  .article .article_links .list_t li a {
    width: 100%;
  }
}
.article .article_zhengce .list_t li span,
.article .article_jiedu .list_t li span,
.article .article_links .list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #888888;
}
.article .article_jiedu h6 {
  background-image: url(../images/star.png);
}
.article .article_links h6 {
  background-image: url(../images/link.png);
}
.article .article_zhengce h6 {
  background-image: url(../images/zhengce.png);
}
.article .option.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  border-top: none;
  margin: 0;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .article .option.fixed {
    display: none;
  }
}
.article .option.fixed .article_title2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  width: 60%;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article .option.fixed .info,
.article .option.fixed .separator {
  display: none;
}
.article .option.fixed .jfontsize {
  float: left;
}
@media (max-width: 992px) {
  .article .option .jfontsize,
  .article .option .share_box {
    display: none;
  }
  .article .option.fixed .jfontsize,
  .article .option.fixed .share_box {
    display: block;
  }
}
@media (max-width: 600px) {
  .article {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article .option .info span {
    display: block;
  }
}
.bottom_toolbar {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_toolbar .prev_btn,
.bottom_toolbar .next_btn {
  transition: all 0.3s;
  z-index: 0;
  width: 166px;
  height: 52px;
  border-radius: 124px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #166cb2;
  font-size: 22px;
  font-weight: normal;
  color: #166cb2;
  display: flex;
  align-items: center;
  position: relative;
}
.bottom_toolbar .prev_btn::after,
.bottom_toolbar .next_btn::after {
  transition: all 0.3s;
  z-index: 2;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}
.bottom_toolbar .prev_btn {
  justify-content: end;
  padding-right: 30px;
}
.bottom_toolbar .prev_btn::after {
  left: -1px;
  background-image: url(../images/btn_prev3.png);
}
.bottom_toolbar .prev_btn:hover::after {
  background-image: url(../images/btn_prev3_cur.png);
}
.bottom_toolbar .next_btn {
  justify-content: start;
  padding-left: 30px;
}
.bottom_toolbar .next_btn::after {
  right: -1px;
  background-image: url(../images/btn_next3.png);
}
.bottom_toolbar .next_btn:hover::after {
  background-image: url(../images/btn_next3_cur.png);
}
.bottom_toolbar .back_btn {
  line-height: 32px;
  padding-left: 40px;
  background: url(../images/icon_back.png) no-repeat left center;
  background-size: contain;
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  text-transform: uppercase;
  letter-spacing: normal;
  color: #166cb2;
}
.bottom_toolbar .back_btn:hover {
  font-weight: bold;
}
