@charset "utf-8";

#tree_bg {
    width: 100%;
    height: 100%;
}

.tree_top {
    background: url(../images/icon_l_tree.png) no-repeat left 20px top 7px #f70;
    height: 30px;
}

.tree {
    margin: 0 auto;
    width: 290px;
    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/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/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: 160px;
    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/icon_16.png) no-repeat center center;
}

.sure_btn a {
    display: inline-block;
    width: 44px;
    text-align: center;
    padding-top: 36px;
    background: url(../images/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: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_nub{
   float:right;
   margin-right:15px;
   padding:2px 3px;
   border-radius:3px;
/* background:#c1ae90;*/
   line-height:13px;
   color:#333;
   margin-top:10px;
}

.nav_page {
    width: 242px;
    margin-left: 29px;
    line-height: 30px;
    height: 30px;
}

.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: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.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 */