/*
*大分类显示
*/
.bigspcont{
	border:#98B3D2 solid 1px;
	background:#F4FBFF;
	margin-bottom:10px;
}
.bigspcont .head{
	height:30px;
	overflow:hidden;
	line-height:35px;
	border-bottom:#dbdbdb dotted 1px;
	padding:0 10px 0 15px;
}
.bigspcont .head a{
	font-size:14px;
}
.bigspcont .head .tag{
	float:left;
	font-weight:bold;
}
.bigspcont .head .more{
	float:right;
}
.bigspcont .cont{
	height:180px;
	overflow:hidden;
}
.bigspcont .cont .listpic{
	width:25%;
	height:160px;
	overflow:hidden;
	float:left;
	margin-top:15px;
}
.bigspcont .cont .listpic div{
	width:150px;
	margin:auto;
}
.bigspcont .cont .listpic div.img{
	border:#DDD solid 1px;
	padding:1px;
	margin-bottom:5px;
}
.bigspcont .cont .listpic div.img a{
	display:block;
	height:120px;
	overflow:hidden;
}
.bigspcont .cont .listpic div.t{
	height:20px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
}
.bigspcont .cont .listpic div.t a{
	color:#1E50A2;
}
/*
*栏目列表显示
*/
.showlist{
	border:#98B3D2 solid 1px;
	background:#F4FBFF;
}
.showlist td{
	padding:10px 7px 15px 7px;
}
.showlist .list{
	width:50%;
	height:160px;
	overflow:hidden;
	float:left;
}
.showlist .list div.d,.showlist .list table{
	width:95%;
	margin:auto;
}
.showlist .list div.d{
	height:30px;
	line-height:40px;
	overflow:hidden;
	border-bottom:#DDD dotted 1px;
	color:#888;
	padding-left:5px;
}
.showlist .list table .img{
	width:130px;
	padding:10px 10px 0 0;
}
.showlist .list table .img div{
	border:#DDD solid 1px;
	padding:1px;
}
.showlist .list table .img div a{
	display:block;
	height:115px;
	overflow:hidden;
}
.showlist .list table .word{
	padding-top:8px;
	line-height:20px;
}
.showlist .list table .word h3{
	height:20px;
	overflow:hidden;
}
.showlist .list table .word p{
	height:100px;
	overflow:hidden;
	color:#666;
}
.showlist .list table .word p a{;
	color:#f60;
}
/*
*分页
*/
.showpage{
	border:#98B3D2 solid 1px;
	border-top:0;
	padding-top:2px;
	line-height:30px;
	text-align:center;
}
.showpage a{
	border:#DDD solid 1px;
	padding:3px 5px 2px 5px;
	color:#1E50A2;
}
.showpage a:hover{
	text-decoration:none;
}
/*
*更多列表
*/
.sidelcont{
	width:488px;
	border:#C3D4E7 solid 1px;
	float:left;
}
.sidercont{
	float:right;
}
.sidelcont .head{
	height:30px;
	background:url(head3.gif) left top repeat-x;
	padding:0 10px 0 15px;
	line-height:33px;
	overflow:hidden;
}
.sidelcont .head .tag{
	float:left;
	font-size:14px;
	font-weight:bold;
}
.sidelcont .head .tag span{
	color:#f00;
}
.sidelcont .head .more{
	float:right;
}
.sidelcont .cont{
	padding:10px;
	height:220px;
	line-height:22px;
	overflow:hidden;
}
.sidelcont .cont .list{
	height:22px;
	overflow:hidden;
	padding-left:15px;
	background:url(point0.gif) 5px 9px no-repeat;
}
.sidelcont .cont .list a{
	float:left;
	font-size:14px;
}
.sidelcont .cont .list span{
	float:right;
	color:#888;
}