/*样式*/
.lft_man{
	width:215px;
	float:left;
	height:555px;
}
.lft_top {
	float:left;
	width:100%;
	height:37px;
	line-height:34px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	text-indent:20px;
}
.lft_bod {
	float:left;
	width:100%;
	text-align:left;
	padding-top:0px;
}

.lft_bod .w1{
	display:table;
	height:40px;
	_position:relative;
	overflow:hidden;
	width:100%}

.lft_bod .w2{
	vertical-align:middle;
	display:table-cell;
	_position:absolute;
	_top:50%;}

.lft_bod .n{padding:0 30px 0 22px;background:url("img/lmu_n.jpg");}
.lft_bod .d{padding:0 30px 0 22px;background:url("img/lmu_h.jpg");}



.lft_bod .n a{
	color:#626262; /*常态色*/
	display:block;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	_position:relative;
	_top:-50%;
}

.lft_bod .n a:hover{
	color:#1353b5; /*常态色*/
}
.lft_bod .d a{
	color:#1353b5; /*重点色*/
	display:block;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	_position:relative;
	_top:-50%;
}
