.newsimg img{
	height: 150px;
	width: 150px;
	background-size: contain;
	max-width:390px;
}
.news{
	background-color: white;
	width:100%;
	padding:15px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.newstitel{
	display:flex;
	flex-direction: row;
	
}
.newstitel div:first-child{
	font-family:  'Novastamp', sans-serif;
	font-size: 34px;
	color:#c4c8ca;
	margin-right: 6px;
}
.newstitel div:last-child{
	font-family: 'Novastamp', sans-serif;
	font-size: 34px;
	color:#43575a;
	text-transform: uppercase;
}
.newstext{
	display: grid;
	grid-template-columns: 42% 58%;
	padding-top: 10px;
}
.newstext div{
	font-family: 'LibreBaskerville';
	font-size: 20px;
	color: #43575a;
	line-height: 160%;
}
.zk-content{
	padding-right: 10px;
	hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphenate-limit-chars: 10 4 6;
}
.newsimg{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 14px;
	width: 100%;
}
.newsimg img{
    height: auto;
	width: 100%;
	background-size: contain;
}
.btn_backshow::hover, .btn_forshow::hover{
	cursor: pointer ;
}
.fa-magnifying-glass::before{
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
}
.zkpos{
	position: relative;
}


@media screen and (max-width: 1550px) {
	.newstext div{
		font-size: 16px;
		line-height: 160%;
	}
}
@media screen and (max-width: 1350px) {
	.newstext div{
		font-size: 14px;
		line-height: 150%;
	}
	.newstitel div:first-child{
		font-size: 26px;
		}
	.newstitel div:last-child{
		font-size: 26px;
	}
}
@media screen and (max-width: 900px) {
	.newstext{
		grid-template-columns: 50% 50%;
	}
	.newsimg{
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-row-gap: 14px;
		width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.newstitel{
		flex-direction: column;
	}.newstext{
		grid-template-columns: 100%;
		
	}
	.zk-content{
		margin-bottom:5px;
	}
	.newsimg{
		justify-items:center; 
	}
}
@media screen and (max-width: 499px) {
	.fa-magnifying-glass::before{
		content: "\f00e";
	}
}


