.left-slide{
	position: sticky;
	top: 75px;
	padding-top: 10px;
	z-index: 19;
}
.left-section-logo{
	width: 78px;
	display: block;
	margin-bottom: 20px;
	margin-left: 20px;
}
.left-section-list{
	width: 124px;
}
.left-section-list li{
	position: relative;
	padding-top: 3px;
}
.left-section-list li a{
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: block;
	color: #3F3F3F;
	font-size: 16px;
	transition: all 0.2s;
	border-radius: 3px;
	border: #fff 1px solid;
}
.left-section-list .more-view{
	position: absolute;
	left: 100%;
	bottom: 0;
	z-index: 9;
	width: 230px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 1px 2px 5px 1px rgba(206, 205, 205, 0.5);
	padding: 5px;
	display: none;
}
.left-section-list .more-view dd{
	width: 50%;
	float: left;
	font-size: 16px;
}
.left-section-list li:hover>a,
.left-section-list li.active>a{
	background: #3391FF;
	color: #FFFFFF;
}

.left-section-list dd:hover>a {
	background: #eeeeee;
}
.left-section-list dd.active>a{
	border:#3391FF 1px solid;
	color: #3391FF;
}
.left-section-list li:hover .more-view{
	display: block;
}
.left-section-list .get_more {
	width: 115px;
}
.left-section-list .more-view .get_more_dd {
	width: 100%;
}
.left-section-list .more-view .get_more_child {
	top: 0;
	bottom: unset;
}
.one_title:hover .get_more_child{
	display: block;
}
/* left */




