﻿#blist>div .btm dl { padding-top: 5px; }
#blist>div em.fa-bookmark-o { font-size: 20px }
#blist>div div.wrap>h2 { font-weight: normal; }
/* ==========================================================================
    Desktop Narrow
============================================================================= */
@media only screen and (min-width: 768px) and (max-width: 1100px)  { 
#blist>div:nth-child(2n+0) { margin-right:0; }
#blist>div:nth-child(2n+1) { margin-right:2%; }
}

#main {
    min-height:0px !important;
    margin-bottom:0px !important;
}

#main .news-description{
    margin-bottom:10px;
}
#blist>div div.wrap>h2 {
font-weight: normal;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}