@charset "gb2312";
/* CSS Document */
html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}
ul,li {list-style-type:none;}
.clear {clear:both; *display:inline;/*IE only*/}
/*menu*/
#nav { width:756px; display:block;}
#nav .jquery_out {float:left;line-height:26px;display:block; height:26px; border-right:1px solid #fff; text-align:center; color:#fff; background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;}
#nav .jquery_out .smile {padding-left:1em;}
#nav .jquery_inner {margin-left:16px;}
#nav .jquery {margin-right:1px;padding:0 2em;}
#nav .mainlevel { float:left; border-right:1px solid #fff; width:80px;/*IE6 only*/}
#nav .mainlevel a {color:#fff; text-decoration:none; line-height:27px; display:block; width:80px; height:27px; text-align:center}
#nav .mainlevel a:hover {color:#fff; text-decoration:none; background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;}
#nav .mainlevel ul {display:none; position:absolute;}
#nav .mainlevel li {border-top:1px solid #fff; background:#016297; width:80px;/*IE6 only*/}

.text_overflow1{ 
display:block;/*内联对象需加*/ 
width:80px; 
word-break:keep-all;/* 不换行 */ 
white-space:nowrap;/* 不换行 */ 
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
}

