.loading {
	text-align: center;
	padding: 30px;
}

.detailCont {
	word-break: break-all;
}

.detailCont p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.font0,
.font0 p,
.font0 div,
.font0 td,
.font0 li {
	font-size: 16px !important;
	line-height: 32px !important;
}

.font1,
.font1 p,
.font1 div,
.font1 td,
.font1 li {
	font-size: 18px !important;
	line-height: 34px !important;
}

.font2,
.font2 p,
.font2 div,
.font2 td,
.font2 li {
	font-size: 20px !important;
	line-height: 36px !important;
}

.chngFont {
	cursor: pointer
}

.active {
	font-weight: bolder;
}

.disabled {
	color: #999 !important;
	cursor: not-allowed;
}
.err {
	border: 1px solid #e66 !important;
}

.moro ul .curr { background: #f2f2f2; }

.col-cont ul li.curr a {
	background: #f2f2f2;
}



/**share by zhxr**/

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

.arow {
	position: relative;
}

.arow .share_con {
	position: absolute;
	width: 170px;
	top: 50px;
	right: -57px;
	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%;
	display: inline-block;
}

.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;
}
/*手机隐藏*/
@media only screen and (max-width: 800px){
	.phone_none{display: none;}
}
/**share by zhxr**/
/* 分页条样式开始 */
#pagegd  .pgStyle a,
		#pagegd  .pgStyle .disab {
			margin: 2px;
			padding: 10px 14px;
		}

#pagegd .pgStyle .disab {
	color: #ccc;
}

#pagegd .pgStyle a {
	color: #000;
	text-decoration: none;
}

#pagegd .pgStyle .cur,
		#pagegd .pgStyle a.cur,
		#pagegd .pgStyle a.cur:visited {
			border: 1px solid #226ebc;
			color: #fff !important;
			background-color: #226ebc;
			font-weight: normal;
			margin: 2px 2px 2px 0;
			padding: 10px 14px;
			border-radius: 3px;
		}

.disabled {
	background: #e9e9e9 !important;
	cursor: not-allowed;
	color: #999 !important;
}

.dc_btn a.jg_btn.disabled:hover {
	background: #e9e9e9;
	color: #999;
}

#pagegd  .pgStyle	.count {
	margin: 2px;
padding: 11px 10px;
text-align: center;
border: #eee 1px solid;
}

.go {
	margin: 15px;
	width: 40px;
	height: 40px;
	background-color: rgb(226, 226, 226);
	border: none;
}

.pgStyle input {
	border: 1px solid;
}

/* 分页条样式结束 */