.fl {
	float:left;
}
.fr {
	float:right;
}

#content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
#header{
  height: 100px;
  background: #f0f0f0;
  border: 1px solid #f8f8f8;
}
.header {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.xiaohui {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(/static/image/xiao.png) no-repeat;
}
.xueyuanming {
  position: absolute;
  left: 113px;
  top: 20px;
  width: 475px;
  height: 50px;
  background: url(/static/image/dqxy_05.png) no-repeat;
}
.xueyuanname {
  position: absolute;
  left: 108px;
  top: 70px;
  font-size: 17px;
}
#nav{
	width: 1200px;
	height: 38px;
	margin: 0 auto;
    font: bold 15px Microsoft Yahei;
    background-image: url(/static/image/e_nav_bg.png);
}
#nav ul{
	
	
    list-style: none;
}
#nav ul li{  
	position: relative;
	z-index: 1;
	float: left;
	width: 100px;
	height: 38px;
	line-height: 38px;  
	text-align: center;  
}
#nav ul li a{
	display: block;
	color: #ffffff;	
}
#nav ul li a:hover {
	line-height: 38px;
    background-color: #1759a7;  
}
#nav ul li ul{
	position: absolute;
	left: 0px;
	top: 38px;
	z-index: 2;
	display: none;
	
	overflow: hidden;
}
#nav ul li ul li{
	float: none;
	background-color: #1759a7;
}
#nav ul li ul li a{
	width: 100%;
	color: #ffffff;
	text-align: center;
}
#nav ul li ul li a:hover{
	background-image: url(/static/image/e_nav_bg.png);
}
.left{
	width: 240px;
}
.title{
	
    height: 76px;
    padding: 30px 0px 0px 45px;
    color: #03349b;
    background-color: #dedede;
}
.title p{
	padding: 0px;
}
.Chinese{
	font: bold 23px Microsoft Yahei;
}
.English{
	font: 18px Microsoft Yahei;
}
.list li{
	
	height: 30px;
	margin: 3px;
	background-color: #f0f0f0;
	border: 2px solid #e2e2e2;
	border-radius: 4px;
}
.list li a{
	display: block;
	margin-left: 52px;
    margin-top: 5px;
	font:bold 13px Microsoft Yahei;
    color: #686868;
}
.list img{
	float: left;
	padding: 8px 14px;
}
.right{
	width:940px;margin-left:20px;float:left;
}
.head{
	height: 46px;
	border-bottom: 1px solid #a2a2a2;
	margin-bottom: 10px;
}
.head p{
	position: relative;
	padding: 12px 26px;
	font-size: 22px;
}
.head span{
	position: absolute;
	
	right: 20px;
	font: normal 16px Microsoft Yahei;
	color: #5f5f5f;
}
#footer{
	background-color: #f0f0f0;
	border: 1px solid #f8f8f8;
}
.words{
	margin-top: 15px;
	border-top: 9px solid #1d75d6;
}
.words p{
	margin-top: 10px;
        margin-bottom:20px;
	font: 13px/22px Microsoft Yahei;	
	color: #000000;
	text-align: center;
}
#on_center img{width:100%;}
