main > .listNewsMain{
	background: #F1F1F1;
	padding-top: 87px;
    padding-bottom: 87px;
}
main > .listNewsMain > div > h2{
	font-family: VDNHLebedev2;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #333A35;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
}
main > .listNewsMain > .listNewsBlok{
	display: flex;
	justify-content: center;

}
main > .listNewsMain > div >.itemList{
	max-width: 441px;
	width: 30%;
    padding: 25px;
    padding-bottom: 20px;
    background: #FFFFFF;
    margin: 0 10px;
    margin-bottom: 63px;
}
main > .listNewsMain > .listNewsBlok >.itemList > .imgNeswList{
	width: 100%;
	max-height: 260px;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-self: center;
}
main > .listNewsMain > .listNewsBlok >.itemList > .imgNeswList > img{
	height: 260px;
}
main > .listNewsMain > .listNewsBlok >.itemList > .dataNews{
	font-family: VDNHLebedev2;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #8B8685;
	padding-bottom: 8px;
	padding-top: 20px;
	display: block;
}
main > .listNewsMain > .listNewsBlok >.itemList > h4{
	font-family: VDNHLebedev2;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 17px;
}
main > .listNewsMain > .listNewsBlok >.itemList > .previewTextNews{
	width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 12px;
}
main > .listNewsMain > .listNewsBlok >.itemList > .previewTextNews > p{
	font-family: VDNH;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
main > .listNewsMain > .listNewsBlok >.itemList > a{
	font-family: VDNH;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #186EDA;
}
main > .listNewsMain > .listNewsBlok >.itemList > a:after{
	content: url('/local/templates/expo/components/vdnh/newsNew/newsNew/img/more.svg');
	padding-left: 6px;
}
main > .listNewsMain > div > .allNews{
	display: block;
	background: #186EDA;
	border-radius: 3px;
	width: 268px;
	height: 52px;
	text-decoration: none;
	cursor: pointer;
	padding-top: 14px;
	font-family: VDNH;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}
@media (max-width: 768px) {
	main > .listNewsMain > div >.itemList{
		width: 100%;
	}
	main > .listNewsMain > .listNewsBlok {
	    flex-direction: column;
	    align-items: center;
	}
}