#newsVerticalSystem {
	width: 100%;
	position: relative;
}
.newsVerticalSystem {
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.newsVerticalSystem ul {
	overflow: hidden;
}
.newsVerticalSystem ul li {
	float: left;
	height: 137px;
	position: relative;
	width: 100%;
}
.newsVerticalSystem ul li a {
	float: left;
	width: 100%;
}
.newDetail {
	background: transparent none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
}
.newsButton {
	float: right;
	margin-top: 7px;
	width: auto;
}
.newsButton a {
	border: 1px solid #989898;
	color: #989898;
	float: left;
	font-size: 22px;
	height: 35px;
	margin-left: 8px;
	padding-top: 5px;
	text-align: center;
	width: 35px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.newsButton a:hover {
	background: #be1522;
	color: #fff;
	border: 1px solid #be1522;
}
.newsButton a.up { }

.newsButton a.down { }

.newsButton a.tumHaber {
	font-family: gnBook;
	font-size: 16px;
	padding-top: 6px;
	text-align: center;
	width: 120px;
}
.newsItem {
	float: left;
	height: 107px;
	width: 100%;
	overflow: hidden;
}
.newsVerticalSystem .newsThumb {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	padding: 5px;
	width: 170px;
}
.newsVerticalSystem .newsThumb img {
	width: 200px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.newsVerticalSystem ul li:hover .newsThumb img{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
.newsVerticalSystem .newsComment {
	float: left;
	margin-left: 8px;
	width: 64.0%;
}
.newsVerticalSystem .newsComment h3 {
	color: #777777;
	font-family: gnBook;
	font-size: 14px;
	height: 81px;
	line-height: 1.5;
	margin-top: 8px;
	overflow: hidden;
}
.newsVerticalSystem .newsComment h4 {
	color: #003870;
	font-family: dosisSemiBold;
	font-size: 18px;
	margin-top: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only screen and (min-width:319px) and (max-width:479px) {
	.newsVerticalSystem .newsThumb {
		width: 110px;
	}
	.newsVerticalSystem .newsThumb img {
		width: 167px;
	}
	.newsVerticalSystem .newsComment {
		width: 58.9%;
	}

}

@media only screen and (min-width:390px) and (max-width:479px) { }


@media only screen and (min-width:479px) and (max-width:767px) {

	.newsVerticalSystem .newsComment {
		width: 59.9%;
	}

}
@media only screen and (min-width:600px) and (max-width:767px) { }

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.newsVerticalSystem .newsThumb {
		width: 105px;
	}
	.newsVerticalSystem .newsThumb img {
		width: 170px;
	}
	.newsVerticalSystem .newsComment {
		width: 62.5%;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.newsVerticalSystem .newsComment {
		width: 62.5%;
	}
}


@media only screen and (min-width : 1824px) {
	.newsVerticalSystem .newsComment h4 {
		font-size: 20px;
	}
	.newsVerticalSystem .newsComment h3 {
		font-size: 16px;
		height: 68px;
	}
	.newsButton a.tumHaber {
		font-size: 18px;
		width: 140px;
		padding-top: 8px;
	}
	.newsButton a {
		height: 40px;
		padding-top: 7px;
	}


}



