/*样式*/
.lft_man{
	width:216px;
	float:left;
	border:1px solid #d7d7d7;
}
.lft_top {
	width:100%;
	height:35px;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	text-indent:70px;
	font-family:"微软雅黑";
	background: url(img/bg.gif) repeat-x;
	letter-spacing:5px;
}
.lft_bod {
	width:199px;
	margin:auto;
}
.lft_bod .tit{
	float:left;
	width:100%;
	text-indent:15px;
	line-height:35px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#555555; /*常态色*/
	font-family:"微软雅黑";
}
.lft_bod .def{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0088CC; /*重点色*/
	font-family:"微软雅黑";
}
.lft_lst {
	float:left;
	width:215px;
}
.lft_lst .l{
	float:left;
	width:180px;
	height:28px;
	line-height:28px;
	text-align:left;
	overflow:hidden;
	text-indent:15px;
}
.lft_lst .l a{
	color:#555555; /*常态色*/
	font-family:"微软雅黑";
}
.lft_lst .l a:hover{
	color:#0088CC; /*重点色*/
}
.lft_lst .c{
	float:left;
	width:20px;
	line-height:28px;
	color:#555555; /*常态色*/
}
.lft_bod .n{
	color: #555555;
	display: block;
	font-size: 13px;
	height: 37px;
	line-height: 34px;
	text-align: center;
	background: url("img/lmu_n.jpg") no-repeat;
	font-family: "微软雅黑";
}
.lft_bod .n:hover{
	color:#f18101; /*常态色*/
}
.lft_bod .d{
	color: #f18101;
	font-weight: bold;
	display: block;
	font-size: 13px;
	height: 37px;
	line-height: 34px;
	text-align: center;
	font-family: "微软雅黑";
	background: url("img/lmu_n.jpg") no-repeat;
}
.lft_bod .d:hover{
}
.lft_bod .sn{
	color:#555555; /*常态色*/
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-right:80px;
}
.lft_bod .sn:hover{
	color:#0088CC; /*重点色*/
}
.lft_bod .sd{
	color:#0088CC; /*重点色*/
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-right:80px;
}
.lft_bod .sd:hover{
}
