@charset "utf-8";
/* CSS Document */
.wjhy-tit{
    font-size: 24px;
    margin-bottom: 14px;
	color:#333;
	padding-top: 50px;
}
.wjhy-tit:after{
	content:"";
	display:block;
	width:35px;
	height:6px;
	background:#f0801a;
	border-radius:3px;
	margin-top: 12px;
}
.center_content p{ 
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}
.center_content .p1{ 
    margin-top: 10px;
}