#tree ul{margin-left:20px !important; font-size:16px;}
#tree a{ font-size:16px; color:#cc0000; text-decoration:none;}
#tree a:hover { font-size:16px; color: #FF3300; text-decoration:underline;}


.tree1{ font-size:18px; color:#428bca;font-family: "Microsoft Yahei";text-decoration: none;}
.tree1:hover { font-size:18px; color: #428bca;font-family: "Microsoft Yahei"; text-decoration:underline;}

.li2{ color:#0000ff !important;}
.li2:hover {color: #0000ff !important;}

.li3{ color:#006600 !important;}
.li3:hover {color: #006600 !important;}

.abix-tree-list li {
    list-style: none;
}
.abix-tree-list .collapsed span.icon, 
.abix-tree-list .expanded span.icon {
    margin-right: 6px;
    cursor: pointer;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-plus:before {
    content: "\2b";
}