.article-fj {
  display: flex;
}

.article-fj .common_title {
  width: 100px;
}

.article-fj .list_t2 {
  flex: 1;
}

.article-fj .list_t2 li {
  margin-bottom: 0.1rem;
}

.article-fj .list_t2 li:hover {
  color: #0091db;
}
.article_subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #0091d2;
}

.article_content {
    margin-top: 20px;
    width: 100%;
    line-height: 180%;
    font-size: unset;
}
.article_content p {
    font-size: unset;
    margin-bottom: 20px;
    text-align: justify;
    color: #333;
    font-weight: 400;
    text-indent: 2em !important;
    line-height: 180%;
}
.article_content p img{max-width: 90%;margin: 2%;}

/* .article .article_content p,
.article .article_content div {
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: unset;
  line-height: 52px;
} */


.article {
  font-size: 18px;
  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: 18px;
  font-size: 18px;
  background-color: #9e9e9e;
  vertical-align: middle;
  margin: 0 15px;
}
.article .article_title {
  padding: 15px 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #0091d2;
}
@media (max-width: 600px) {
  .article .article_title {
    padding: 5px 10px;
    font-size: 24px;
  }
}
.article .hr {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}
.article .option {
  line-height: 30px;
  margin-top: 15px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.article .option .article_title2 {
  display: none;
}
.article .option .share {
  position: relative;
  margin-left: 10px;
}
.article .option .share_btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  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;
  text-align: left;
}
.article .option .info span {
  vertical-align: middle;
}
.article .option .info span + span {
  margin-left: 100px;
}
@media (max-width: 600px) {
  .article .option .info span + span {
    margin-left: 0;
  }
}
.article .option .info span i {
  margin-right: 10px;
  vertical-align: -1px;
}

@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;
  margin-top: 30px;
}
.article .article_btns .article_btn {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #144cbb;
  margin: 5px;
  transition: all 0.3s;
}
.article .article_btns .article_btn i {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  transition: all 0.3s;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.article .article_btns .article_btn i.s1 {
  background-image: url(../images/icon_print.png);
}
.article .article_btns .article_btn i.s2 {
  background-image: url(../images/icon_star.png);
}
.article .article_btns .article_btn i.s3 {
  background-image: url(../images/icon_close.png);
}
.article .article_btns .article_btn:hover {
  color: #00418d;
}
@media (max-width: 600px) {
  .article .option .info span {
    display: block;
  }
}
.article .option .w-col {
  display: flex;
  align-items: center;
}
.article .option .tchange1,
.article .option .tchange2,
.article .option .tchange3,
.article .option .share,
.article .option .split {
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.article .option .tchange1,
.article .option .tchange2,
.article .option .tchange3,
.article .option .share {
  cursor: pointer;
}
.article .option .tchange1,
.article .option .tchange2,
.article .option .tchange3,
.article .option .share {
  cursor: pointer;
}
.article .option .tchange1 {
  width: 31px;
  background-image: url(../images/btn_tchange1.png);
}
.article .option .tchange1:hover {
  border: 1px solid #6893f8;
}
.article .option .tchange2 {
  width: 24px;
  background-image: url(../images/btn_tchange2.png);
}
.article .option .tchange3 {
  width: 31px;
  background-image: url(../images/btn_tchange3.png);
}
.article .option .split {
  width: 1px;
  background-image: url(../images/btn_split.png);
}
.article .option .share {
  width: 24px;
  background-image: url(../images/btn_share.png);
}
.article .option .share:hover {
  background-image: url(../images/share_cur.png);
}
.article .share {
  position: relative;
}
.article .share:hover .share_box {
  display: flex;
}
.article .share_box_wrap {
  position: absolute;
  top: 0;
  left: -40px;
  padding-top: 33px;
}
.article .share_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 119, 191, 0.3);
  display: none;
}
