﻿
.middle .leftMenu{
	width: 245px;
	/* height: 500px; */
	background-color: #f6f6f6;
	float: left;
}
.middle .leftMenu .topMenu{
	height: 55px;
	background-color: #3366CC;
	line-height: 50px;
	text-align: center;
}
.middle .leftMenu .topMenu img{
	margin: 11px;
	float: left;
}
.middle .leftMenu .topMenu .changeMenu{
	cursor: pointer;
}
.middle .leftMenu .topMenu .banshi{
	padding-left: 23px;
	margin-top: 15px;
}
.middle .leftMenu .topMenu .menuTitle{
	text-align: center;
	color: #F2F2F2;
	float: left;
	line-height: 55px;
	font-size: 16px;
	width: 120px;
}
.menu_list {
	width: 260px;
	background: #354045;
}
.menu_list ul li{
	display: block;
	text-align: center;
	width: 100%;
}
.menu_list ul li .fuMenu{
	color: #555;
	font-size: 16px;
	cursor: pointer;
	height: 50px;
	line-height: 60px;
	text-align: center;
	width: 230px;
	border-bottom: 1px dotted #ccc;
	float: left;
	margin-left: 10px;
}

p.fuMenu {}
.menu_list ul li .xiala{
	float: left;
	margin-left: -50px;
	margin-top: 30px;
}
.menu_list ul li .div1 {
	width: 100%;
	height: auto;
	float: left;
}
.menu_list ul li .div1 .zcd{
	color: #555;
	font-size: 14px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	width: 242px;
}
.div1 {
	height: 200px;
	display: none;
}
.menu_list ul li .div1 .zcd:hover{ color: #0FB9EF; background-color: #f7f7f7; font-weight: bold; }
.removes{
	color: #0FB9EF !important;
	border-left: 3px solid #0FB9EF;
}
.oldModel .middle .leftMenu,
.oldModel .menu_list,
.oldModel .menu_list ul li .fuMenu,
.oldModel .menu_list ul li .div1 .zcd{
    width: 100%;
}
.oldModel .menu_list ul li .div1 .zcd{
    height: 37px;
    line-height: 37px;
}
