@CHARSET "UTF-8";
.moreTeam_content{
	width:16rem;
	padding:0 0.5rem 1.5rem 0.5rem;
	background:url(../images/rwjs_background.jpg);
	overflow:hidden;
	background-size:cover;
}
.moreTeam_contentDiv{
	background:#fff;
	margin-top:1rem;
	min-height:7.45rem;
	padding:0.25rem 0.45rem 0.25rem 0.4rem;
	overflow:hidden;
}
.moreTeam_content_image{
	float:left;
	margin-right:0.5rem;
	width:7.35rem;
	height:6.95rem;
}
.moreTeam_content_image>img{
	width:100%;
	height:100%;
}
.moreTeam_content_text1{
	color:#333;
	font-size:0.9rem;
	margin-top:0.3rem;
}
.moreTeam_content_text2{
	color:#666;
	font-size:0.6rem;
	margin-top:0.35rem;
	padding-bottom:0.35rem;
	border-bottom:1px solid #333;
	margin-bottom:0.2rem;
	display:inline-block;
	width:6.3rem;
}
.moreTeam_content_text3{
	line-height:0.9rem;
	color:#666;
	font-size:0.6rem;
}
.moreTeam_content_hiddenText{
	width:6.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	background-image: -webkit-gradient(linear, 0 30, 0 bottom, from(#333), to(white));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.moreTeam_content_text4{
	text-align:center;
	margin-bottom:0.6rem;
	margin-top:0.9rem;
}
.moreTeam_banner_div{
	width:16rem;
	height:10rem;
	background:rgba(0,0,0,0.3);
	text-align:center;
	position:relative;
}
.moreTeam_banner_content{
	position:absolute;
	top:50%;
	left:50%;
	height:6rem;
	width:14.5rem;
	margin-top:-3rem;
	margin-left:-7.25rem;
	color:white;
	font-size:0.6rem;
}
.moreTeam_banner_text1{
	background:url('../images/moreTeam_sub.png')  center center no-repeat;
	background-size:150%;
	height:1.3rem;
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:1rem;
}
.moreTeam_banner_text2{
	padding:0 0.5rem;
	line-height:0.9rem;
}