/*左侧导航菜单    home*/
.sideMenu{ border:1px solid #ddd; width:225px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.sideMenu h3{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:47px; padding-left:30px; border-top:1px solid #e3e3e3; background: url(imagesmenu_bg.gif) repeat-x; cursor:pointer;  font-size: 16px; color: #444444; font-weight:normal;}
.sideMenu ul .nLi.on .sub{ display: block; }
.sideMenu ul .nLi .sub{  color:#999; display:none; }
.sideMenu ul .nLi .sub li{  line-height:47px; height:47px; list-style: none;border-bottom:1px solid #e0e0e0;}
.sideMenu ul .nLi .sub li a{ display: block;  font-size: 14px; color: #333; text-decoration: none; padding:0 25px; box-sizing:border-box;}
.sideMenu ul .nLi .sub li a:hover{ background:#eee;}
/*左侧导航菜单    end*/



