/*新版-顶部登陆条*/
.top-nav-box {
	width: 100%;
}
.top-nav {
	width:1200px;
	height:40px;
	margin:0px auto 0;
	font-size: 13px;
}
.top-nav-left {
	#width:400px;
	float:left;
	padding-left:0px;
	margin-left: -5px;
}
.top-nav-left ul {
	text-align:left;
}
.top-nav-left li {
	width:auto;
	height: 40px;
	float:left;
	color: #666;
	padding: 0px 10px;
	line-height:40px;
}
.top-nav-left li a {
	color: #666;
	line-height:40px;
}
.top-nav-left ul li.small-logo {
	width: 120px;
	padding: 0px 0px;
	height: 30px;
	line-height: 30px;
	margin: 2px 0px;
	#border: 1px solid red;
	#background:url(../images/small-logo2.png) 0 3px no-repeat;
}

.top-nav-left img {
	vertical-align:middle;
}
.top-nav-home-ico {
	width:15px;
	height: 36px;
	float: left;
	margin: 0 2px;
	background:url(../images/top-login-icon.png) no-repeat;
	background-position: 0 12px;
}
.top-nav-phone-ico {
	width:15px;
	height: 36px;
	float: left;
	margin: 0 2px;
	background:url(../images/top-login-icon.png) no-repeat;
	background-position: -16px 12px;
}
.top-nav-right {
	width:auto;
	float:right;
}
.top-nav-right ul {
	text-align:left;
}
.top-nav-right li, .top-nav-right li a {
	width:auto;
	float:left;
	color: #666;
	margin-left:8px;
	line-height:40px;
}
.top-nav-nav-ico {
	width:15px;
	height: 36px;
	float: left;
	margin-left: 2px;
	margin-right: -5px;
	background:url(../images/top-login-icon.png) no-repeat;
	background-position: -42px 14px;
}
.top-nav-nav-shap {
	width:15px;
	height: 20px;
	float: left;
	margin: 0 2px;
	background:url(../images/top-login-icon.png) no-repeat;
	background-position: -28px 17px;
}


.school-header {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.school-banner {
	height: 120px;
	background-color: #ddd;
	border: 1px solid #ddd;
}
.school-banner .school-logo {
	width: 280px;
	height: 60px;
	margin: 30px 15px;
}
.school-nav {
	height: 40px;
	margin-top: 0px;
	background-color: #128bed;
}

/*文章-左侧-当前位置*/
.position {
	font-size:13px;
	line-height:50px;
	color:#999;
}
.position a {
	color:#333;
}

.school-nav li{
	float: left;
	width: 110px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border-right: 1px solid #ddd;

}
.school-nav li a {
	color: #FFFFFF;

}
.school-nav li.last {
	border-right: none;

}
