@charset "utf-8";
/* CSS Document */

/**********中间部分*******/

#statement{
	float:left;
	border:solid 1px #CFD5E5;
	width:710px;
	margin-left:17px;	
}
.statement_tit{
	margin: 0px;
	background: #efeded;
	height: 30px;
	}
.statement_tit h3{
	font-size:14px;
	padding:5px 5px 10px 15px;
	font-family:'宋体';
	}
.statement_con{
	padding:10px 20px;
	font-size:12px;
	font-family: Arial;
	 line-height: 20px;
}
.statement_con p{
	text-align:left;
}
.statement_con p span{
	margin-left:20px;
}
.statement_con p a{
	text-decoration:none;
}
.statement_con p a:hover{
	text-decoration:underline;
}
/*********中间部分end***************/