.panel-box .panel-content .select-box .select-lists{
    width: 100%!important;
    height: 359px;
    border-bottom:0;
    overflow: hidden;
}
.panel-box .panel-content .select-box .select-lists>ul{
    height: 100%;
    margin:0;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.tree li{
    overflow: hidden;
    text-overflow: ellipsis;
}
.tree-node{
    width:100%;
    height: 22px;
    line-height: 22px;
    position: relative;
    padding-left:15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tree-checkbox{
    /*margin-top:6px;*/
}
.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded,
.tree-node .tree-hit.tree-expanded{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/tree_icons.png) no-repeat -144px 0;

}
/*.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded,
.tree-node.tree-node-selected .tree-hit.tree-expanded{
    background: url(/jsp/front/catalog/images/tree_icons.png) no-repeat -112px 0;

}*/
.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed,
.tree-node .tree-hit.tree-collapsed{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/tree_icons.png) no-repeat -128px 0;

}

.ejLeft-new #_easyui_tree_1 {display: none;
}
#_easyui_tree_2 .tree-join{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/WebResource.gif) -2px 0 no-repeat;
    height: 20px;
    width: 15px;
    opacity: 0.6;
}
#_easyui_tree_56 .tree-collapsed{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/tree_icons.png) no-repeat -64px 0;

}
#_easyui_tree_56 .tree-expanded{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/tree_icons.png) no-repeat -80px 0;
}


.tree-node.tree-node-selected .tree-hit.tree-collapsed{
    background: url(https://t.jiaozuo.gov.cn/file/4108210001/img/tree_icons.png) no-repeat -128px 0;

}
.tree-node>span.tree-folder.tree-folder-open{


    margin-right: 5px;
}
.tree-node>span.tree-folder{

    margin-right: 5px;
}
.tree-node>span.tree-file{


    margin-right: 5px;
}
.tree-node.tree-node-selected>span.tree-folder{

    margin-right: 5px;
}
.tree-node.tree-node-selected>span.tree-folder.tree-folder-open{


    margin-right: 5px;
}
.tree-node-hover .followed-btns i{
    color:#37c6c0;
}
.tree-node-selected.tree-node-hover .followed-btns i{
    color:#fff;
}
.tree-node.tree-node-selected>span.tree-file{

    margin-right: 5px;
}
.tree-node span.tree-icon:before{
    display: none;
}
.tree-node .tree-title{
    width:calc(100% - 52px);
    height:18px;
    line-height:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
}
.tree-node .followed-btns{
    color:#37c6c0;
    margin-right:8px;
    float:right;
}
.pos-tree-icon {
    position: absolute !important;
    right: 10px;
    top: 6px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
    font-style: normal;
}
.pos-tree-icon input{
    vertical-align: middle;
    margin-top:0;
    margin-left:10px;
}