

/* 左侧块 */
.leftDiv{float:left; width:200px; text-align:left;height: :100%; }

/* background:#0172c0; color: #fff;*/

.leftDiv-title{
	height:43px; font-size:20px;  line-height:42px; padding-left: 10px;
	background-image: url(../img/7.png);	
	background-size: 100% auto;
 }
.leftDiv ul{line-height:30px; }

.leftDiv ul li{border-bottom:solid thin #CCC;
	min-height: 35px; padding-top:10px;
	background: #f0f8fe url(../img/sys/ico_arr.gif) no-repeat center right;	
}

.leftDiv ul li:hover {   
    background: white;
}

.leftDiv ul li a {   
   font-size:18px; font-weight:500; color:#000;
   margin-left: 20px;
}

.leftDiv ul li a:hover {      
   text-decoration: none;   color: red;
}


/* 当前选中项目 */
.leftDiv ul li .li-ative {   
    background: white;
}

.leftDiv ul li .li-ative a{   
    text-decoration: none;   color: red;
}
