.imgmarquee-responsive {
    height: 150px;
}

.list_left_cli {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
}

    .list_left_cli li a.view_all {
        float: right;
        background: #a9161c;
        color: #FFF;
        border-radius: 4px;
        padding: 5px 20px;
        cursor: pointer;
    }

    .list_left_cli li a {
        text-decoration: none;
        outline: none;
        font-family: 'Roboto Condensed Regular';
        font-size: 15px;
        display: block;
        border-bottom: 1px solid #eaeaea;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 19px;
    }
