*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none
}
ul{
	list-style: none
}
body{
	font-family: "微软雅黑"
}
.box{
	width:100%;
	
}
header{
	background: rgb(34,94,167);
	
	text-align: center;
	width:60%;
	padding:10px 20%;
}
.img{
	width:100%;
}
h1{
	padding-top:20px;
	padding-bottom:20px;
	font-size:50px;
	color:#333;
	text-align: center;
	letter-spacing: 2px
}
ul li{
	border-top:1px solid rgb(235,235,235);
	font-size: 14px;
	color: rgb(34,94,167);
	overflow: hidden;
	width:96%;
	padding:5px 2%;
	text-align: left;
	line-height: 25px

}
ul li img{
	margin-right:5px;
	width:25px;
	height:25px;
	float:left;
}
ul li span{
	color: #666;
	font-size:14px;
	float:left;
	display: inline-block;
	width:100%;
	text-indent:5px;
	line-height: 30px
}