.newsCount{
	padding-top: 20px;
	margin-bottom: 35px;
}
.newsCount{
	padding-top: 20px;
	font-size: 13px;
}
.newsCount .count{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom: 1px solid #000000;
}
.newsCount .count:last-of-type{
	margin-bottom: 20px;
}
.count .information{
	margin-bottom: 70px;
}
.count .information span:first-of-type{
	font-size: 30px;
	padding-right: 10px;
}
.count .title{
	font-size: 20px;
	font-weight: bold;
}
.newsCount .count1 .p{
	text-indent: 2em;
}
.page a{
	cursor: pointer;
}
@media screen and (min-width: 992px) {
	.newsCount{
		width: 980px;
		margin: 0 auto;
	}
	/*.newsCount .count img{
		width: 518px;
	}
	.count .count1{
		padding-left: 90px;
		padding-right: 80px;
	}*/
}

@media screen and (max-width: 767px) {
	.newsCount{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}