[ms-if],
[ms-if-loop],
[ms-repeat],
[ms-visible] {
	display: none;
}
/* FOR 细览  大小切换*/
.font0,.font0 p,.font0 div,.font0 table,.font0 span{ font-size: 14px !important; line-height: 32px !important;}
.font1,.font1 p,.font1 div,.font1 table,.font1 span{ font-size: 16px !important; line-height: 32px !important;}
.font2,.font2 p,.font2 div,.font2 table,.font2 span{ font-size: 20px !important; line-height: 32px !important; }
.font0 p,.font0 div,.font0 table.font1 p,.font1 div,.font1 table,.font2 p,.font2 div,.font2 table{margin-top:20px;}
.active{ color: #f00  !important; }
/*For 概览*/
.loadinfo{ margin: 30px auto ; text-align: center}

.pointer{ cursor: pointer }

/*头部检索框样式*/
.topblock{
	border: 1px solid #ccd0d3;
	float: left;
	height: 25px;
	background: #FFF;
	width: 203px;
	border-right: none;
}

.topline{ min-width:1000px !important;}
.banner{ min-width:1000px !important;}
.footer{ min-width:1000px !important;}

/**share by zhxr**/

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

.lip {position: relative;}
.lip .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(http://scjgj.fujian.gov.cn/images/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**/