
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* //////////////////////////////////// */
.content{
	width: 90%;
	margin: 20px auto;
	color: #444;
}
.content>ul:first-child{
	font-weight: bolder;
	background-color: #5693CC;
	color: #fff;
}
.content>ul>li{
	float: left;
	width: 33%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.content>ul>li>a{
	color: #049;
}
.content>ul>li>span{
	color: red;
}
