/**!
 * 达州市中介超市-通用二级页
 * author: wangkai;
 * date:2019-2-28
 */


/* 左侧 */

.ewb-menu-hd {
    height: 58px;
    line-height: 57px;
    text-align: center;
    background: url('../images/menu_hd.jpg') no-repeat;
    background-size: 100% 100%;
}

.ewb-menu-hd span {
    font-size: 24px;
    color: #ffffff;
}

.wb-tree-items {
    margin-top: 1px;
    vertical-align: top;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    padding: 0 37px 0 50px;
    display: block;
    color: #5a5a5a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-node {
    position: relative;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #5a5a5a;
    cursor: pointer;
    background-color: #edf5fb;
}

.wb-tree-iconl {
    position: absolute;
    width: 5px;
    height: 15px;
    top: 17px;
    left: 20px;
    background: url('../images/wblist.png') no-repeat;
}

.wb-tree-iconr {
    position: absolute;
    top: 16px;
    right: 21px;
    width: 16px;
    height: 16px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    padding: 8px 0 11px 0;
}

.wb-tree-item>a {
    padding-left: 51px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #ff8400;
}

.current .wb-tree-node {
    background-color: #80bcff;
}

.current .wb-tree-tt {
    color: #ffffff;
}

.current .wb-tree-iconr {
    background: url('../images/wblistrc.png') no-repeat;
}

.hasChild.current .wb-tree-iconr {
    background: url('../images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧 */

.ewb-right {
    min-height: 522px;
}

.ewb-right-hd {
    height: 39px;
    border-bottom: 1px solid #e2e2e2;
}

.ewb-right-tt {
    float: left;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    color: #3a86e8;
    border-bottom: 2px solid #3a86e8;
}

@media(max-width:979px) {
    .ewb-right {
        min-height: auto;
    }
}