body {
	background: #f6f6f7;
}
.top-title{
font-size:20px;
font-family:"华文细黑","微软雅黑";
width:100%;
text-align:center;
line-height:45px;
border-bottom:1px solid #e5e5e5;
margin-bottom:10px;
}
.header {
	width: 90%;
	padding: 3%;
	margin: 2%;
	background: white;
}
.header img {
	width: 60%;
	height: 40px;
}
.header p {
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top: -1px;
	color: #cecdce;
}
.img {
	width: 90%;
	margin: 2%;
	padding: 3%;
	height: 2%;
	background: white;
}
.img img {
	width: 100%;
}
.content {
	width: 90%;
	margin: 2%;
	margin-bottom:24px;
	padding: 3%;
	height: 2%;
	background: white;
}
.content p {
	font-size: 14px;
	line-height:18px;
	margin-bottom:10px;
	text-indent:2em;
	font-family: "微软雅黑";
}
.footer {
	width: 100%;
	background: #b7b8b9;
	height: 32px;
	position:fixed;
	bottom:0;
}
.footer li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 32px;
}
.footer li a {
	color: white;
	font-size: 16px;
}