.location{
	width: 100%;
	height: 65px;
	background-color: #ffffff;
	border-bottom: 1px solid #DCDCDC;
}
.locationContent{
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
.locationMsg{
	text-align: right;
	height: 100%;
	line-height: 65px;
	color: #A2A2A2;
	margin: 0;
	font-size:14px;
}
.contentBody{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	margin-bottom:20px;
}
.topNews{
	width: 100%;
	height: 360px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 5px 0px rgba(22,22,22,0.06);
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 22px;
	cursor: pointer;
}
.newsMsg{
	width: 270px;
	margin: 0 auto;
}
.newsPic{
	display: block;
	width: 634px;
}
.topLabel{
	font-size: 14px;
	color: #FF6C00;
	margin: 36px 0;
}
.newsTitle{
	font-size: 20px;
	line-height: 30px;
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsBrief{
	font-size: 14px;
	color: #606060;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 28px 0 82px 0;
	height:60px;
}
.newsDate{
	font-size: 12px;
	color: #858585;
}
.newsList{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsItem{
	width: 480px;
	height: 420px;
	background-color: #FFFFFF;
	box-shadow:0px 0px 5px 0px rgba(22,22,22,0.06);
	margin-top: 22px;
	cursor: pointer;
}
.newsItem>img{
	display: block;
	width: 100%;
	height:270px;
}
.newsItem>.newsTitle{
	-webkit-line-clamp: 1;
	padding-right: 38px;
	margin: 46px 0 10px 0;
	padding-left: 24px;
	height: 30px;
	margin-bottom: 30px;
}
.newsDate{
	padding-left: 24px;
}
.topNews .newsDate{
	padding: 0;
}
.pageSwitch{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	color: #B4B1B2;
	font-size: 13px;
}
.lastPage,.nextPage{
	width: 36px;
	height: 36px;
	background: url(../img/lastPage.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.pageScreen{
	width: 260px;
	text-align: center;
}
.nextPage{
	background: url(../img/nextPage.png) no-repeat;
	background-size: 100% 100%;
}
.loadMore{
	display:none;
}
.noMore{
	width:100%;
	text-align:center;
	margin-top:30px;
	font-size:14px;
	color:#999;
}
@media (max-width:1024px) {
	.loadMore{
		display:block;
		width:100%;
		height:0.5rem;
		borde:2px solid #eee;
		text-align:center;
		line-height:0.5rem;
		background:#fff;
		margin-top:30px;
	}
	.newsItem>img {
		width:100%;
		height:auto;
	}
	.pageSwitch{
		display: none;
	}
	.location{
		height: 0.4rem;
		position: fixed;
		top:0.49rem;
		background:#fff;
		z-index:9;
	}
	.locationContent{
		width: 90%;
		margin: 0 auto;
	}
	.locationMsg{
		line-height: 0.4rem;
		text-align: left;
		font-size: 0.14rem;
	}
	.locationMsg a{
		font-size: 0.14rem;
	}
	.contentBox{
		height: auto !important;
		overflow: hidden;
		padding-top:0.4rem;
	}
	.contentBody{
		width: 90%;
		margin: 0 auto;
		padding-bottom:0.30rem;
	}
	.newsMsg{
		width: 86%;
	}
	.topNews{
		height: auto;
		overflow: hidden;
		flex-direction: column-reverse;
	}
	.newsBrief{
		margin-bottom: 0.3rem;
		font-size:0.14rem;
		line-height: 0.2rem;
		height:0.6rem;
	}
	.newsDate{
		margin-bottom: 0.3rem;
		padding: 0;
		font-size:0.12rem;
	}
	.newsItem{
		height: auto;
		overflow: hidden;
		width: 48%;
	}
	.newsItem>.newsDate{
		text-align: left;
		padding-left: 5%;
	}
	.newsItem>.newsTitle{
		margin: 0.26rem auto 0.1rem;
		width: 90%;
		padding: 0;
		font-size: 20px;
		line-height: 20px;
		font-size: 14px;
		height: 20px;
	}
	.newsPic{
		width: 100%;
	}
	.topLabel{
		font-size:0.14rem
	}
	.newsTitle{
		font-size:0.2rem;
		height:0.6rem;
		line-height:0.3rem;
	}
}