.ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e5f3ff;
  border-left: solid 1px #e5f3ff;
}
.ftable .frow {
  display: flex;
  justify-content: start;
}
.ftable .fth,
.ftable .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e5f3ff;
  border-right: solid 1px #e5f3ff;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ftable .fth {
  width: 185px;
  background-color: #f4faff;
  justify-content: center;
}
@media (max-width: 600px) {
  .ftable .fth {
    width: 120px;
  }
}
.ftable .ftd {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 1200px) {
  .ftable {
    width: 100%;
  }
  .ftable .frow {
    width: 100% !important;
  }
}
.article {
  font-size: 16px;
  padding: 0 30px;
  word-break: break-all;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article i.separator {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #666;
  vertical-align: middle;
  margin: 0 10px;
}
.article .article_title {
  padding: 15px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.article .option {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 30px;
  color: #666666;
  font-size: 15px;
}
.article .option .article_title2 {
  display: none;
}
.article .option .share {
  position: relative;
  margin-left: 10px;
}
.article .option .share_btn {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  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;
  margin-right: 30px;
}
.article .option .jfont_btn {
  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-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 i {
  margin-right: 10px;
  vertical-align: -1px;
}
.article .article_content {
  padding: 10px 0;
}
.article .article_content p,
.article .article_content div {
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 16px;
  color: #333;
  line-height: 2;
}
@media (max-width: 600px) {
  .article .article_content p,
  .article .article_content div {
    font-size: 20px !important;
  }
}
.article .article_content img,
.article .article_content video {
  max-width: 95%;
}
.article .article_appendix {
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.article .article_appendix span {
  line-height: 2;
  color: #00407f;
}
.article .article_appendix span img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.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: #010101;
  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;
}
.article .article_btns {
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
}
.article .article_btns .article_btn {
  display: inline-block;
  width: 134px;
  height: 36px;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8f4ff 23%, #f4faff 44%, #ffffff 100%), linear-gradient(#8cbcf7, #8cbcf7);
  background-blend-mode: normal, normal;
  border: solid 1px #c3d0db;
  line-height: 36px;
  text-align: center;
  color: #00407f;
  font-weight: normal;
  font-size: 14px;
  margin: 5px;
  transition: all 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .article_btns .article_btn:hover {
  opacity: 0.7;
}
.article .article_btns img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.article .article_code {
  text-align: center;
}
.article .article_code p {
  margin: 20px 0;
  color: #666666;
}
@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;
  }
}
