
.left-panel {
	padding: 5px 0px; 
	left: 0px; top: 0px; 
	width: 300px;
	/*background:url("../images/rightBG.png")0px 75px no-repeat;*/
	
	/*background: linear-gradient(#e10000,#9a0000);*/
	
	/*background-color: #c10707;
	background:url(../images/stick.jpg);
	position: fixed; 
	-ms-overflow-y: auto; 
	box-sizing: border-box; 
	box-shadow: inset -5px 0px 8px rgba(0,0,0,0.3); */
	/*background-color: #d22f26;*/
	font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
    /*text-shadow: 0px 2px 2px #333;*/
}
.left-panel .img-circle {
	padding: 8px; border-radius: 50%; border: 1px solid rgb(56, 60, 74); border-image: none; width: 70px; height: 70px; display: inline-block; box-sizing: border-box;
}
.left-panel .img-circle img {
	border-radius: 50%; width: 100%;
}
.left-panel h4 {
	margin: 10px 0px; color: rgb(142, 144, 154); line-height: 1.1; font-weight: 500;
}
.left-panel .auto-query-con {
	padding: 3px 10px; position: relative;
}
.left-panel .auto-query-con::before {
	left: 17px; top: 8px; color: rgb(196, 196, 205); font-family: FontAwesome; display: inline-block; position: absolute; cursor: pointer; content: "\f002";
}
.left-panel .auto-query-con input {
	background: rgb(239, 239, 239); padding: 3px 10px 3px 26px; border-radius: 5px; border: currentColor; border-image: none; width: 100%; height: 26px; box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
}
.left-panel .auto-query-con input:focus {
	background: rgb(255, 255, 255);
}
.left-panel .navigation {
	margin: 5px 0px;
}
.left-panel .main-menu {
	list-style: none; margin: 0px; padding: 0px;
}
.left-panel .main-menu .has-submenu{
	background:url(../images/bar.png) no-repeat;
	
}





/*点击后*/
.left-panel .main-menu > li.active > a {
	background-color: #a90000; color:#ff0;
	background:url(../images/bar-hover.png) no-repeat;
	/*background:url(../images/cloud.png) no-repeat;*/
	
}

.left-panel .main-menu > li.active ul {
	display: block;
}
.left-panel .main-menu .menu-title {
	padding: 12px 12px; transition:0.4s; color: #fff; text-transform: uppercase; font-size: 16px; font-weight:bold; text-decoration: none; 
	/*background:url(../images/clouda.png) no-repeat;*/
	/*border-bottom-color:#de575d; border-bottom-width: 1px; border-bottom-style: solid;*/ 
	display: block; box-sizing: border-box; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s;
}
.left-panel .main-menu .menu-title > .nav-label {
	font-size: 20px; margin-right: 3px;
}

/*悬停*/
.left-panel .main-menu .menu-title:hover {
	color: #ff0;
	/*background:url(../images/cloud.png) no-repeat;*/
	background:url(../images/bar-hover.png) no-repeat;
}
.left-panel .main-menu ul {
	list-style: none; margin: 0px; padding: 0px; display: none;
}
.left-panel .main-menu ul li.active a {
	color: rgb(153, 153, 153); border-left-color: rgb(222, 222, 222); border-left-width: 5px; border-left-style: solid;
}
.left-panel .main-menu ul del {
	text-decoration: line-through;
}
.left-panel .main-menu ul sup {
	left: 0px; top: 2px; color: rgb(255, 64, 75); font-family: icon; font-size: 20px; vertical-align: super; position: relative;
}
.left-panel .main-menu ul a {
	padding: 6px 10px 6px 20px; transition:0.2s; text-align: left; 
	color:#a90000; 
	/*text-shadow: 0px 2px 2px #888;*/
	/*font-size: 20px;*/ text-decoration: none; border-left-color:#fff; border-left-width: 0px; border-left-style: solid; display: inline-block; white-space: nowrap; -moz-transition: all .2s; -webkit-transition: all .2s; -o-transition: all .2s;
}
.left-panel .main-menu ul a:hover {
	/*width:260px;
	background:#ffebb0;
	color:#3d3d3d; */
	font-size:17px;
	color:#ff6600;
	border-left-color:white; border-left-width: 0px; border-left-style: solid;
}


ul.sub-menu li {
	font-size:15px;
}

ul.sub-menu {
	/*background: radial-gradient(#ff4200,#ffbe00); 
	background-color:#630000;*/
	
	/*border-left:#ffddb0 solid 1px;*/
	border-right:#bc0000 solid 1px;
	background:url(../images/rightnav.png);
}