.main-news__row {
    display: flex;
    justify-content: space-between;
}

.main-news__item {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 320px;
	height: 160px;
	text-decoration: none;
	font-family: Arial;
	color: #000;
}

.main-news__item .foto {
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 62px;
	height: 62px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-size: 62px 62px;
}

.main-news__item .name {
	position: absolute;
	top: 5px;
	left: 75px;
	width: 265px;
	height: 55px;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
}

.main-news__item .review {
    position: absolute;
	top: 78px;
	left: 0px;
	box-sizing: border-box;
	width: 320px;
	height: 62px;
	overflow: hidden;
}

.main-news__item .data {
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 320px;
	font-weight: bold;
}