/*==========左侧菜单(ul)=========*/
/*右侧边线*/
#leftBorder{
		margin-top: 24px;
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #f2f2f2;
}

.menu-list{
	list-style-type: none;
	padding-left: 0;
	margin-top: 24px;
}
	
	.menu-list a{
		color: #000000;
		font-size: 16px;
		margin-left: 16px;
		text-decoration: none;
	}

	.menu-list a:hover{
		color: gray;
		text-decoration: none;
		cursor:pointer;
	}
	
	/*.menue-list a:active{
		color: #01AAED;
	}*/
	
	/*标题左侧蓝色边线*/
	.menu-list h4 {
		width: 276px;
		background-color: #f2f2f2;
		padding: 8px 10px;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #0667a3;
	}
	
	.menu-list span{
		color: gray;
		font-size: 12px;
		cursor: default;
	}
	
	.menu-list li{
		line-height:32px ;
	}
