@charset "utf-8";
#top {
	background-color: #0078CB;
	border-color: #67B1E5;
}
#menu>:nth-child(4) {
	background-color: #fff;
	color:#333;
}
#subMenu {
	margin-bottom: 30px;
	border: 2px solid #ccc;
	border-bottom-width: 1px;
	line-height: 32px;
	background-color:#F6F6F6;
}
#subMenu p {
	padding: 0 15px;
	border-bottom: 1px solid #ccc;
}
#subMenu a {
	margin-right: 10px;
}
#subMenu a:first-child {
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
.main {
	padding-bottom: 20px;
}
.main>ul {
	float: left;
	margin: 0 32px 20px 0;
	width: 312px;
	line-height: 30px;
}
.main>ul:nth-of-type(3n) {
	margin-right: 0;
}
.main>ul:nth-of-type(4) {
	clear: left;
}
.main>ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main>ul i {
	float: left;
	margin: 7px 6px 0 0;
	padding-top: 1px;
	font-family: Arial;
	font-size: 12px;
	width: 17px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #999;
}
.main>ul a {
	text-decoration: none;
}
.main>ul .t {
	margin-bottom: 10px;
	height: 40px;
    text-align: center;
    font-size: 18px;
	line-height: 42px;
    font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: url(/img/line.png) 0 0 no-repeat;
}
.main>ul li:nth-child(2) i {
	background-color: #1275b3;
}
.main>ul li:nth-child(3) i {
	background-color: #46a6e2;
}
.main>ul li:nth-child(4) i {
	background-color: #67bef4;
}
#classNav {
	text-align: center;
	margin-bottom: 20px;
    font-size: 16px;
}
#classNav a {
	color: #047;
    margin: 0 8px;
    font-weight: bold;
    text-decoration: none;
}
#list {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	padding: 20px 12px 30px;
	border-top: 3px solid #ccc;
}
#list li {
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(/img/ico.png) -40px 14px no-repeat;
}
#list a {
	color: #047;
}