.leftbar{
	min-height:500px;
	float:left;
	width:80%;
	margin-top: 15px;
	min-width: 177px;
	margin-right: 10%;
}

.leftbar ul li{
            background: url(/image/leftmenu/leftmenu_f.png)  center center no-repeat;
			background-size: 100% 100%;
            color: #FFFFFF;
            width: 100%;
            height: 60px;
            line-height: 60px;
            font-size: 24px;
			padding-left:20px
}
.leftbar ul li .cx-1 dl dt{
			background: url(/image/arrow.PNG) no-repeat right;
			color: #4C4948;
			height: 50px;
			line-height: 50px;
			font-weight: bolder;
			border-bottom:solid 1px #4C4948;
            text-decoration: none;
			font-size: 16px;
 }

.leftbar ul li .cx-1 a:hover{
			color:#034D8A;
}
.leftbar ul li .cx-1 dl dd{
	display: none;
}

 .leftbar ul li .cx-this dl dt{
 			background: url(/image/arrow.PNG) no-repeat right;
 			color: #034D8A;
 			height: 50px;
 			line-height: 50px;
 			font-weight: bolder; 			
            text-decoration: none;
 			font-size: 16px;
			border-bottom:solid 1px #4C4948;
  }
   .leftbar ul li .cx-this dl{
	   border-bottom:solid 1px #4C4948;
   }
  .leftbar ul li .cx-this dl dd{
  			color: #4C4948;
  			line-height: 44px;
  			font-weight: bolder;
            text-decoration: none;
  			font-size: 15px;
			padding-left:20px;
   }
   
   .leftbar ul li .cx-this dl dd:hover{
   			color: #034D8A;
    }
   
   .leftbar ul li .cx-this dl .dd-this{
   			color: #034D8A;
    }
	
	.leftbar ul li .cx-this dl dd ds{
		color: #4C4948;
		 line-height: 44px;
		    text-decoration: none;
		    font-size: 14px;
		    padding-left: 20px;
		    display: block;
			
	 }
	 
	 
	 .leftbar ul li .cx-this dl dd ds a:hover{
	 			color: #034D8A;
	  }
	 
	 .leftbar ul li .cx-this dl dd .ds-this{
	 			color: #034D8A;
	  }

   