.middle{
	width: 250px;
	margin: 60px auto 20px auto;
	float:left;
}
.middle .leftMenu{
	width: 250px;

	background-color: #1c2b36;
	float: left;
}
.middle .leftMenu .topMenu{
	height: 42px;
	background-color: #063B5E;
}
.middle .leftMenu .topMenu img{
	margin: 11px;
	float: left;
}
.middle .leftMenu .topMenu .changeMenu{
	cursor: pointer;
}
.middle .leftMenu .topMenu .banshi{
	padding-left: 23px;
}
.middle .leftMenu .topMenu .menuTitle{ width:100%;
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 42px;
	font-size: 16px;
    font-weight: bold;border-bottom: 1px solid #336D92;
}
.menu_list {
	width: 250px;
	background: #063B5E;
    float: left;
}
.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
}
.menu_list ul li .fuMenu{
	color: #F2F2F2;
	font-size: 14px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 250px;
	border-bottom: 1px solid #336D92;
	float: left;
}
.menu_list ul li .xiala{
	float: left;
	margin-left: -50px;
	margin-top: 27px;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	float: left;
}
.menu_list ul li .div1 .zcd{
	color: #fff;
	font-size: 14px;
	height: 30px;
	background-color:#074771;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	/*width: 250px;*/
	border-bottom: 1px solid #336D92;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div1 {
	height: 200px;
	display: none;
}
.menu_list ul li .div1 .zcd:hover{ color: #FFF; background-color: #042F4C; font-weight: bold; }
.removes{
	color: #042F4C !important;
	border-left: 3px solid #042F4C;
}