@charset "utf-8";
/* CSS Document */
/*__________PC css样式__________*/
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: 'Microsoft Yahei', "微软雅黑", "宋体", "Arial";
  font-style: normal
}

a:focus{outline:none;}

body a {
  text-decoration: none;
}

html, body {
  background: #FFFFFF !important
}

.location {
  max-width: 1100px;
  height: 58px;
  margin: 0 auto;
  line-height: 58px;
}

.location a, .location table td {
  font-size: 13px;
  color: #999999 !important;
}

.main {
  width: 1100px;
  margin: 0 auto;
  border: #ebebeb 1px solid;
  margin-bottom: 40px;
  box-sizing: border-box
}

.article {
  padding: 30px 9% 70px 9%;
}

.article::after {
  content: "";
  clear: both;
}

.article .article_hd {
  width: 100%;
  padding: 26px 0 15px 0;
  color: #000;
}

#ewmzs {
  float:none!important;
}

#div_div {
  width: 100%;
  text-align: center;
}

#qr_container {
  font-family: '宋体' !important;
  width: 100%;
  text-align: center;
  color: #b5b5b5;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

#div_div * {
  vertical-align: top;
  display: inline-block;
}


.article .article_hd h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0;
}

.article .article_hd h1 {
  text-align: center;
  line-height: 1.5;
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0;
}

.article .article_td {
  width: 100%;
  line-height: 1;
  font-size: 15px;
  color: #666;
  position: relative;
  border-top: 1px #dcdcdc solid;
  text-align: center;
  padding: 20px 0;
}

.article .article_td span {
  padding: 0 20px;
}

.article .article_bd {
  width: 100%;
  font-family: "SimSun";
  text-align: justify;
  font-size: 16px;
  line-height: 1.875;
}

.article .pages_content {
  padding-bottom: 40px;
}

.article .pages_content * {
  font-family: "宋体" !important;
  line-height: 1.8 !important;
  font-size: 16px !important;
}

.article .pages_content table {
  max-width: 750px !important;
  margin: 0 auto !important;
}

.article .pages_content img {
  max-width: 750px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.article .pages_content > p {
  margin-bottom: 16px;
  text-indent: 2em!important;
}

.article .pages_content a:hover {
  color: #333333 !important;
}

.article .article_fd {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: #f1f1f1;
  line-height: 45px;
  padding: 0 25px;
}

.article .article_fd_l {
  float: left;
}

.mainShareDiv_24 > span {
  float: left;
}

#gwdshare {
  position: relative;
  top: 11px;
  float: left;
}

.mainShareDiv_24 a {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 10px;
  display: inline-block;
  padding: 0 !important;
  background-image: url(share.png) !important;
  background-repeat: no-repeat !important;
}

.mainShareDiv_24 a.gwds_weixin {
  background-position: 0 -76px !important;
  margin-left: 5px;
}

.article .article_fd a {
  color: #333;
  float: left;
}

.mainShareDiv_24 a.gwds_tsina {
  background-position: 0 -38px !important;
}

.mainShareDiv_24 span.gwds_more {
  position: relative;
  top: -5px;
  background-position: 0 -114px !important;
  margin-left: 9px;
  background-image: url(share.png) !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.article .article_fd_r {
  float: right;
  font-size: 15px;
}

.article .article_fd a {
  color: #333;
  float: left;
}

.mainShareDiv_24 {
  background: none !important;
}


.article_related {
  width: 100%;
  margin-top: 32px;
  font-size: 16px;
  line-height: 2;
  font-family: "Microsoft YaHei";
}

.article_related_t {
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 8px;
  font-weight: bold;
}

.article_related_t span {
  position: relative;
  z-index: 2;
  padding-right: 30px;
  background: #fff;
  display: inline-block;
  color: #333333;
}

.article_related_b {
  width: 100%;
  margin-top: 10px;
}

.article_related_b ul {
  width: 100%;
}

.article_related_b ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.article_related_b ul li span {
  float: right;
  color: #999;
  padding-left: 15px;
}

.article_related_b ul li a {
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.tajy-table {
  width: 100%;
  margin-bottom: 30px;
}

.tajy-table tr {
  height: 35px;
}

.tajy-table tr.single {
  background-color: #F1F1F1;
  height: 35px;
}

/*本css为移动端css样式，基于flexble插件；换算比例为75px=1rem*/

@media screen and (max-width: 1100px) and (min-width: 850px) {
  
  .location, .main {
    width: 100%;
  }
  
  .location {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  
  
}


@media screen and (max-width: 849px) {
  html, body {
    min-width: auto;
    overflow-x: hidden
  }
  
  .location {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 50px;
    overflow-x: scroll;
  }
  
  .location a, .location table td {
    font-size: 13px;
    white-space: nowrap;
  }
  
  .location table td {
    padding-right: 10px;
  }
  
  .main {
    width: 100vw;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px 25px;
    display: block;
    position: relative;
    min-height: unset!important;
  }
  
  .article {
    padding: 0
  }
  
  .article .article_hd {
    padding-top: 15px;
  }
  
  .article .article_hd h1 {
    font-size: 24px;
  }
  
  .article .article_hd h2 {
  }
  
  .article .article_td span {
    font-size: 14px;
    line-height: 1.5;
    display: block
  }
  
  
  
  .article .pages_content {
    font-size: 16px;
    padding-bottom: 0;
  }
  
  .article .pages_content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  
  .article .pages_content img {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }
  
  .article .pages_content table {
    width: 100% !important;
  }
  
  .main table td.title {
    font-size: 21px;
  }
  
  .article .article_fd {
    box-sizing: border-box;
    height: auto;
    display: none
  }
  
  .article .article_fd_l, .article .article_fd_r {
    float: none;
    overflow: hidden
  }
  
  .mainShareDiv_24 {
    height: auto
  }
  
  .mainShareDiv_24 > span {
    font-size: 16px
  }
  
  #gwdshare {
    position: static;
    height: 26px;
    margin-top: 11px;
  }
  
  .mainShareDiv_24 a, .mainShareDiv_24 span.gwds_more {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
  
  .mainShareDiv_24 a.gwds_weixin {
    background-position: 0 81px !important;
  }
  
  .article .article_fd a {
    font-size: 15px;
  }
  
  .mainShareDiv_24 a.gwds_tsina {
    background-position: 0 -40px !important;
  }
  
  .mainShareDiv_24 span.gwds_more {
    background-position: 0 -120px !important;
    display: block;
    float: left
  }
  
  .article .article_fd {
    line-height: 48px;
  }
  
  .main table.timesource tr td {
    font-size: 14px;
    color: #666666
  }
  
  .articlebtm {
    display: none
  }
  
  .share, .mainShareDiv_24 {
    overflow: hidden
  }
  
  #gwdshare a, #gwdshare_s a, #gwdshare_pop a {
    display: block;
    float: left
  }
  
  #zoom p, #zoom span {
    font-size: 16px !important
  }
  
  .article_bd p, .article_bd span {
    font-size: 16px !important
  }
  
  .article_bd img, .article img {
    display: block;
    max-width: 100%;
    margin: 0 auto
  }
  
  #ewmzs {
    display: none;
  }
  
}


