.search-results-list{
    overflow:hidden;
    margin-bottom:10px;
    h3{
        font-weight: 700;
        text-transform: uppercase;
        font-size:16px;
    }
    a.news-previews-read-all{
        display: block;
        float:right;
        color:#8f8f8f;
        margin-bottom:8px;
        line-height: 46px;
        border-bottom:3px solid #e3e3e3;
        &:hover{
            color:@brand-primary;
            text-decoration:none;
            border-color: @brand-primary;
        }
    }
}

.search-result{
    .breadcrumb{
        margin: 0;
        background: #fff;
        padding:8px 0;
        font-size:12px;
        color: #666;
    }
    font-size:16px;
    margin-bottom: 18px;
    display: block;
    text-decoration: none;
    color:#333;
    &:hover{
        text-decoration: none;
    }
    .news-preview-intro{
        margin-top: 8px;
    }
    @media (max-width: 767px) {
        .news-preview-intro{
            display: none;
        }
    }
    h4{
        //font-family: @font-family-serif;
        margin:15px 0 5px 0;
        padding: 0;
        position: relative;
        color:@brand-primary;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
}