.container{
	background: #EFE6DD;
}
.content{
	width:1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 100px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.location a{
	color: #000000;
	font-size: 16px;
}
.leftmenu{
	width:240px;
	background: #FFFFFF;
}
.leftmenu h2{
	background:#3A63D8;
	color:#FFFFFF;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0;
}
.menu-item{
	width: 80%;
	margin-left: 10%;
	display: inline-flex;
	display: -webkit-inline-flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f5f5f5;

}
.menu-item a{
	text-align: center;
	width: 100%;
	color: #000000;
}

.menu-father{
	line-height: 50px;
	font-size: 16px;
}
.menu-father.on{
	font-weight: bolder;
	color: #3A63D8;
}
.menu-son{
	font-size: 14px;
	margin-bottom: 10px;
}
.menu-son.on{
	color: #3A63D8;
}
.newslist{
	width: 900px;
	background: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
}
.news-item{
	font-size: 16px;
	display: inline-flex;
	display: -webkit-inline-flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 35px;
	line-height: 35px;
}
.news-item a{
	color: #000000;
}
.news-item span{
	color: #999;
}
.newspart{
	margin-bottom: 20px;
}
.hxypager{
	text-align: center;
}
