﻿/* 左侧菜单 */

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    background-color: #ecf6ff;
}

.wb-tree-iconr {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 16px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #d0efff;
    padding-top: 10px;
}

.wb-tree-item {
    min-height: 40px;
    vertical-align: top;
    /* line-height: 40px; */
}

.wb-tree-item>a {
    width: 222px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    color: #333;
    text-indent: 50px;
    margin-left: 10px;
    background: url(../images/trade_ico.png) 39px center no-repeat;
}

.wb-tree-item>a:hover {
    font-weight: bold;
    color: #fff;
    background: url(../images/trade_ico_hover.png) left center no-repeat;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node {
    color: #fff;
    font-weight: bold;
    background-color: #5cc5fb;
}
.wb-tree-item .current{
	 font-weight: bold;
    color: #fff;
    background: url(../images/trade_ico_hover.png) left center no-repeat;
}
.current .wb-tree-iconr {
    width: 16px;
    height: 16px;
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


.ewb-page2 {
    margin-top: 10px;
    margin-bottom: 10px;
}