.FocusPic{ zoom: 1; position: relative; overflow: hidden; height: 100%;}
.FocusPic .content{overflow:hidden; width:100%; height: 100%;}
.FocusPic .changeDiv { width: 100%; height: 100%;}
.FocusPic .changeDiv a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.FocusPic .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 157px;
	line-height: 28px;
	font-size: 18px;
	background-color: #fff;
	overflow: hidden;
	/*display: none;*/
}
.FocusPic .title a { 
	/*display: block;*/
	width: 431px;
	height: 147px;
	margin:auto;
	color: #000; 
	display: none ;
}
.FocusPic .new-title {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
}
.FocusPic .new-content {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.FocusPic .new-content span {
	float: right;
	color: #cf9c50;
}
.FocusPic .new-time {
	font-size: 14px;
	color: #94703c;
}
.FocusPic .change{ 
	position: absolute; 
	top: 277px;
	right: 22px;
	text-align: right; 
	z-index: 999;
	background: inherit;
}
.FocusPic .change i {
	float: left;
	width:10px;
	height:10px;
	margin: 0 2px;
	border-radius: 50%;
	background: #fff;
	text-align:center;
	line-height:12px;
	font-size: 12px;
	font-style: normal;
	color:#fff;
	cursor: pointer;
}
.FocusPic .change i.cur{
	width:16px;
	border-radius: 5px;
}
.active-picture {
	padding:10px 7px;
}
.active-picture img {
	float:left;	
	width:184px;
	height:185px;
	overflow:hidden;
}


#teacher-list-id ul li{float: left;width:250px;height:140px;list-style: none;cursor: pointer;}
#teacher-list-id ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
}
#teacher-list-id .pic1_1 {
	position: absolute;
	top: 0;
	left: 0;
	*z-index: 1;
}
/*#teacher-list-id ul li a:hover .pic1_1 {
	display: none;
}*/
#teacher-list-id ul li img {position: relative;z-index: 0;width: 100%;height: 100%;display: inline-block;}
.project-show-title {
	position: absolute;
	top: 58px;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.project-show-line {
	position: absolute;
	top: 91px;
	left: 107.5px;
	width: 35px;
	height: 1px;
	background-color: #fff;
}