#PageBody {
	margin: 0px auto;
	width: 1000px;
	margin-bottom: -20px;
	/*width: 1120px;*/
}

.top-class {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 10px 20px 20px 20px;
}

.top-class .top-class-title {
	position: relative;
	padding: 10px 80px 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
}

.top-class .top-class-title .title-text {
	font-size: 18px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	display: block;
	font-weight: bold;
	text-align: left;
}
ul,li{
	padding:0; margin:0;
}
.top-class .top-class-content ul {
	overflow: hidden;
	zoom: 1;
	margin: 0px -5px;
	list-style: none;
}

.top-class .top-class-content li {
	width: 12.5%;
	text-align: center;
	float: left;
}

.top-class .top-class-content li a {
	display: block;
	margin: 5px;
	background: #f5f5f5;
	padding: 10px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 4px;
	font-size: 15px;
	position: relative;
}

.top-class .top-class-content li a:hover {
	color: #ffffff;
	background: #ff3e3e;
}

.top-class .top-class-title .title-text:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 5px;
	background: #ff3e3e;
}