<!--
/*选项卡3*/
#Tab3{
width:855px;
margin:0px;
padding:0px;
margin:0 auto;}
/*菜单class*/
.Menubox {
width:853px;
background:url(bg2.gif)  repeat-x;
height:28px;
line-height:28px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}
.Menubox .hover{ background:none;}
.Menubox ul{
margin:0px;
padding:0px;
width:100%;

}
.Menubox li{
float:left;
display:block;
cursor:pointer;
width:69px;
text-align:center;
color:#083A94;
border-right:1px solid #CCCCCC;
}
.Menubox li.hover{
padding:0px;
background:#fff;
width:69px;
border-top:1px solid #CCCCCC;
background:url(bg1.gif);
color:#083A94;
font-weight:bold;
height:27px;
line-height:27px;
}
.Contentbox{
clear:both;
margin-top:0px;
border:1px solid #e2e5e9;
border-top:none;
height:295px;
text-align:center;

overflow:hidden;
}
.zzk li{
    line-height: 35px;
	padding:5px 0 5px 8px;
	border-bottom: 1px dashed #e2e5e9;
	float:left;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:200px;
	   text-align:left;
}
