@charset "utf-8";
/* CSS Document */
#newsbox ul, #newsbox li{
	list-style:none;
	padding:0px; 
	margin:0px;
	}
.hide, .hide2 {
	visibility:hidden;
}
#my {
	padding-top: 5px;
}
#topnews {
	width:608px;
	height:230px;
	overflow:hidden;
	position:relative;
	float:left;
	
}

.topnews_one {
	margin:0;
	list-style:none;
	
}


.topnews_one dd, .topnews_one dt {
	padding:0;
	margin:0;
}

#topnews .one {
	position:absolute;
}	
.topnews_one .title, .topnews_one .title a, .topnews_one .title a:link, .topnews_one .title a:visited,
.category a, .category a:link, .category a:visited {
	color:#AED100;
	font-weight:bold;
}

.topnews_one .title {
	margin-bottom:0.3em;
	font-size:12px;
}

.topnews_one .art {
	margin-bottom:0.3em;
	line-height:120%;
	font-size:11px;
}

.category, .date, .category a {
	display:inline;
	font-size:10px;
	font-weight:bold;
}

#newsPager {
	margin:0;
	float:right;
	width:16px;
	padding:0;
		margin-top:16px;

}

/*implement*/

#newsPager li {
	height:16px;
	display:block;
	border-bottom:solid #DDD2BC 1px;

}

#newsPager a, #newsPager a:link, #newsPager a:visited {
	font-size:10px;
	color:#DDD4BB;
	text-decoration:none;
	display:block;
	height:16px;
	background:#3B3F4B;
}

#newsPager li.activ, #newsPager li:hover {
	background:	#CE0927;
	font-weight:bold;
}
#newsPager .activ a, #newsPager a:hover{
	background:#CE0927;
	}
#topnews .one{
	position:absolute;
	width:608px;
	height:230px;
	left:0;
	top:0;
	
	}
.topnews_one{
	width:407px;
	padding:18px 0 18px 18px;
	position:absolute;
	bottom:13px;
	right:0px;
	background:url(images/pix.png) 0 0 ;
	text-align:left;
	zoom:1;
	}
#newsbox dt.title {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:110px;
	float:left;
}
#newsbox .art{
	float:right;
	width:245px;
	padding-left:20px;
	padding-right:20px;
	background:url(images/boxline.gif) 0 0 repeat-y;
	
	}
#newsbox dt.title, #newsbox dt.title a, #newsbox dt.title a:link, #newsbox dt.title a:visited {
	/*color:#fff;*/
}

#newsbox_left{
	width:16px;
	float:left;
	position:relative;
	}

#box_prev, #box_next{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	}
#box_prev{
	background:url(images/p_prev.gif) no-repeat;
	top:112px;
	left:0;
	}	
#box_next{
	background:url(images/p_next.gif) no-repeat;
	top:112px;
	left:624px;
	
	}		