@media (min-width: 992px) {
	.news-item:nth-child(3n+1) {
	/*	clear: both; */
	}
	
}
.news-wrp.col-xs-12.col-sm-12.col-md-4.col-lg-4{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.news-image{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.news-date-time {
	color:#486DAA;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #B4B4B4;

}
p.news-item{
    margin-bottom: 15px;
}
.a_block_nen:hover .news-item-div{
    border-color: #009846;
}
.a_block_nen:hover .name_news_nen{
    color: #009846;
}
.news-item-div {
    border-radius: 10px;
    border: 1px solid #e4e7e9;
    padding: 25px;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    min-height: 288px;
    position: relative;
    z-index: 5;
	margin-bottom: 20px;
}

.name_news_nen {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #0A1A07;
}


.preview_text {
    position: relative;
    color: black;
    z-index: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

}

/* при наведении */


.a_block_nen:hover {
text-decoration: none;		
}

.a_block_nen:hover + .name_news_nen {
  color: red;
}


.news-item-div:hover {
    box-shadow: 0 2px 8px rgba(81, 107, 159, 0.23);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
}

.name_news_nen:hover{
text-decoration: none;	

}

.preview_text:hover {
text-decoration: none;	
 color: black;
}





