[ms-if],[ms-visible]{display:none}


/*分享*/
    .m-share{float: right;margin-top:-5px;}
    .share{zoom: 1;}
    .share:after{content: "";display: block;clear: both;}
    .share a{float: left;width: 26px;height: 26px;border-radius: 50%;margin-left: 13px;background: #c9c9c9;cursor: pointer;display: block;}
    .share a i{display: block;width: 26px;height: 26px;-webkit-transition: .4s all;-moz-transition: .4s all;-ms-transition: .4s all;transition: .4s all;}
    .share a:hover i{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
    .share #share-icon{width: 26px;height: 26px;float: left;display: none;}
    .share #share-icon img{width: 100%;height: 100%;}
    .share .share-qqzone i{background: url(cont_ico_share_20200422.png) 4px center no-repeat;}
    .share .share-qqzone:hover{background-color: #fc7354;}
    .share .share-wechat{position: relative;}
    .share .share-wechat i{background: url(cont_ico_share_20200422.png) -30px center no-repeat;}
    .share .share-wechat:hover{background-color: #1fbc7d;}
    .share .share-weibo i{background: url(cont_ico_share_20200422.png) -65px center no-repeat;}
    .share .share-qq:hover{background-color: #27a8f2;}
    .share .share-qq i{background: url(cont_ico_share_20200422.png) -96px center no-repeat;}
    .share .share-weibo:hover{background-color: #e96157;}
    .share .bg-code{left: -36px;z-index: 10;}
    .share .qrconde{position: absolute;top: 36px;border: 1px solid #ccc;padding: 5px;background: #fff;display: none;width: 100px;height: 100px;left: -98%;z-index: 11;}
    .share .close-btn{position: absolute;background: #fff;color: #000;font-size: 12px;z-index: 12;width: 12px;height: 12px;line-height: 12px;text-align: center;right: -39px;top: 50px;display: none;cursor: pointer;}
    .qrconde img{width: 100px;height:100px; }



/**政府信息公开专栏改版分享**/
/**share by zhxr**/

/**部分一、定义图标风格，展示样式，注意lip、share_con、share_con1的定位 **/

.xl-nr-box .qtfx {position: relative;}
.xl-nr-box .qtfx .share_con {position: absolute;width: 170px;top: 50px;right: -60px;display: none}
.share_con i {width: 11px;display: block;height: 7px;position: relative;z-index: 6;background: url(2020scjg_share_top.png) no-repeat;margin: 0 auto;}
.share_con .share_con1 {
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    padding: 0px 5px 18px 5px;
    position: relative;
    z-index: 5;
    margin-top: -1px;
	height: 35px;
    border-radius: 5px;
}
.share_con .share_con1 li {
    float: left;
    width: 33.3%;
	height: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;

}
.share_con li a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.share_con a.bds_weixin {
    background: url(2020scjg_share_weixin.png) no-repeat center center;
}
.share_con a.bds_weibo {
    background: url(2020scjg_share_weibo.png) no-repeat center center;
}
.share_con a.bds_qzone {
    background: url(2020scjg_share_qzone.png) no-repeat center center;
}
.bdsharebuttonbox a{cursor: pointer;}

/**部分二：主要用于微信分享时的弹框样式**/

.wx_dialog{
  background:#fff;
  border:1px solid #ccc;
  position:fixed;
  left:40%;
  top:30%;
  padding:5px;
}
.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}
.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}
.wx_dialog .wx_erm{
 padding:20px;
}
.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}
/**share by zhxr**/