.E_main_left {
    float: left;
    height: auto;
    width: 270px;
}

    .E_main_left ul li {
        padding: 0;
        border-bottom: none;
        font-size: 16px;
        color: #6E6E6E;
        padding-left: 12px;
        background: none;
        cursor: pointer;
    }

        .E_main_left ul li:hover {
            background: none;
        }

        .E_main_left ul li a {
            margin-top: 15px;
            line-height: 30px;
            border-bottom: 1px dashed #BBB9BA;
            font-size: 16px;
            padding-left: 12px;
            background: url(/Content/Images/img/Zicon2.jpg) no-repeat left center;
            cursor: pointer;
            width: 100%;
            display: block;
            color: #6E6E6E;
            text-decoration: none;
        }

        .E_main_left ul li .active {
            color: #47669f;
        }
