/*公共*/
.gk-container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
}
.social-share .social-share-icon {
    width: 30px !important;
}
/*-------当前位置-----*/
.location {
    line-height: 56px;
    height: 56px;
    color: #999999;
    font-size: 16px;
    background-color: #F1F1F1;
}
.location .szwz {
    color: #999999;
}
.location a {
    margin: 0 5px;
    font-size: 16px;
    color: #999999;
}
.location a:hover {
    color: #0D4C99;
}
#barrierfree_container .dk_Article_header {
    border: none;
}
#div_div {
    margin-top: 30px;
}
#div_div canvas {
    width: 160px !important;
    height: 160px !important;
}
/* CSS Document */
html {
    font-size: 62.5%;
}
body {
    font: normal 100% Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "微软雅黑";
}
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.dk_Article_ {
    margin: 0 auto;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
ul,
ol,
li,
dt,
dl {
    list-style-type: none;
    vertical-align: 0;
}
a {
    outline-style: none;
    text-decoration: none;
}
.awz {
    color: #333;
}
.awz a {
    color: #333;
}
.dk_Article_ {
    width: 1200px;
    background: #fff;
    padding-top: 10px;
}
.dk_Article_ h2 {
    font-size: 12px;
    color: #404040;
    line-height: 300%;
}
.dk_Article_ h2 a {
    color: #404040;
}
.dk_Article_wrap .min {
    padding: 0 40px;
    overflow: auto;
}
.dk_Article_ table {
    line-height: 40px;
    color: #404040;
}
.dk_Article_ table a {
    color: #404040;
}
.dk_Article_ table a:hover {
    color: #4f8abe;
}
.dk_Article_header {
    border-bottom: 1px solid #eeeeee;
}
.dk_Article_header h3 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin: 50px auto;
}
.source {
    background: #F6F6F6;
    height: 46px;
    margin: 0 20px;
    line-height: 46px;
}
.source .source_ {
    margin-left: 75px;
}
.source span,
.zihao {
    float: left;
    font-size: 14px;
    color: #959595;
    width: auto;
    height: auto;
    margin-left: 20px;
}
.zihao {
    margin-left: 10px;
}
.zihao a {
    color: #959595;
}
.dk_tools {
    margin-right: 75px;
}
.dk_tools > div {
    float: right;
    margin-left: 15px;
}
.dk_Article_header_right {
    width: 50%;
    float: right;
    margin-top: 5px;
}
.Print {
    background: url(../images/print.png) no-repeat 4px 15px;
    text-align: right;
    line-height: 19px;
    cursor: pointer;
    float: right;
    margin-right: 18px;
    color: #252525;
}
.Print span {
    line-height: 46px;
    height: 46px;
}
#share-1 .icon-wechat {
    background: url(../images/share-weixin.png) no-repeat;
}
#share-1 .icon-weibo {
    background: url(../images/share-weibo.png) no-repeat;
}
#share-1 a {
    border: none !important;
    border-radius: 0 !important;
}
#share-1 a:before {
    content: none !important;
}
.jiathis_style {
    float: right;
}
.jiathis_style img {
    float: left;
    margin-right: 10px;
}
.dk_Article_conten {
    padding: 20px 0 100px 0;
    border-bottom: 8px solid #eeeeee;
    font-size: 16px;
    font-size: 1.6rem;
}
.dk_Article_conten_img {
    margin-bottom: 40px;
}
.dk_Article_conten_img img {
    display: block;
    margin: 0 auto;
}
.dk_Article_conten p {
    text-indent: 2em;
    line-height: 36px;
}
.Close {
    background: #eeeeee;
    padding: 10px;
    float: right;
    margin-top: -45px;
    font-size: 16px;
    font-size: 1.6rem;
}
.Close a {
    color: #959595;
}
.content_shareIcon img {
    margin-right: 8px;
}
.content_shareIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
}
body {
    position: relative;
}
body #Article-back-top {
    position: fixed;
    bottom: 250px;
    right: 50%;
    -webkit-transform: translate(700px, 0);
    transform: translate(700px, 0);
    width: 56px;
    height: 56px;
    display: none;
    background: url('../images/top-.png');
}
body #Article-back-top:hover {
    background: url('../images/top-active.png');
}
@media screen and (max-width: 600px) {
    body {
        background-color: #fff!important;
    }
    .pc-bmdt-common {
        display: none;
    }
    .phone-bmdt-common {
        display: block;
    }
    .pc-doukou-bmdt {
        display: none;
    }
    .phone-doukou-bmdt {
        display: block;
    }
}
@media screen and (min-width: 600px) {
    .pc-bmdt-common {
        display: block;
    }
    .phone-bmdt-common {
        display: none;
    }
    .pc-doukou-bmdt {
        display: block;
    }
    .phone-doukou-bmdt {
        display: none;
    }
}
/*修复二维码上面的文字占两行*/
#zoom > div:nth-child(2){
    width: auto!important;
    text-align: center;
}