.expertList{
	min-width: 1200px;
	background:url('../img/bg.jpg');
	padding-bottom: 50px;
}
.expertList .adv>img{
	width: 100%;
}
.expertList .whshow{
	width: 1200px;
	margin: 10px auto;
}
.expertList .side{
	width: 25%;
	background: #FFF;
}
.expertList .whlist_tit{
	background: #00904f;
	color:#FFF;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #FFF;
}
.expertList .whlist_tit>img{
	vertical-align: bottom;
	margin-right: 5px;
}
.expertList .ul_tit a{
	padding: 15px 0;
	font-size: 16px;
	color:#3b3b3b;
	display: block;
}
.expertList .ul_tit a:hover{
	background: #00904f;
	color:#FFF;
}
.expertList .ul_tit .active_side{
	background: #00904f;
	color:#FFF;
}
.expertList .whlist_txt{
	width: calc(75% - 20px);
	background: #FFF;
	padding: 10px;
}
.expertList .current{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.expertList .current>a{
	display: block;
	color:#999999;
}
.expertList .current>a:hover{
	color:#00904f;
}
.expertList .current>.index_home{
	width: 7%;
}
.expertList .current>a:nth-child(2){
	width: 11%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.expertList .current>span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	color:#3b3b3b;
}
.expertList .expert_ul p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.expertList .expert_ul{
	width: 100%;
}
.expertList .expert_ul>li{
	width: calc(25% - 10px);
	margin: 5px;
	float: left;
}
.expertList .expert_ul>li img{
	width: 98%;
	height: 277px;
	margin: 0 1%;
}
.expertList .expert_ul>li img:hover{
	border: 1px solid #00904f;
}
.expertList .service_ul_img{
	height: 125px !important;
}
