.banner{
	width: 100%;
	height: 250px;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-tltle{
	width: 220px;
	height: 75px;
	line-height: 75px;
	padding-left: 20px;
	box-sizing: border-box;
	background-color: #0874bc;
	color: #fff;
	position: absolute;
	bottom: 0;
}
#nav{
	width: 100%;
	margin-bottom: 20px;
}
.nav{
	display: flex;
	justify-content: space-between;
}
.nav-left{
	width: 220px;
	height: 100%;
	background-color: #f5fafe;
}
.nav-list-a{
	width: 220px;
	height: 75px;
	line-height: 75px;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	box-sizing: border-box;
}
.nav-list-hear{
	display: inline-block;
	width: 90%;
	height: 75px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-list-you{
	display: none;
}
.nav-list-you span{
	font-size: 20px;
	color: #55a2d5;
	font-weight: bold;
}

.nav-right{
	width: 900px;
	height: 100%;
	margin-top: 20px;
}
.nav-right-title{
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d8dfe7;
}
.nav-header-title{
	min-width: 100px;
	color: #1068a4;
	border-bottom: 2px solid #1068a4;
	padding-bottom: 2px;
	box-sizing: border-box;
}
.location{
	font-size: 14px;
}
.nav-right-list{
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.nav-right-li{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	box-sizing: border-box;
	border-bottom: 1px solid #e8eff7;
}
.nav-list-title{
	width: 100%;
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-list-time{
	flex-shrink: 0;
}