@charset "utf-8";

#tree_bg {
    width: 100%;
    height: 100%;
}

.tree_top {
    background: url(../../images/default/normal/icon_l_tree.png) no-repeat left 20px top 7px #f70;
    height: 30px;
}

.tree {
    margin: 0 auto;
    width: 250px ;
    background: #FFF;
    position: relative;
}

.tree_tit {
    color: #46484c;
    font-size: 14px;
    line-height: 35px;
}

/* 白色背景盒样式 end*/

/* 导航树一级列表样式 start*/
.tree_first_stage li {
    position: relative;
}

.tree_first_stage {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tree_first_stage>li>a{
    display:block;
    line-height:36px;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    margin-bottom:1px;
    background:url(../../images/default/normal/icon_front.png) no-repeat -44px -304px #f1f1f1;
    padding:0 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.tree_first_stage .text_c {
    color: #f70;
    font-weight: bold;
    background: url(../../images/default/normal/l_tree_10.png) no-repeat right 60px bottom;
}

/* 导航树一级列表样式 end*/

/* 导航树二级列表样式 start*/
.list_tree {}

.block_tree {
    display: block;
}

.tree_first_stage .li_list {
    background: none;
}


.list_tree .text_list {
    display: block;
    text-align: left;
    line-height: 32px;

    color: #555;

    /*border-bottom:1px solid #f1f1f1;*/
    padding: 0 0 0 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_tree .text_list .tit_name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_tree .text_list:hover {
    background: #f5f5f5;
}

.list_tree .text_list_c {
    color: #fff;
    background: #eea85d;
}

/* 导航树二级列表样式 end*/

.sure_btn {
    height: 70px;
    text-align: center;
    background: url(../../images/default/normal/icon_16.png) no-repeat center center;
}

.sure_btn a {
    display: inline-block;
    width: 44px;
    text-align: center;
    padding-top: 36px;
    background: url(../../images/default/normal/icon__19.png) no-repeat center 18px;
    font-size: 12px;
    color: #666;
    line-height: 31px;
}

.sure_btn a:hover {
    color: #333;
}

/* CSS Document */
.tit_name {
    float: left;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_nub{
    float:right;
    margin-right:15px;
    padding:2px 0px;
    border-radius:3px;
    /* background:#c1ae90;*/
    line-height:13px;
    color:#333;
    margin-top:10px;
}

.page_prev {
    float: left;
}

.page_next {
    float: right;
}

.page_nub {
    margin-left: 73px;
    float: left;
}

.nav_page a {
    color: #555;
    font-size: 12px;
}


.l_sub_nav {
    /* display: none; */
    margin:10px 0 10px 0;
}

/**调整ztree 样式  start */
.l_sub_nav .ztree{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px !important;
    min-height: 88px !important;
}
/*滚动条样式*/
.l_sub_nav .ztree::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.l_sub_nav .ztree::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ddd;
}
.l_sub_nav .ztree::-webkit-scrollbar-thumb:hover{/*滚动条里面小方块*/
    background: #c1c1c1;
}
.l_sub_nav .ztree::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /* border-radius: 0;
    background: rgba(0,0,0,0); */
}
.l_sub_nav .ztree * {
    font-size: 13px;
    /* color: #555; */
    font-family: Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;
}

.l_sub_nav .ztree li {
    line-height: 30px;
}

.l_sub_nav .ztree li span.button {
    margin-right: 10px
}

.l_sub_nav .ztree li a {
    cursor: default;
    height: auto;
}

.l_sub_nav .ztree li a:hover {
    text-decoration: none;
    background: #f5f5f5;
}
.l_sub_nav .ztree li a span:hover {
    /*color:#f60;*/
    cursor:pointer;
}
.l_sub_nav .ztree li a .node_name {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.l_sub_nav .ztree li a.curSelectedNode {
    border: 1px #ffffff solid;
    height: 26px;
    background-color: #FFFFFF;
}
/**调整ztree 样式  end */
/*左侧分面搜索框div*/
.tree_first_stage .l_sub_nav .searchFacet {
    width: 90%;
    height: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding-left: 5px;
    margin-left: 10px;
}
/*左侧分面搜索框*/
.tree_first_stage .l_sub_nav .searchFacet .facetSelectCommon {
    display: block;
    float: left;
    width: 85%;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
}
/*左侧分面搜索框 查询按钮*/
.tree_first_stage .l_sub_nav .searchFacet .seach_icon_facetDiv{
    position: absolute;
    right: 10px;
}
/*左侧分面搜索框 查询按钮*/
.tree_first_stage .l_sub_nav .searchFacet .seach_icon_facetDiv .seach_icon_facet{
    float: right;
    display: block;
    width: 23px;
    height: 30px;
    background: url(../../images/default/normal/f_icon04.png) no-repeat center center / contain;
}
