.header{
	width: 990px;
	margin: 0 auto;
	padding: 15px;
}
.title{
	width: 100%;
	height: 42px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.title span{
	display: block;
	width: 960px;	
	line-height: 42px;
	margin: 0 auto;
	text-indent: 2em;
	font-family: Arial, "宋体";
	font-size: 16px;
	font-weight: bold;
}
.content{
	width: 740px;
	margin: 0 auto;
	padding: 20px;
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 30px;
}
.content h5{
	padding: 15px 0px;
}
