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;
}

.parent-sections{
	display: flex;
	column-gap: 28px;
	border-bottom: 1px solid #EAEDF2;
	margin-bottom: 27px;
}
.parent-sections a{
	display: flex;
	align-items: center;
	color: #181A1F;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	height: 54px;
	opacity: 0.6;
	column-gap: 5px;
	margin-bottom: -1px;
	transition: all .3s;
}
.parent-sections a.active,
.parent-sections a:hover{
	opacity: 1;
	border-bottom: 2px solid #181A1F;
}
.news-list-holder{
	display: flex;
	column-gap: 20px;
}
.news-list-sort:hover{
	background: #f9f9f9;
}
.news-list-sort > a{
	display: block;
	background-repeat: no-repeat;
	background-position: right 10px top 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.19526 10.1952C4.43558 9.95492 4.81374 9.93643 5.07527 10.1398L5.13807 10.1952L8 13.0572L10.8619 10.1952C11.1223 9.93489 11.5444 9.93489 11.8047 10.1952C12.0451 10.4356 12.0635 10.8137 11.8602 11.0752L11.8047 11.1381L8.4714 14.4714C8.23108 14.7117 7.85293 14.7302 7.5914 14.5268L7.5286 14.4714L4.19526 11.1381C3.93491 10.8777 3.93491 10.4556 4.19526 10.1952ZM8.4714 1.52858L11.8047 4.86191C12.0651 5.12226 12.0651 5.54437 11.8047 5.80472C11.5444 6.06507 11.1223 6.06507 10.8619 5.80472L8 2.94279L5.13807 5.80472C4.87772 6.06507 4.45561 6.06507 4.19526 5.80472C3.93491 5.54437 3.93491 5.12226 4.19526 4.86191L7.5286 1.52858C7.78894 1.26823 8.21105 1.26823 8.4714 1.52858Z' fill='black'/%3E%3C/svg%3E%0A");
	padding: 10px 60px 10px 10px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.news-list-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 17px;
}
.news-list-header h1{
	font-size: 36px;
	line-height: normal;
}
.news-list-sections{
	display: flex;
	column-gap: 8px;
	row-gap: 8px;
	margin-bottom: 38px;
}
.news-list-sections a{
	display: block;
	color: #78798A;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 6px 8px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #EAEDF2;
}
.news-list-sections a.active,
.news-list-sections a:hover{
	color: #FDBC41;
	background: #FFF8EC;
	border-color: #FDBC41;
}
.news-list-block{
	flex: 1;
}



.news-list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.news-item{
	border-radius: 5px;
	border: 1px solid #E7E6E6;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 376px;
}
.news-info{
	padding: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.news-info a{
	color: #181A1F;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}
.news-preview{
	color: #78798A;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	height: 0;
	overflow: hidden;
}
.news-date-time{
	color: #78798A;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}
.news-item-section{
	position: absolute;
	left: 12px;
	top: 12px;
	background: #fff;
	color: #78798A;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 6px 8px;
	z-index: 1;
	border-radius: 3px;
	transition: all .3s;
}
.news-item:hover .news-item-section{
	color: #181A1F;
	background: #FDBC41;
}
.news-item.emphasis2{
	grid-column: span 2;
	flex-direction: row;
	column-gap: 20px;
}
.news-item.emphasis3{
	grid-column: span 3;
	flex-direction: row;
	column-gap: 20px;
}
.news-item-img{
	flex: 1;
}
.news-item-img img{
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}
.news-item.emphasis2 .news-preview,
.news-item.emphasis3 .news-preview{
	height: auto;
}
.news-item.emphasis2 .news-item-section,
.news-item.emphasis3 .news-item-section{
	color: #181A1F;
    background: #FDBC41;
}
.news-info a.news-item-detail{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #302E2E;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	border: 1px solid #302E2E;
	margin: 0;
}



.news-list-holder .pagination > a:not([class]),
.news-list-holder .pagination > span,
.news-list-holder .pagination a.pagination-back,
.news-list-holder .pagination a.pagination-next{
	width: 48px;
	height: 48px;
	margin: 4px;
	line-height: 48px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #302E2E;
	background: none;
	float: none;
}
.news-list-holder .pagination > span.main-ui-pagination-active{
	background: #FDBC41;
}
.news-list-holder .pagination > a:hover,
.news-list-holder .pagination a.pagination-back:hover,
.news-list-holder .pagination a.pagination-next:hover{
	background: #EAEDF2;
}

@media (max-width: 768px){
	.parent-sections a{
		font-size: 14px;
	}
	.news-list-header h1{
		display: none;
	}
	.news-list-sort{
		width: 100%;
		border: 1px solid #EAEDF2;
		border-radius: 3px;
		font-size: 13px;
		font-weight: 600;
	}
	.news-list-sections a{
		font-size: 13px;
		line-height: 16px;
		white-space: nowrap;
	}

	.news-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.news-item.emphasis2,
	.news-item.emphasis3{
		grid-column: auto;
		flex-direction: column;
	}
	.news-list-holder{
		flex-direction: column;
	}
	.news-list-sections{
		flex-wrap: wrap;
	}
	.news-preview{
		height: auto;
	}

	.news-info a.news-item-detail{
		display: none;
	}
	.news-item{
		height: auto;
	}
}

.news-list-sort{
	position: relative;
	min-width: 180px;
}
.news-list-sort-holder{
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 0;
}
.news-list-sort-holder a{
	display: block;
	padding: 13px 11px;
	text-decoration: none;
}
.news-list-sort:hover .news-list-sort-holder,
.news-list-sort.active .news-list-sort-holder,
.news-list-sort.active{
	background: #f9f9f9;
}
.news-list-sort-holder a:hover{
	background: #fff;
}

.news-item.emphasis2:hover,
.news-item.emphasis3:hover{
	.news-item-detail{
		background: #FDBC41;
		border-color: #FDBC41;
	}
}