body #blog_articles_list .row.article .details h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
}
body #blog_articles_list .row.article .details .description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 19px;
    max-height: 38px;
}
#blog_articles_list .row.article{
    border-bottom:1px solid gray;
    padding:10px 6px 10px 0;
    height:160px;
}
#blog_articles_list .row.article img{
    float:left;
    position:relative;
    width:21%;
    max-height: 140px;
}
#blog_articles_list .row.article .image img{
    max-width:100%;
}
#blog_articles_list .row.article .details{
    float: right;
    width: 78%;
    padding-left: 5px;
    position: relative;
    height: 100%;
}
#blog_articles_list .row.article .details h3{
    margin:0;
    margin-bottom:8px;
}
#blog_articles_list .row.article .details a.detailsLink{
    text-decoration:none;
    color:#4c4c4c;
}
#blog_articles_list .row.article .details span.publication{
    display:block;
    font-size:0.8em;
}
#blog_articles_list .row.article .details span.tags{
    font-size: 80%;
    width: 100%;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
#blog_articles_list .row.article .details span.tags a{
    color: #a1a1a1;
}
#blog_articles_list .row.article .details span a{
    text-decoration:none;
    color:black;
}
#blog_articles_list .row.article .details p{
    font-size: 0.9em;
    margin: 0;
}
#blog_articles_list .row.article .details .summery{
    clear:both;
}
#blog_articles_list .row.article .details .read_more{
    font-weight: bold;
    position: absolute;
    bottom: 0;
}
#blog_articles_list .row.article .details .article_status{
    right:20px;
}