.whlist_center{
	min-width: 1200px;
	background:url('../img/bg.jpg');
}
.whlist_center .adv{
	margin-bottom: 25px;
}
.whlist_center .adv>img{
	width: 100%;
	display:block;
}
.whlist_center .whlist{
	width: 1200px;
	margin: 10px auto;
}
.whlist_center .side{
	width: 25%;
	background: #FFF;
}
.whlist_center .whlist_tit{
	background: #00904f;
	color:#FFF;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #FFF;
}
.whlist_center .whlist_tit>img{
	vertical-align: bottom;
	margin-right: 5px;
}
.whlist_center .ul_tit a{
	padding: 15px 0;
	font-size: 16px;
	color:#3b3b3b;
	display: block;
}
.whlist_center .ul_tit a:hover{
	background: #00904f;
	color:#FFF;
}
.whlist_center .ul_tit .active_side{
	background: #00904f;
	color:#FFF;
}
/*列表样式*/
.whlist_center .whlist_txt{
	width: calc(75% - 20px);
	background: #FFF;
	padding: 10px;
}
.whlist_center .current{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.whlist_center .current>a{
	display: block;
	color:#999999;
}
.whlist_center .current>a:hover{
	color:#00904f;
}
.whlist_center .current>.index_home{
	width: 7%;
}
.whlist_center .current>a:nth-child(2){
	width: 11%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whlist_center .current>span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	color:#3b3b3b;
}
.whlist_center .whlist_ul>li>a{
 	display: block;
 	padding: 10px 0;
 	color:#3b3b3b;
 	border-bottom: 1px dashed #aaa;
}
.whlist_center .whlist_ul>li>a:hover{
	color:#00904f;
}
.whlist_center .whlist_ul .news_time{
	display: block;
	width: 11%;
}
.whlist_center .whlist_ul .news_txt{
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*列表样式end*/
/*搜索结果列表样式*/
.whlist_center .result_ul a{
    display: block;
}
.whlist_center .result_ul>li{
	padding: 20px 10px; 
	border-bottom: 1px dashed #aaa;
}
.whlist_center .result_ul a>img{
	width: 20%;
	max-height: 180px;
}
.whlist_center .result_ul a>div{
	height: 180px;
	width: calc(80% - 10px);
	margin-left: 10px;
	position: relative;
}
.whlist_center .pro_tit{
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whlist_center .time{
	color:#aaa;
}
.whlist_center .result_ul a h4{
	padding: 10px;
	margin: 0;
}
.whlist_center .result_ul a h4:hover{
	color:#00904f;
	background: #FFF;
}
.whlist_center .view{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color:#aaa;
	padding: 0 10px;
}
.whlist_center .view>button{
	background: #00904f;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	color:#FFF;
}
.whlist_center .view>button:active{
	background: #05aa60;
}
/*搜索结果列表样式end*/
/*分页样式*/
.whlist_center .brofenye{
	overflow: hidden;
	display: block;
	margin: 10px 0;
}
.whlist_center .brofenye .sel, .brofenye .but{
	line-height: 22px !important;
}
/*分页样式end*/
