@charset "utf-8";
/* CSS Document */

.teamlist {
	overflow: hidden;
}
.teamlist ul li {
	width: 48%;
	margin: 10px;
	float: left;
	border: 1px solid #f2f2f2;
}
.teamlist ul li * {
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.teamlist ul li a {
	float: left;
    width: 155px;
    height: 226px;
    margin-right: 40px;
	overflow:hidden;
}
.teamlist ul li p {
	height: 22px;
    line-height: 22px;
    color: #999;
    margin-top: 5px;
	overflow:hidden;
}
.teamlist ul li span {
	font-size:14px;
	height: 20px;
    overflow: hidden;
    padding-right: 100px;
    margin: 19px 0 15px;
}
.teamlist ul li b {
	font-size:12px;
	font-weight:inherit;
	padding-left:10px;
	color:#0157be;
	
    overflow: hidden;
    margin: 19px 0 15px;
}
.teamlist ul li .more {

    margin-left: 197px;
    height: 30px;
    color: #999;
    font-size: 14px;
    margin-top: 23px;
}
.teamlist ul li .more a {
	width:100%;
	height:100%
}
.teamlist ul li .more span{
    padding: 5px;
    text-align: right;
    color: #999;
    font-size: 12px;
    line-height: 28px; 
    margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.teamlist ul li .more  span:hover{
    width: 30px;
	padding: 5px;
    text-align: right;
    color: #ffffff;
	background-color:#0157be;
    margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.teamlist ul li .teamlist_pic {
	width: 90%;
	margin: 5%;
	overflow:hidden;
}
.teamlist ul li .teamlist_pic img {
	    display: block;
    width: 100%;
    height: 100%;
}
 .teamlist_pic img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.teamlist ul li h4 {
	font-size:20px;
	color: #333;
    font-weight: inherit;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding-bottom: 30px;}
.teamlist ul li .lin p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.teamlist_des {
	margin:10px;
	color: #545152;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
    padding-bottom: 10px;
}