.NewsListNew a{
    color: #000;
    outline: none;
   
}
.NewsListNew a:hover{
    color: #ee9036;
    outline: none;
    text-decoration: underline;
}
.NewsListNew.container{
	padding: 0px;
}
.news_item.col-12{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.news_container.row{
	margin-left: -10px;
	margin-right: -10px;
}
.title_block{
    margin: 30px;
    text-align: center;
    font-size: 32px;
}
.NewsListNew .news_item .news_wrap{
    border: 1px solid #E0E0E0;
    height: 100%;
}
.NewsListNew .news_item .item-image a{
	width: 100%;
	height: 100%;
}
.NewsListNew .news_item .item-image img{
	width: 100%;
}
.NewsListNew .news_item .item_p{
    padding: 0 15px;
    margin: 12px 0px;
}
.NewsListNew .news_item .item_news_date{
	font-size: 14px;
    color: #888888;
    padding-left: 15px;
}
.NewsListNew .news_item .item_news_image .item-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.NewsListNew .news_item .item_news_title{
	max-height: 78px;
    overflow: hidden;
}
.NewsListNew .news_item .item_news_description{
	font-size: 14px;
    height: 43px;
    overflow: hidden;
}
.NewsListNew .news_item .item_news_button{
	margin-bottom: 20px;
}
.item_news_button a{
	text-align: center;
    display: block;
    padding: 10px;
    background: #fff;
    color: #ee9026 ;
    border: 1px solid #ee9026;
    text-decoration: none;
    font-size: 14px;
}
.item_news_button a:hover{
    background: #ee9026;
    color: #fff;	
}

@media (min-width: 768px){
.news_container.row {
    margin-left: -5px;
    margin-right: -5px;
}
.NewsListNew .news_item .item_news_image .item-image {
    justify-content: flex-start;
    height: auto;
}
.NewsListNew .news_item .item-image a {
    width: 100%;
    height: auto;
}
}
@media (max-width: 560px){
	.news_container.row {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 1199px){
  .full_news .d-md-none-block{
    display: none;
  }
}
.NewsListNew .bottom-pagger .system-nav-orange.withsort .nav-pages{
    justify-content: center;
}