.left-menu-wrap {
   
    height: 100%;
	display: block;
	width:170px;
    
}

.left-menu-tt {
    display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size:14px;
	padding-left: 75px;
	width: 165px;
	height: 30px;
	line-height: 30px;
	color: black;
	background: url(imagesleft-link.png);
}

.close>.left-menu {
 display: block;
    display: none;
}
.open>.left-menu {
    display: block;
}

.left-menu-tt>a {
    display: block;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
  color:black;
}

.left-menu-tt>a:hover {
   
    color: rgb(255, 153, 0);
}

.left-menu-item>a {
     display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size:14px;
	padding-left: 90px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: black;
	background-color: #f6f6f6;
}

.left-menu-item>a:hover {
    font-weight: bold;
	color: #006fc5;
	
}

.left-info-tt {
    height: 51px;
    border-bottom: 2px solid #fff;
    line-height: 50px;
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
}


.left-info-tt img {
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin: 14px 20px 0 56px;
}

