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

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

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

.team .team-list .team-list-left{
	margin: 25px 15px;
}

.team .team-list .team-list-left div>a{
	display: inline-block;
	float: left
}

.team .team-list .team-list-left>div span{
	float: right;
	line-height: 34px;
	font-size: 24px;
}

.team .team-list .team-list-left>div span a {
	font-size: 24px;
	padding-top: 10px;
	font-family: SimSun;
}

.team .team-list .team-list-left>div span a:hover{
	color: #9F1B29;
}

.team .team-list h3 {
	font-size: 32px;
	line-height: 27px;
	padding-left: 27px;
	background: url("../img/dot-bg.png") no-repeat left center;
	font-weight: bold;
	font-family: SimSun;
	display: inline-block;
}

.team .team-list ul>a{
	text-align: center;
	background: url("../img/prsent_1.png") no-repeat bottom center;
	padding-bottom: 25px;
}

.team .team-list h5{
    font-size: 24px;
    padding-top: 10px;
    font-family: simsun;
}


.team .team-list h3:hover,.team .team-list h5:hover{
	color: #9F1B29;
}

.team .team-list ul{
	margin: 0px -15px 0;
}

.team .team-list li {
	float: left;
	border: 1px solid #ddd;
	padding: 23px 19px;
	background: url("../img/image_11.jpg") no-repeat center;
	margin-top: 20px;
	margin: 10px 15px;
	width: 330px;
	height: 148px;
}

.team .team-list li:hover{
	border-color: #9F1B29;
}

.team-list li img {
	float: left;
	max-width: 130px;
	max-height: 130px;
}

.team-list li div {
	width: 180px;
	float: right;
	padding-left: 20px;
}

.team-list li h4 {
	font-size: 18px;
	color: #9F1B29;
} 

.team-list li span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 21px;
	height: 21px;
	margin: 10px 0;
}
.team-list li p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	font-style: normal;
	display: block;
}
