/*banner*/
.sonBanner{
	overflow: hidden;
	margin-bottom: 30px;
}
.sonBanner img{
	width: 100%;
	height: 100%;
}

/*分页*/
.partPage{
	text-align: center;
	margin: 10px 0;
}
.partPage ul li a{
	color: #212121;
	margin: 5px 2px;
}
.partPage ul li a:hover{
	border: 1px solid #1d2353;
	background-color: #1d2353;
	color: #fff;
}


@media (min-width: 320px) and (max-width: 799px) {
	/*新闻列表*/
	.newsListInfo{
		width: 100%;
		height: 80px;
		overflow: hidden;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 20px;
	}
	.newsListImg{
		width: 20%;
		height: 60px;
		display: inline-block;
	}
	.newsListImg img{
		display: inline-block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		float: left;
	}
	.newsListDetail{
		float: right;
		padding-left: 10px;
		overflow: hidden;
		width: 80%;
		display: inline-block;
	}
	.newsListDetail h3{
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-height: 28px;
		overflow: hidden;
color: black;
	}
	.newsListDetail span{
		display: inline-block;
		margin-top: 5px;
		font-size: 16px;
		color: #999;
	}
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*新闻列表*/
	.newsListInfo{
		width: 100%;
		height: 120px;
		padding: 10px;
		overflow: hidden;
		border: 1px solid #eaeaea;
		margin-bottom: 20px;
	}
	.newsListInfo:hover{
		cursor: pointer;
		border: 1px solid #1d2353;
	}
	.newsListInfo:hover h3{
		color: #E8645A;
	}
	.newsListImg{
		width: 20%;
		height: 100px;
		display: inline-block;
	}
	.newsListImg img{
		display: inline-block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		float: left;
	}
	.newsListDetail{
		float: right;
		padding-left: 10px;
		overflow: hidden;
		width: 80%;
		display: inline-block;
	}
	.newsListDetail h3{
		font-size: 18px;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
                color: black;
	}
	.newsListDetail span{
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
		color: #999;
	}
}
@media (min-width: 1921px) and (max-width: 3840px) {
	/*新闻列表*/
	.newsListInfo{
		width: 100%;
		height: 120px;
		padding: 10px;
		overflow: hidden;
		border: 1px solid #eaeaea;
		margin-bottom: 20px;
	}
	.newsListInfo:hover{
		cursor: pointer;
		border: 1px solid #1d2353;
	}
	.newsListInfo:hover h3{
		color: #E8645A;
	}
	.newsListImg{
		width: 20%;
		height: 100px;
		display: inline-block;
	}
	.newsListImg img{
		display: inline-block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		float: left;
	}
	.newsListDetail{
		float: right;
		padding-left: 10px;
		overflow: hidden;
		width: 80%;
		display: inline-block;
	}
	.newsListDetail h3{
		font-size: 18px;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
                color: black;
	}
	.newsListDetail span{
		display: inline-block;
		margin-top: 10px;
		font-size: 16px;
		color: #999;
	}
}
