body{
    font-size:0;
}
.expert_banner img{
    width:1170px;
    height:390px;
}
.expert_header{
    height:47px;
    background:#fff;
    line-height: 37px;
    padding:5px 20px;
    margin: 20px 0;
    position:relative;
}
.filter_title{
    font-size:14px;
    color:rgb(153,153,153);
    width:43px;
    display: inline-block;
    position:absolute;
    left:20px;
    top:5px;
}
.filter_list{
    padding-left:64px;
    width:885px;
}
.filter_item{
    padding:4px 9px;
    font-size:13px;
    color:rgb(89,89,89);
    border-radius: 4px;
    display: inline-block;
    margin-right:21px;
    line-height: 1;
    vertical-align: middle;
}
.filter_item.hover{
    border:1px solid #4285F4;
    color:#4285F4;
}
.expert_search{
    width:230px;
    height:35px;
    border:1px solid rgb(238,238,238);
    position:absolute;
    right:20px;
    top:6px;
    padding-left:10px;
}
.expert_search input{
    border:none;
    outline: none;
    height: 33px;
    line-height:33px;
    font-size:12px;
    color:rgb(153,153,153);
    background:none;
    vertical-align: middle;
    width: 195px;
}
.expert_search img{
    vertical-align: middle;
}
.expert_item{
    position:relative;
    display: inline-block;
    padding: 20px;
    width: 575px;
    background:#fff;
    margin-bottom:20px;
    vertical-align: top;
}
.expert_item:nth-child(2n+1){
    margin-right:20px;
}
.expert_item .image{
    width:130px;
    height:130px;
    border:1px solid #EBECED;
    border-radius:50%;
    position:absolute;
    left:20px;
    top:20px;
}
.expert_item .info{
    padding-left:150px;
}
.expert_item .name{
    font-size:21px;
    line-height: 21px;
    height:21px;
    color:#000000;
    font-weight: bold;
}
.expert_item .company{
    margin-top:8px;
}
.expert_item .company,.expert_item .position{
    color:rgb(153,153,153);
    line-height: 17px;
    height:17px;
    font-weight: bold;
    font-size: 14px;
    color:#333333;
}
.expert_item .intro{
    font-size:16px;
    line-height: 22px;
    height:110px;
    color:rgb(102,102,102);
    margin-top:16px;
}
.expert_item .intro .detail{
    color:rgb(88,108,148);
    cursor:pointer;
}
.expert_item .expert_hot_fixed{
	line-height: 20px;
	height: 20px;
	padding:0 5px;
	min-width: 60px;
	max-width: 100px;
	word-break: break-all;
	overflow: hidden;
	border-radius: 4px;
	position:absolute;
	right: 20px;
	top: 20px;
	background:#FE705C;
	color:#fff;
	text-align: center;
	font-size: 12px;
}
.expert_item .expert_hot_fixed .hot_img{
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	width: 8px;
	margin-right: 4px;
	margin-top: -4px;
}
.expert_item .activitys{
    position:absolute;
    right:20px;
    bottom:148px;
}
.expert_item .activitys span{
    vertical-align: bottom;
}
.expert_item .activitys .label{
    font-size:12px;
    color:rgb(153,153,153);
    margin-right:10px;
    line-height: 17px;
}
.expert_item .activitys .num{
    font-size:25px;
    color:rgb(245,93,70);
    line-height: 22px;
}