.teachers-wrapper{
	width: 1200px;
	margin: 0 auto;
}
.teachers-wrapper ul{
	padding: 50px 0 0;
}
.team-item{
	float: left;
	width: 280px;
	height: 325px;
	box-shadow: 0 0 0 1px #f6f6f6;
	margin: 0 10px 20px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: box-shadow .3s linear;
    -moz-transition: box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
}
.team-item-img{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.team-item-img img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.team-item-info{
	padding: 10px 15px;
	background-color: #fff;
}
.team-item-info h5{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.team-item-info p{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #474747;
	-webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.team-item:hover{
	box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
}
.team-item:hover img{
	transform: scale(1.1,1.1);
}
.team-item:hover .t-name{
	color: #cb0000;
}
.team-item:hover .t-title{
	color: #222;
}
/*分页器*/
#download-page{
	float: none;
}