
.page{
 width:250px;
 margin:0px auto; 
 text-align:left;
 }

/*内容模块 */
.tab_mo{ 
border:1px solid #ccc; 
border-top:none; 
padding:0px;
}
/*菜单模块 */
.tab{
 border-bottom:1px solid #ccc; /* 菜单模块的底部边框，也就是内容模块的上边框 */
 list-style:none;
 padding:4px 0px 3px 0px;
 }
.tab li{ 
display:inline; /* 【重点】让li横向排列。*/
 font-size:12px;
 }
.tab li a{ 
padding:3px 0px; /* 因为没有固定高度，所以用填充来调整显示效果。 */
border:1px solid #ccc;  /* 菜单项的边框 */
color:#888; 
border-bottom:none; /* 底部无边框 */
text-decoration:none;
background:#f7f7f7
}
/*鼠标经过时的样式 */
.tab li a:hover{ 
background:#fff;
}
/*选中时的样式 */
.tab li.no a{ 
background:#fff; 
border-bottom:none; /*  隐藏菜单项的底部边框 */
position:relative;  /* 【重点】菜单项里面的连接使用了相对定位 */
top:1px;            /* 【重点】相对于外层顶部为1像素，正好是底部边框的像素。所以就遮住了ul的底部边框 */
color:#000000; 
font-weight:bold
}
#leftDiv,#rightDiv{
   width:115px;
   position:absolute; 
   }	




.wrap { width:1000px;_width:210px;margin:0px auto; }
.all-sort-list { position:relative; width:203px;  border-top:none; padding:3px 3px 3px 0px; background:#4a5e7f;}
.all-sort-list .item { height:29px;border-bottom:1px dotted #FFF; }
.all-sort-list .item.bo { border-top:none; } 
.all-sort-list .item h3  { height:28px; line-height:28px; background:#4a5e7f; font-size:14px;  color:#FFF;font-weight:normal; width:199px; overflow:hidden; }
.all-sort-list .item h3  a { height:28px; line-height:28px;  font-size:14px;  color:#FFF;font-weight:normal; width:199px; overflow:hidden; }

.all-sort-list .hover h3 { position:relative; z-index:13; background:#FFF;color:#000; border-color:#DDD; border-width:1px 0px; border-style:solid;overflow:hidden; }
.all-sort-list .hover h3 a { position:relative; z-index:13; background:#FFF;color:#000; font-family:"\5B8B\4F53"; }

.all-sort-list .item span { padding:0px 5px; color:#A40000; font-family:"\5B8B\4F53"; } 
.all-sort-list .item a { color:#000; text-decoration:none; }
.all-sort-list .item a:hover { font-weight:bold; color:#E4393C; }


.all-sort-list .item-list { 
	display:none;
	position:absolute;
	width:540px;
	min-height:200px;
	_height:200px;
	background:#FFF;
	left:198px;
	box-shadow:0px 0px 10px #DDDDDD;
	border:1px solid #DDD;
	top:3px;
	z-index:10;
}
.all-sort-list .item-list .close { 
	position:absolute;
	width:26px;
	height:26px;
	color:#FFFFFF;
	cursor:pointer;
	top:-1px;
	right:-26px;
	font-size:20px;
	line-height:20px;
	text-align:center;
	font-family:"Microsoft Yahei";
	background:rgba(0, 0, 0, 0.6); 
	background-color:transparent\9;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, startColorstr='#60000000', endColorstr='#60000000');
}

.item-list .subitem { float:left; width:515px; padding:0px 4px 0px 8px;z-index:9999; }
.item-list .subitem dl { border-top:1px solid #EEE; padding:6px 0px; overflow:hidden; zoom:1; }
.item-list .subitem .fore1 { border-top:none; }
.item-list .subitem dt { float:left; width:100px; line-height:22px; text-align:left; padding:3px 6px 0px 0px; font-weight:700; color:#E4393C;overflow:hidden; }
.item-list .subitem dt a { color:#E4393C; text-decoration:underline; }
.item-list .subitem dd { float:left; width:508px; padding:3px 0px 0px; overflow:hidden; z-index:9999;}
.item-list .subitem dd span {color:#E4393C;overflow:hidden;	font-family:"Microsoft Yahei"; }
.item-list .subitem dd span a {color:#E4393C;overflow:hidden;	font-family:"Microsoft Yahei"; 	font-size:14px;}

.item-list .subitem dd em {  height:14px; line-height:14px; padding:0px 8px; margin-top:5px; border-left:1px solid #CCC;font-style:normal }
.item-list .subitem dd em a, .item-list .cat-right dd a { color:#666; text-decoration:none; }
.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover { font-weight:normal; text-decoration:underline; }
.item-list .cat-right { float:right; width:210px; }
.item-list .cat-right dl { width:194px; padding:6px 8px; }
.item-list .cat-right dd { padding-top:6px; line-height:22px; overflow:hidden; padding:3px 0px 0px; }
.item-list .cat-right dt { padding:3px 6px 0px 0px; font-weight:700; color:#E4393C;  }
.item-list .cat-right dd a:hover { color:#666; }


#zzsc {
	height: 300px;
	margin:0px auto;
	border-radius:8px;
	border:0px solid #C39;
	position:relative;
	font-size:12px;
	behavior: url(css/pie.htc);
	overflow:hidden;
	width:520px;
	z-index:-1;
}
#img li {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
	float:left;
}
#img {
	list-style:none;
	position:absolute;
	top:0px;
	left:0px;
}
#num {
	list-style:none;
	position:absolute;
	bottom:10px;
	right:20px;
	z-index:999;
}
#num li {
	display:block;
	height:20px;
	width:20px;
	margin-left:5px;
	background:#FFFFFF;
	float:left;
	color:#DE7D4B;
	text-align:center;
	line-height:20px;
	border-radius:20px;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
	behavior: url(/css/pie.htc)
}
#num .hover {
	background:#FF6600;
	color:#FFFFFF;
	font-weight:bold
}

.tuijian{ margin:20px auto; width:1000px; height:300px;}
.tuijian_pic{ float:left; width:750px; height:300px;border-top:1px solid #CCC; border-bottom:1px solid #CCC;}
.tuijian_pic dl { width:740px; height:130px; padding:10px 10px 5px 0px;}
.tuijian_pic dl dt { float:left; width:210px; height:135px;}
.tuijian_pic dl dd { float:right; width:500px; height:135px;}
.tuijian_biao{ width:500px; height:35px; line-height:35px; text-align:left; font-family:"微软雅黑";}
