body{
	/*background: #5B9BD5;*/
	margin: 0 auto;
	width: 800px;
}
.fenlei{
	background: #F0580C;
	color: white;
	font-weight: bolder;
	font-size: 18px;
}
.fenlei a{
	text-decoration: none;
	letter-spacing: 5px;
	color: white;
}
.fenleiZimu{
	background: #FBAB34;
	font-size: 20px;
	width: 100%;
}
.fenleiContent ul li{
	list-style: none;
	display: inline-block;
	width: 18%;
	margin-top: 5px;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: red;
}
button{
	background: orange;
	border: 0;
}