@charset "utf-8";
#top {
	background-color: #9A60E7;
	border-color: #A470E9;
}
#menu>:nth-child(1) {
	background-color: #fff;
	color:#333;
}
.main .list1, .main .list2 {
	margin-bottom: 40px;
	padding: 15px 0 25px 39px;
	border: 1px solid #ccc;
	background-color: #fff;
	line-height: 28px;
	overflow: hidden;
}
.main .list2 {
	position: relative;
	padding-top: 25px;
}
.main .list1>div {
	float: left;
	width: 215px;
	margin-right: 20px;
}
.main .t {
	height: 30px;
	margin: 10px 0 5px;
	overflow: hidden;
}
.main .t img {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.main .t a {
	float: left;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.main .list1 p, .main li, #list a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main p a, .main li a {
	color: #0071b9;
}
.main .list2 .t {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.main ul {
	margin-left: 235px;
}
.main li {
	float: left;
	width: 215px;
	margin-right: 20px;
}
#classNav {
	text-align: center;
	margin-bottom: 20px;
    font-size: 16px;
}
#classNav a {
    margin: 0 8px;
    font-weight: bold;
    text-decoration: none;
}
#list {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 30px;
	padding: 20px 25px;
	background-color: #fff;
	border-top: 3px solid #CCCCCC;
}
#list li {
	overflow: hidden;
	text-align: right;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: url(/img/ico.png) -40px 14px no-repeat;
}
#list a {
	float: left;
	max-width: 380px;
}
#list i {
	font-style: normal;
	color: #999;
}