/*#footer{margin-top:15px;}*/
.employee_body{
	background-color:#ebebeb;
}
.employee_body .content{
	/*margin:0 15px;*/
	width:auto;
}
.h15{
	width:100%;
	height:15px;
}
.el_title{
	height:95px;
	width:100%;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: auto 55px;
}
.employee_list{
	background-color:#fff;
	overflow:hidden;
}
#employee_list {
	display: block;
}
.el_cont{
	display:inline-block;
	position:relative;
	min-height:88px;
	background-color:#f6f6f6;
	margin-bottom:35px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
	margin-left:59px;
	margin-right: 15px;
	display:inline-block;
	width:80%;
}
.el_intro .buttons a {
	color: #fff;
}
.el_portrait{
	width:88px;
	height:88px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:-44px;
	border-radius:88px;
	-moz-border-radius:88px;
	-webkit-border-radius:88px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:125% auto;
}
.el_portrait img{
	width:100%;
	height:auto;
}
.hide_top{
	padding-left:53px;
}
.hide_top.show{
	height:50px;
	border-bottom:1px dotted #dcdcdc;
}
.el_jop_p{
	margin-top:12px;
	font-size:16px;
	color:#000;
}
.el_jop{
	font-size:12px;
	color:#a1a1a1;
	margin-left:5px;
}
.el_mottom_cont{
	margin-bottom:2px;
	font-size:10px;
	color:#000;
	margin-top:3px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.el_motto{
	color:#a1a1a1;
}
.buttons.show{
	padding-bottom:30px;
	width:100%;
	display:inline-block;
}
.buttons a{
	float:right;
	background-color:#d00000;
	color:#fff;
	padding:3px 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:10px;
	font-size:12px;
	text-decoration:none;
}
.buttons a:last-child{
	margin-right:5px;
}
.buttons a.icon_down:after{
	content:"";
	width:10px;
	height:6px;
	background-repeat:no-repeat;
	margin-left:3px;
	display:inline-block;
}
.buttons.show a.icon_down:after{
	content:"";
	width:10px;
	height:7px;
	background-repeat:no-repeat;
	margin-left:3px;
	display:inline-block;
}
.intro_cont{
	display:none;
	padding:15px;
	color:#000;
	font-size:12px;
}
.intro_cont p{
	text-indent:20px;
}
.show_more{
	width:100%;
	height:40px;
	text-align:center;
}
.show_more a{
	color:#000;
	font-size:16px;
	text-decoration:none;
}
