/* <editor-fold defaultstate="collapsed" desc="Новость детально"> */
.news-block {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 4px 0 #ccc;
}
.news-block:hover {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , #f0fff0 50%, #C7FFC7 100%) repeat scroll 0 0;
}
.news-date {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #dfdfdf;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.news-comm {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #dfdfdf;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    right:0;
}
.news-category a {
    position: absolute;
    right: 0px;
    margin-top: -28px;
    background: rgba(0, 0, 0, 0.6);
    color: #dfdfdf;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}

.news-name {
    padding: 15px 15px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.news-descr {
    padding: 0 15px 15px;
    color: #595959;
    font-size: 13px;
}

.news-show-counter {
    display: inline-block;
    position: absolute;
    left:10px;
    bottom:0;
    color: red;
    line-height: 28px;
    font-size: 0.8rem;
    z-index: 2;
}
/* </editor-fold>  */