
/**********tree************/
.lvContainer {
    width: 100%;
    height: 100%;
}
.gc-ul {
    border: 1px solid #d6d6d6;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    box-sizing: border-box;
}
.sel,.sub:hover{
	background-color: #f2f2f2;
}
.menuTree{ margin-left:-12px;}
.menuTree div{ padding-left:12px;position:relative;}
.menuTree div ul{ overflow:hidden; display:none; height:auto;}
.menuTree span{ display:block; height:27px; line-height:27px;padding-right:20px; padding-left:18px; cursor:pointer; border-bottom:1px solid #CCC; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menuTree span:hover, .menuTree .active{ background-color:#e6e6e6; }
.menuTree div img.fold{position: absolute;margin-top: 7px;margin-left:2px;padding-left:3px;padding-top:3px;padding-right:3px;padding-bottom:3px;}
.menuTree div img.detail_icon{position: absolute;right:2px;top:4px;padding:3px;cursor: pointer;}

.menuTree a,.menuTree2 a{ color:#333; text-decoration:none;}
.menuTree a:hover,.menuTree2 a:hover{ color:#06F;}