/* jquery lingtree css */
/**树形结构样式 -------s*/
.clearfix{*zoom:1; }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.lingtree{}
.lingtree li a{ color:#333; text-decoration:none; height:28px; line-height:28px; display:inline-block; }
.lingtree li i{ background:url(/assets/images/open.gif) no-repeat; display:inline-block; width:15px; height:28px; float:left; margin-right:3px;}
.lingtree i.opened{ background:url(/assets/images/close.gif) no-repeat;}
.lingtree i.last_level{ background:url(/assets/images/list.gif) no-repeat;}
.lingtree li ul{ background:url(/assets/images/line.gif) repeat-y; display:none;}
.lingtree li ul.no_line{ background:none;}
.lingtree li>ul>li{ padding-left:20px;}
/**树形结构样式 -------e*/

.zk{
display:block;
}