/*标题开始*/
.content h1{
	width: 87%;
	line-height: 33px;
	text-align: center;
	color:#d93b11;
	font-size: 20px;
	font-weight: bold;
	margin:10px auto;
	padding:0 2%;
	border-bottom:2px solid #e4ddd9;
}
.content h2{
	line-height: 35px;
	text-align: center;
	color:#4b4a4a;
	font-size: 16px;
}
/*标题结束*/

/*分享开始*/
.content .share{
	color:#333;
	font-size: 14px;
	margin-top: 10px;
}
.content .share p{
	width: 4em;
	text-align: right;
}
.content .share a{
	display: block;
	color:#333;
	margin-right: 10px;
}
.content .share a.wx{
	text-indent: 20px;
	background:url(../img/icon/weixin.gif) no-repeat 0 center;
	background-size:17px;
}
.content .share a.pyq{
	text-indent: 20px;
	background:url(../img/icon/pyq.gif) no-repeat 0 center;
	background-size:17px;
}
.content .share a.xlwb{
	text-indent: 26px;
	background:url(../img/icon/xlwb.gif) no-repeat 0 center;
	background-size:21px;
}
/*分享结束*/

/*正文开始*/
.text{
	overflow:hidden;
	margin: 16px 0;
}
.text.on{
	height: auto;
}
.text p{
	line-height: 35px;
	text-indent: 2em;
	color:#333;
	font-size: 17px;
	margin-bottom: 17px;
}
/*正文结束*/

.quarry{
	color:#333;
	font-size: 17px;
	margin-top: 15px;
}

.xgyd h3{
	line-height: 36px;
	color:#004276;
	font-size: 17px;
	margin-top: 10px;
}
.xgyd a{
	display: block;
	line-height: 35px;
	color:#333;
	font-size: 15px;
}