#tab{position:relative;}
#tab .tabList{width:102%;margin:0 auto;}/*20160412新增 wushian*/
#tab .tabList ul li{
	float:left;
	background:#fefefe;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	width:25%;
	margin-left: -1px;
	text-align:center;
	position:relative;
	cursor:pointer;
}
#tab .tabList ul li span{
	display: block;
	padding:5px 0;
	border: 1px solid #ccc;
}
#tab .tabList ul li.cur{
	border-bottom:none;
	background:#fff;
}
#tab .tabList ul li.cur span{border-bottom:none;}/*20160412新增 wushian*/
#tab .tabCon{
	position:absolute;
	left:-1px;
	top:32px;
	border-top:none;
	width:100%;
}
#tab .tabCon .hpl{
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
/*20160407 wushian 新增 start*/
#tab .tabCon .cur{
	height:730px;
	overflow:auto;
}
/*20160407 wushian 新增 end*/
#tab .tabCon .cur  ul{
	padding: 8px;
}
#tab .tabCon .cur  ul li{
	color:#666;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 8px;
}
#tab .tabCon .cur  ul li:hover{
	background-color: #fbfbfb;
}
#tab .tabCon .cur  ul li .list_1{
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
#tab .tabCon .cur  ul li .list_1_l{
	float: left;
	font-weight: bold;
}
#tab .tabCon .cur  ul li .list_1_r{
	float: right;
}
#tab .tabCon .cur  ul li .list_1_r img{
	vertical-align: middle;
	margin-top: -1px;
	height: 14px;
}
#tab .tabCon .cur  ul li .list_2{
	font-size: 12px;
	padding-top: 3px;
}
#tab .tabCon .cur  ul li .list_3{
	padding-top: 8px;
	padding-bottom: 8px;
}
#tab .tabCon .cur  ul li .list_3 img{
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}
#tab .tabCon .cur  ul li .list_3 img:hover{
	cursor: pointer;
}
#tab .tabCon .cur  ul li .list_4{
	font-size: 12px;
	background-color: #f7f7f7;
	border-top:1px dashed #dbdbdb;
	color: #c18b00;
	line-height: 20px;
	padding: 0 5px;
}