/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */

.ewb-download-left {
    width: 249px;
}

.ewb-download-right {
    width: 931px;
}


.ewb-download-left .ewb-page-main {
    padding: 0 0 100px;
    min-height: 617px;
    border: 0;
    background: url("../images/left_bg.jpg") left bottom no-repeat #fff;
}

.ewb-sub-wrap {
    display: none;
    transition: all 0.3s;
}

.ewb-sub-items {
    padding: 4px 0;
}

.ewb-sub-items>li {
    position: relative;
    padding-left: 109px;
    line-height: 31px;
}

.ewb-sub-items>li:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
}

.ewb-sub-items>li>a {
    display: block;
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
     text-overflow: ellipsis;
}

.ewb-sub-items>li.current:before,
.ewb-sub-items>li:hover:before {
    background-color: #0b62c6;
}


.ewb-sub-items>li.current>a,
.ewb-sub-items>li:hover>a {
    color: #0b62c6;
}


.ewb-column-items>li.hasChild.current .ewb-sub-wrap {
    display: block;
}

.ewb-column-items >li.hasChild.current .ewb-column-wrap>a {
    background-image: url("../images/column_down_hover.png");
    background-position: 22px 50%;
}