.banner-cont {
	width: 100%;
	height: 380px;
	background: url(../img/news-banner.png) center center no-repeat;
	position: relative;
}

.news-item {
	padding: 15px 0;
	border-bottom:1px solid  #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-item .news-photo {
	width: 25%;
}

.news-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	        flex: 1;
	width:0;
	margin-right: 10px;
}

.news-item .news-date {
	margin-top: 5px;
	font-size: 14px;
	color: #828282;
}

.news-item .news-title {
	font-size: 16px;
	color: #333;
}


.pagination-news {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0;
}

