.team {}

.team-list {}

.team-btn {
	background-color: #f6f6f6;
	color: #666666;
	border-radius: 50px;
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	display: inline-block;
	padding: 21px 37px;
	margin-right: 10px;
	margin-bottom: 40px;
}

.team-list .actived,
.team-btn:hover {
	background-color: #41b272;
	color: #ffffff;
}

.team-cards {}

.team-card {
	margin: 0 8px;
	cursor: pointer;
	box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06), 0 2px 2px 0 rgba(40, 44, 53, 0.08);
	background-color: #fff;
	border-radius: 4px;
	z-index: 3;
	margin-bottom: 20px;
	width: calc(100%/4 - 16px);
	display: inline-block;
}

.team-card img {
	vertical-align: bottom;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: opacity 150ms linear;
	user-select: none;
	width: 100%;
}

.team-card img:hover {
	opacity: 0.5;
}

.team-card .team-card-footer {
	border-top: 0;
	padding: 7px 15px;
	background-color: #f5f5f5;
}

.team-card .team-card-footer p {
	padding: 3px 0;
	margin: 0;
	margin-bottom: 2px;
	font-size: 19px;
	font-weight: 500;
	color: #2c3e50;
	user-select: none;
	text-align: center;
	font-family: SourceHanSansCN-Light;
}

.team-card .team-card-footer .doctor-second {
	font-size: 14px;
	font-weight: 300;
	padding: 6px;
	margin-left: 4px;
	color: #666a73;
	height: 19px;

}

.dept {}

.dept h3 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: -2px;
	color: #333333;
	text-align: center;
}

.deptList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.dept-item {
	display: block;
	color: #333;
	padding-left: 26px;
	position: relative;
	float: left;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 14px;
	font-family: SourceHanSansCN-Normal;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #333333;
	border-radius: 10px;
	border: solid 1px #cccccc;
	min-width: 157px;

}

.dept-item:hover,
.deptList .actived {
	border-color: #41b272;
	color: #41b272;
}

.dept-item:hover i,
.deptList .actived i {
	background: url(../../statics/images/common/leftarr_sel.png) no-repeat center;
	border-right: 1px solid #41b272;
}

.dept-item i {
	background: url(../../statics/images/common/leftarr.png) no-repeat center;
	position: absolute;
	width: 14px;
	left: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid #ccc;
	padding: 0 3px;
}

.dept-item p {
	padding: 10px 0;
	text-align: center;
}

.team-content,
.team-content p,
.team-content span,
.team-content div {
	font-size: 16px !important;
	line-height: 2;
}

.team-content img {
	max-width: 100%;
}
