/*样式*/
.lft_man{
	width:100%;
	float:left;
}
.lft_top {
	float:left;
	width:100%;
	height:21px;
	line-height:21px;
	text-align:left;
	background:url(img/title_cata.jpg) no-repeat 0 0;
}
.lft_bod {
	float:left;
	width:100%;
	text-align:left;
}

.lft_bod .n{
	color:#9e9d9d; /*常态色*/
	display:block;
	font-weight:bold;
	text-indent:20px;
	height:26px;
	line-height:26px;
	text-align:left;
	background:#ebebeb url(img/dot1.gif) no-repeat 260px 8px;
	margin: 2px 0;
}
.lft_bod .n:hover{
	color:#1CA5CB; /*常态色*/
}
.lft_bod .d{
	color:#fff; /*重点色*/
	font-weight:bold;
	display:block;
	text-indent:20px;
	height:26px;
	line-height:26px;
	text-align:left;
	background:#1CA5CB url(img/dot2.gif) no-repeat 260px 8px;
	margin: 2px 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:8px;
	background:url(img/title_sear.jpg) no-repeat left top;
	padding-top:24px;
}
.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;
}
.down{
	float:left;
	height:50px;
	margin-top:9px;
}
.down a{
	display:block;
	width:100%;
	height:100%;
}