.teacher_outer{
	width:1000px;		
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.team_list{
	width:1112px;
	margin:0 auto;	
	padding-top:30px;
}
.team_li{
	display:block;
	float:left;
	width:206px;
	height:277px;
	_display:inline;
	margin:0 26px 52px 26px;	
	position:relative;
	overflow:hidden;
}
.team_intro{
	width:206px;
	height:155px;
	position:absolute;
	left:0;
	top:122px;
	z-index:100;
	background:#1f287a;
	color:#fff;	
	display:none;
}
.team_intro dl{
	width:206px;	
	margin:0;
}
.team_li:hover .team_intro{
	display:block;	
}
.team_intro dt{
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:16px;	
	width:138px;
	margin: 8px auto 0 auto;	
	background:url("../images/hm_line2.gif") repeat-x left center;
}
.team_intro dt span{
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 10px;
	background:#1f287a;	
}
.team_intro dd{
	text-align:center;	
}
.team_intro p{
	font-size:12px;
	width:180px;
	line-height:24px;	
	margin:0 auto;
}

.page{
	margin-top:0;	
}

.team_detail{
	width:1000px;
	height:524px;
	margin:90px auto;	
}
.team_detail .pic{
	float:left;
	height:524px;
	width:385px;	
}
.team_detail .intro{
	width:578px;
	float:right;
	padding-top:10px;
	line-height:30px;	
}