@charset "utf-8";
/* CSS Document */
/*图片*/
.team-con{
	height:650px;
	margin-top: 25px;
}
.team-con dl{
	width: 283px;
	height:301px;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
	border: 1px solid #DBDBDB;
}
.team-con dl:nth-child(5n-1){
	margin-right:0;
}
.team-con dt{
	width: 253px;
	height: 210px;
	margin:15px;
	overflow: hidden;
} 
.team-con dt img{
	width: 100%;
}
.team-con dd{padding:20px 0;
	text-align: center;
	background:#DBDBDB;
}