/*样式*/
.lft_man{
	width:100%;
	float:left;
}
.lft_top {
	float:left;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:600;
	color:#646464;
	text-align:left;
	text-indent:5px;
	font-family:"微软雅黑";
}
.lft_bod {
	float:left;
	width:100%;
	text-align:left;
}

.lft_bod .n{
	color:#9e9d9d; /*常态色*/
	display:block;
	font-weight:bold;
	text-indent:20px;
	height:30px;
	line-height:30px;
	text-align:left;
	background:#ebebeb url(img/dot1.gif) no-repeat 200px 11px;
	margin: 5px 0;
}
.lft_bod .n:hover{
	color:#1CA5CB; /*常态色*/
}
.lft_bod .d{
	color:#fff; /*重点色*/
	font-weight:bold;
	display:block;
	text-indent:20px;
	height:30px;
	line-height:30px;
	text-align:left;
	background:#1CA5CB url(img/dot2.gif) no-repeat 200px 11px;
	margin: 5px 0;
}
.lft_bod .d:hover{
}
.lft_bod .sn{
	color:#9e9d9d; /*常态色*/
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:30px;
	display: block;
	background:#f6f6f6;
	margin-bottom:1px;
}
.lft_bod .sn:hover{
	color:#1CA5CB; /*重点色*/
}
.lft_bod .sd{
	color:#1CA5CB; /*重点色*/
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:left;
	text-indent:30px;
	display: block;
	background:#f6f6f6;
	margin-bottom:1px;
}
.lft_bod .sd:hover{
}
.search{
	float:left;
	width:100%;
	text-align:left;
	margin-top:16px;
	background:url(img/title_sear.jpg) no-repeat left top;
	padding-top:30px;
}
.search .txt {
	width: 175px;
	height: 22px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.search .btn{
	width: 22px;
	height: 18px;
	background: url(img/arr_sear.jpg) no-repeat left top;
	border: 0;
	margin:3px 4px 4px;
	cursor: pointer;
	vertical-align: middle;
}