#nav{
	/* width: 100%; */
}
.nav{
	/* display: flex; */
	/* justify-content: space-between; */
	/* padding-bottom: 30px; */
}
.nav-left{
	width: 250px;
	flex-shrink: 0;
}
.nav-left-title{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #1d4a83;
	color: #fff;
}
.nav-left-list{
	width: 100%;
	min-height: 60px;
}
.nav-left-li{
	width: 100%;
	background-color: #f6f6f6;
	border-bottom: 1px solid #fff;
	position: relative;
}
.nav-left-toggle{
	width: 40px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.nav-left-toggle span{
	font-size: 24px;
	color: #0f457d;
	font-weight: bold;
}
.nav-left-li:last-child{
	border-bottom: 0px;
}
.nav-left-li a{
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 48px;
	color: #444;
	font-size: 16px;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav-right{
	width: 925px;
	padding-top: 30px;
}
.nav-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	border-bottom: 1px solid #efefef;
}
.nav-header h3{
	color: #1a4d7c;
	height: 70px;
	line-height: 70px;
	min-width: 100px;
	border-bottom: 2px solid #1a4d7c;
}
.location{
	font-size: 12px;
	color: #ccc;
} 
.location span{
	color: #000;
}
.nav-right-list{
	padding: 30px 0;
	min-height: 60px;
}
.news-li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
}
.news-li:hover .news-title{
	color: #1A4D7C;
}
.news-title{
	font-size: 14px;
	color: #333;
}
.news-date{
	font-size: 12px;
	color: #999;
}