div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}



.review {
	margin: 10px 0px;
	background: #f3f2f4;
	padding: 15px 20px 30px 20px;
	width: 100%;
	border-radius: 5px;
}
.review_head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	gap: 20px;
}
.review_rating {
	width: 100px;
}
.review_name {
	width: 55%;
}
.review_date {
	color: #aaa;
	font-weight: 600;
	margin-left: auto;
}
.review_text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.review_text photo {
	max-width: 20%;
}