

.new-container {
	width: 998px;
	height: auto;
	margin: 0 auto;
}

.new-nav-main {
	width: 100%;
	height: 50px;
	background-color: #eee;
}

.new-edu-nav {
	position: relative;
	float: left;
	width: 220px;
	height: 50px;
	background-color: #235ea4;
}
.new-edu-nav:hover .new-edu-shade,.new-edu-nav:hover .new-area {
	display: block;
}
.new-edu-nav >span {
	display: block;
	float: left;
	color: #fff;
	width: 190px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	margin-left:15px;
	display:inline;
}
.new-edu-nav >span:before {
	display: block;
	float: left;
	content: "";
	width: 40px;
	height: 40px;
	margin: 5px 0;
	background: url(../images/icon.png) no-repeat left top ;
}
.new-edu-nav >span:after {
	display: block;
	float: right;
	content: "";
	width: 40px;
	height: 40px;
	margin: 5px 0;
	background: url(../images/icon.png) no-repeat -40px top ;
}


.new-nav-list {
	display: block;
	float: left;
	height: 50px;
	margin-left: 10px;
}
.new-nav-list > li {
	display: block;
	float: left;
	padding: 0 19px;
	height: 50px;
}
.new-nav-list > li > a {
	color: #444;
	font-size: 14px;
	line-height: 50px;
}
.new-nav-list > li:hover {
	background-color: #ff6633;
}
.new-nav-list > li:hover a {
	color: #fff;
}

