div.news-list
{
	display: flex;
	word-wrap: break-word;
	justify-content: flex-start;
}
div.news-list a{
	display: flex;
	flex-direction: column;
}
div.news-list img.preview_picture
{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.picture_news{
	/*height: 170px;*/
}
.news-item{
	width: 30%;
	margin: 10px;
}
	.news-list .row {
		justify-content: flex-start;
	}
@media screen(max-width: 600px){
	.news-list .row {
		justify-content: center;
	}
}

