@charset "utf-8";
#main {
	width: 920px;
	margin-top: 30px;
	margin-left: 20px;
	padding-bottom: 30px;
}
#main ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom:10px;
}
#main li {
	height: 220px;
	width: 218px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#main a {
	height: 220px;
	width: 218px;
	display: block;
	border: 1px solid #CCCCCC;
}
#main a:hover {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#main .important{
	clear:both;
}

