/* 选项JS */

ul,li{list-style:none;}

#tab{position:relative;height:475px;}
#tab .tabList ul{
	border:1px solid #e1e1e1;
	border-bottom:none;
	width:280px;
	height:45px;
	display: block;
}
#tab .tabList ul li{
	float:left;
	background:#ffffff;
	border-bottom:1px solid #e1e1e1;
	padding:12px 0;
	width:93.3px;
	text-align:center;	
	position:relative;
	cursor:pointer;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#tab .tabCon{
	position:absolute;
	left:0px;
	top:46px;
	border:1px solid #e1e1e1;	
	border-top:none;
	width:280px;
	height:430px;
	background-color: #ffffff;
}
#tab .tabCon div{
	padding:10px 0px;
	/*position:absolute;*/
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#409EFF;
	color: #FFFFFF;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
	color: #666666;
}
/* 选项JS */

/* 常规选项卡 */
.itemnews{
	display: block;
	padding:5px 10px;
	width:259px;
	height: 30px;
}
.itemnews .rankingbox{
	display: block;
	width:20px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff5c00;
	color: #ffffff;
	float: left;
	margin:5px;
	margin-right: 10px;
}
.itemnews .rankingbox-bgw{
	display: block;
	width:20px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	color: #666666;
	float: left;
	margin:5px;
	margin-right: 10px;
}
.itemnews .rankingnews{
	font-size: 14px;
	color: #666666;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;
	max-height: 25px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 205px;
}
.rankjp{
	position: relative;
}
.rankjp .newpng{
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 24px;
	display: none;
}
/*图文信息列表*/
.itempicnews{
	display: block;
	padding:5px 10px;
	width:259px;
	height: 68px;
}
.itempicnews .picbg{
	width:100px;
	height:68px;
	float: left;
	background-color: #409EFF;
}
.itempicnews .picnewsbox{
	display: block;
	height:68px;
	float: left;
	margin-left: 10px;
}
.itempicnews .picnewsbox .pictitle{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 25px;
	max-height: 25px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 145px;
}
.itempicnews .picnewsbox .picfunc{
	display: block;
	font-size: 12px;
	color: #999999;
	margin-top: 30px;
}
