.menu_head {
	width: 217px;
	height: 47px;
	line-height: 47px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	background: #C20012 url(../../../images/icon_1236.jpg) left no-repeat;
	padding-left: 28px;
}
/*.menu_list .current{background:#C20012 url(../../images/icon_123.jpg) center left no-repeat;}*/
.menu_body {
	width: 217px;
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	color: #231815;
	background: #D4D4D4;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	width: 217px;
	height: 47px;
	line-height: 47px;
	background: #D4D4D4 url(../../../images/icon_1206.jpg) left no-repeat;
	padding-left: 28px;
}
.menu_body a:hover {
	text-decoration: none;
}
div#firstpane {
	width: 217px;
	float: left;
}

img.sfq {
	padding-left: 12px;
	padding-right: 6px;
}
img.sfqok {
	padding-left: 12px;
	padding-right: 6px;
}
/*改变的On样式*/
.menu_body a.on {
	color: #fff;
	background: #ff273b url(../../../images/icon_1236ok.jpg) left no-repeat;
}
