*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
body{
	min-width: 1300px;
}
li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*头部样式*/
#header{
	height: 420px;
	width: 100%;
}
#icon{
	height: 100px;
	width: 100%;
	background: url(../images/top_bg.png) no-repeat;
	background-size: 100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_bg.png',  sizingMethod='scale');
}
#icon .icon_img{
	width: 1196px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/icon.png) no-repeat left;
        background-size: 400px;
}
#nav{
	height: 50px;
	width: 100%;
	background-color: #122a6e;
}
#nav ul{
	width: 1212px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
#nav ul li{
	list-style: none;
	float: left;
	width: 108px;
	height: 50px;
	text-align: center;
}
#nav ul li a{
	text-decoration: none;
	font-size: 17px;
	line-height: 50px;
	color: #fff;
}
#nav ul li a:hover{
	color: #14f6ce;
}
#nav ul li dl{
	display: none;
	position: absolute;
	z-index: 1000000;
	margin: 0 auto;
	width: 112px;
	background: #01427a;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	+margin-top: 36px;
	+margin-left: -100px;
}
#nav ul li dl dt{
	height: 38px;
}
#nav ul li dl dt a{
	font-size: 14px;
	color: #ffffff;
	line-height: 38px;
}
/*底部样式*/
#footer{
	width: 100%;
	background-color: #646364;
}
#footer p{
	padding-top: 10px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
#footer p > a {
	display: inline-block;
	width: 170px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background: #1ea8e3;
	text-decoration: none;
}



/*学院领导样式*/
.panel-bodyAticle2 .body-aticleLeft2{
	width:120px;
	height:167px;
	float:left;
	margin-right:20px;
}

.panel-bodyAticle1 .body-aticleLeft1{
	width:135px;
	height:184px;
	float:left;
	margin-right:20px;
}
.panel-bodyAticle1 .body-aticleRight1{
	height:166px;
	color:#1C1B1B;

}