/*从新设置左边和右边的宽度*/
.aside-menu{
    width:250px;
}
.column-content{
    width:930px;
}
.menu-group dd {
	/*width: 175px;*/
	padding-left: 25px;
	text-align: left;
	background: white url(/content/images/icon_08.png) no-repeat 230px center;
}
.menu-group dd:hover {
	background-color: #f9f9f9 url(/content/images/icon_08.png) no-repeat 230px center;
}
.menu-group dd.active a,
.menu-group dd.active a:hover{
	background: #f9f9f9 url(/content/images/icon_09.png) no-repeat 205px center;
}
.menu-group dd.active {
	background: #f9f9f9;
}
.sub-menu {
	display: none;
}
.sub-menu dd {
	/*width: 165px;*/
	padding-left: 35px;
	border-bottom: #dde4e7 dashed 1px;
	background: white url(/content/images/icon_02.png) no-repeat 230px center / 5px 5px;
    overflow:hidden;
}
.sub-menu dd:last-of-type {
	border-bottom: #dde4e7 solid 1px;
}
.sub-menu dd:hover,
.sub-menu dd.on {
	background: #f9f9f9 url(/content/images/icon_01.png) no-repeat 230px center / 5px 5px;
}
.sub-menu dd a:hover,
.menu-group dd a:hover {
	background: none;
}
.ServiceSystemThreeList1{}
.ServiceSystemThreeList1 dl{ float:left;}
.ServiceSystemThreeList1 dd {
   float:left; margin-right:10px; margin-bottom:10px;
}
.ServiceSystemThreeList1 dd a{display: block; color:#666; background-color:#f9f9f9;font-size:12px; width:260px; height:30px; line-height:30px; text-align:center; border:1px solid #f9f9f9}
.ServiceSystemThreeList1 dd a:hover{ color:#004b98; border:1px solid #004b98; background-color:#fff;}