/*******频道 栏目展示********/
.x-channel {
	width:100%;
	font-size:14px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.x-channel  A{
	text-decoration:none;
	color:#404040;
	cursor:pointer;
}
.x-channel  A:hover{
	text-decoration:underline;
	color:#cc66ff;
}
.x-channel .x-channel-top{
	height:30px;
	line-height:30px;
	background:url(img/hb30.gif) repeat-x;
	font-weight:bold;
}
.x-channel .x-channel-top span{
	margin-left:10px;
}
.x-channel .x-channel-list{
	line-height:25px;
	border-bottom:1px solid #ccc;
	background:#FAFAFA;
}
.x-channel .x-channel-dlist{
	background:#F6F5F5;
}
.x-channel .x-channel-list .x-channel-one{
	font-weight:bold;

}
.x-channel .x-channel-list span{
	margin-left:15px;
}