#sidetit{
	background:url(../images/news/tit.jpg) no-repeat center center;
}
#sidebot{
	background:url(../images/about/side_bot.jpg) no-repeat left bottom;
}
#content{
	padding:30px 0 23px 0;
}
.newstit{
	background:url(../images/news/news_tit.jpg) no-repeat;
	height:22px;
	text-indent:-9999px;
	margin:0 0 4px 0;
	display:none;
}
.newslist {
	margin:0 0 -1px 0;
}
.newslist li{
	line-height:28px;
	background:url(../images/news/list.jpg) no-repeat left top;
	padding:0 20px 0 20px;
}
.newslist li.current{
	background:url(../images/news/list_c.jpg) no-repeat left top;
}
.newslist li span{
	float:right;
	font-size:11px;
	color:#666666;
}
.newslist li span.hit{ display:block; width:95px;}
.newslist li.current span{
	color:#0a6705;
}
.newslist li a{
	color:#666666;
	text-decoration:none;
}
.newslist li.current a{
	color:#0a6705;
}
/****show****/
.newsshow h1{
	font-size:14px;
	font-weight:bold;
	color:#3f660d;
	line-height:20px;
}
.newsshow .showdate{
	color:#999;
	line-height:26px;
	border-bottom:1px dotted #7b9100;
	margin:0 0 20px 0;
	padding:6px 0 12px 0;
}
.newsshow .showtext{
	line-height:20px;
	color:#333333;
	margin:0 0 10px 0;
}
.newsshow p{
	color:#666666;
	line-height:18px;
}
#showbox{
	color:#666666;
	line-height:18px;
}
.back{
	text-align:right;
	margin:20px 0 10px 0;
}
.back a{
	color:#ccc;
	text-decoration:none;
}


/**active***/
.actbox{
	overflow:hidden;
	height:110px;
	margin:0 0 50px 0;
	padding:0 0 6px 0;
	border-bottom:1px solid #d1d1d1;
}
.acimg{
	width:110px;
	height:100px;
	/*background:url(../images/news/acimg_bg.jpg) no-repeat;*/
	padding:5px;
	float:left;
}
.acimg img{
	display:block;
	border:1px solid #ccc;
}
.actext{
	width:580px;
	float:right;
	overflow:hidden;
}
.actext .date{
	font-weight:bold;
	color:#698232;
	font-size:13px;
	margin:0 0 2px 0;
}
.actext .date span{font-size:12px; color:#666666; font-weight:normal; padding:0 0 0 20px;}
.actext h3{
	font-weight:bold;
	margin:0 0 2px 0;
	font-size:13px;
}
.actext h3 a{
	color:#698232;
	text-decoration:none;
}
.actext p{
	color:#666;
	line-height:20px;
	margin:0 0 4px 0;
}
.actext .more{
	display:block;
	width:74px;
	height:20px;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:url(../images/news/more_bg.jpg) no-repeat;
	float:right;
}
