

.floor1{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 600px;
}


.floor1_r>h3 {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding-left: 5px;
}
.member_ul>li{
	padding: 15px 0;
	height: 120px;
	border-bottom: 2px solid #F3F3F3;
	transition: all .3s;
}    
.member_ul>li:hover{
	background: #f3f3f3;
}
.member_ul>li::after{
	content: "";
	display: block;
	clear: both;
}
.member_ul>li>a>div:first-child{
	float: left;
	width:120px;
	height: 100%;
}
.member_ul>li>a>div:first-child img{
	width:100%;
	height: 100%;
}
.member_ul>li>a>div:last-child{
	float: left;
	width:calc(100% - 120px);
	box-sizing: border-box;
	padding-left: 40px;
	height: 100%;
	overflow: hidden;
}
.member_ul>li>a>div:last-child>h4{
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #000;
}
.member_ul>li>a>div>:last-child>h4>span:first-child{
	font-size: 18px;
	margin-right: 10px;
}
.member_ul>li>a>div:last-child>p{
	color: #666;
	margin: 0;
    line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/*成员详情*/
/*成员详情*/
.member_info{
	box-sizing: border-box;
	padding: 0 30px;
	margin: 35px 0;
}
.member_info::after{
	content: "";
	display: block;
	clear: both;
}
.member_info>div:first-child{
	float: left;
}
.member_info>div:first-child img{
	width:140px;
	height: 140px;
}
.member_info>div:last-child{
	box-sizing: border-box;
	width:calc(100% - 140px);
	float: right;
	padding-left: 30px;
}