/*专业团队*/
.team .item {
	display: inline-block;
	width: 235px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	margin: 40px 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 5px;
	cursor: pointer;
	background: #f7f7f7;
	vertical-align: top;
}
.team .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.team .item .headImg {
	width: 120px;
	height: 120px;
	padding: 5px;
	box-sizing: border-box;
	margin: auto;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 10px;
	margin-top: -40px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.team .item .headImg .inner {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background: #eee center top/cover no-repeat;
}
.team .item .name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #910000;
}
.team .item .title {
	text-align: center;
	color: #666;
}
.team .item .info {
	color: #666;
	height: 140px;
	border-top: 1px #ccc dashed;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
	font-size: 14px;
	overflow: hidden;
}
.team .item .subTitle {
    width: 100%;
    position: absolute;
	left: 0;
    top: 143px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.team .item .subTitle span {
	padding: 0 5px;
	background: #f7f7f7;
}



.team .filter {
	border-bottom: 1px #eee solid;
	padding: 0 20px 20px 20px;
}
.team .filter .f {
	padding: 10px 0;
}
.team .filter .f .label {
	display: inline-block;
	color: #999;
}
.team .filter .f .fis {
	display: inline-block;
}
.team .filter .f .fis .ipt {
	display: inline-block;
	height: 35px;
	width: 250px;
	border: 1px #ddd solid;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 10px;
}
.team .filter .f .fis .btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #910000;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	margin-left: 10px;
	color: #fff;
	vertical-align: middle;
}
.team .utitle a,
.team .xing a {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 5px;
    border: 1px #fff solid;
    border-radius: 5px;
}
.team .utitle a:hover,
.team .xing a:hover {
	background: #910000;
	color: #fff;
	border: 1px #910000 solid;
}

.team .utitle .active,
.team .xing .active {
	background: #910000;
	color: #fff;
	border: 1px #910000 solid;
}
.team .nothing {
    height: 300px;
    line-height: 300px;
    text-align: center;
    color: #999;
}