.team {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

.team .sub-title{
	padding-bottom: 0;
}

.team .team-list {
	
	margin-top: 0px;
}

.pic .pic-title h1{
	font-size: 26px;
	color: #222;
	line-height: 35px;
	text-align: center;
	background: url(../img/prsent_1.png) no-repeat bottom center;
    padding-bottom: 35px;
}

.pic .pic-content ul{
	margin: 0 -15px;
}

.pic .pic-content li{
	float: left;
	width: 240px;
	padding: 15px;
	background-color: #fff;
	box-shadow:0px 1px 3px rgba(0,0,0,0.16);
	margin: 15px;
	transition: all 0.3s;
}

.pic .pic-content li:hover{
	box-shadow:1px 3px 6px rgba(0,0,0,0.3);
}

.pic .pic-content li img{
	width: 240px;
	height: 150px;
}

.pic .pic-content p{
	font-size: 16px;
	color: #222;
	line-height: 21px;
	margin-top: 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}