#full_new .pageWin,
#list_news .pageWin {
	background-image: url(/uploads/5264132.webp);
	background-size: 100% auto;
	background-attachment: fixed;
}
#full_new .pageWin .new_header h1 {
	margin: 0px;
}
#full_new .pageContent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
#full_new .pageContent .new_content {
	flex-grow: 1;
}
#full_new .pageContent .new_content anons {
	padding-left: 15px;
	border-left: 3px solid #ccc;
	display: block;
	margin: 15px 0px;
	font-size: 90%;
}



.news {
	gap: 3.3%;
	justify-content: left !important;
	position: relative;
}
.news ul{
	align-items: stretch;
}
.news li {
	position: relative;
}

.list_news date,
.list_news src,
.news date,
.news src {
	font-size: 80%;
	display: block;
}
.list_news header,
.news header {
	display: block;
	font-weight: bold;
}
.list_news anons,
.news anons {
	display: block;
}

.news li:not(:first-child):before {
		position: absolute;
		content: "";
		background-color: #ccc;
}


.list_news li {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.list_news li date,
.list_news li src {
	display: inline;
}




@media (max-width: 770px) {
	.news li {
		width: 100%;
		margin: 1.65%;
	}
	.news li:not(:first-child):before {
		top: -10%;
		height: 1px;
		width: 85%;
		left: 7.5%;
	}
}
@media (min-width: 770px) {
	.news li {
		width: 30%;
	}
	.news li:before {
		bottom: 0%;
		left: -8%;
		width: 1px;
		height: 100%;
	}
}





.new_header{
	
}
.new_content{
	
}
.new_footer{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 15px;
}
.new_footer * {
	font-size: 85%;
}
.new_footer:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 200px;
	height: 1px;
	background-color: #888;
}