/* CSS Document */

#banner{
	height:225px;
	margin-bottom:20px;}
	
.lnav{
	height:auto;
	width:200px;
	float:left;
	}
	
.lnav_ul{
	width:95%;
	margin:auto}
.lnav_ul li{
	width:100%;
	height:30px;
	padding:5px 0;
}

.lnav_ul li a{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	background:url(../images/lnav_item_bg_1.png);
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#007845;
	border:1px #83b295 solid;
	border-radius:5px;}
	
.lnav_ul li a.now{
	color:#FFF;
	background:url(../images/lnav_item_bg_2.png);
	}
	
	
.rcon
{
	width:750px;
	height:auto;
	float:right;
	overflow:hidden;

	margin-bottom:50px;
}

.rcon .route{
	background:url(../images/rcon_route_bg.png) repeat-x;
	border:1px #8db69b solid;
	color:#007845;
	width:100%-2px;
	height:30px;
	line-height:30px;
}

.rcon .route span
{
	margin-left:30px;
	font-size:14px;
}

.rcon .rcon_head
{
	width:100%;
	height:30px;
	background:url(../images/rcon_head_bg.png) repeat-x;
	color:#007845;
	text-align:center;
	font-size:16px;
	line-height:30px;
}

#article{
	height:auto;
	overflow:hidden;
	width:95%;
	margin:0 auto;
	padding-bottom:40px;
	}
	
.art_list_ul li{
	height:30px;
	line-height:30px;
	width:100%;
	background:url(../images/art_list_point.png) no-repeat 5px center;
}
.art_list_ul li a{
	display:block;
	width:100%-30px;
	height:100%;
	border-bottom:1px solid #CCC;
	margin-left:30px;
	font-size:14px;
	}
.art_list_ul li a span.art_title{
	float:left;}
.art_list_ul li a span.art_time{
float:right;}



