@charset "utf-8";
/* CSS Document */
#newsbox ul, #newsbox li{
	list-style:none;
	padding:0px; 
	margin:0px;
	}
#newsbox{
	position:relative;
	}	
.hide, .hide2 {
	visibility:hidden;
}
#my {
	padding-top: 5px;
}
#topnews {
	width:955px;
	height:200px;
	margin-bottom:2px;
	overflow:hidden;
	position:relative;
	
}
.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 {
}

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


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

#newsPager {
	margin:0;

}

/*implement*/
#topnews{
	float:none;
	margin:auto;
	}
#newsPager{
	position:absolute;
	z-index:100;
	top:25px;
	left:25px;
	padding:0;
	}	
#newsPager li {
	height:34px;
	float:left;
	
	margin-right:5px;
}

#newsPager a, #newsPager a:link, #newsPager a:visited {
	font-size:10px;
	color:#DDD4BB;
	text-decoration:none;
	display:block;
	height:34px;
	width:34px;
	background:url(images/news_pager.png) 0 0 no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:34px;
	text-align:center;
}
/*
#newsPager li.activ, #newsPager li:hover {
	background:	#CE0927;
	font-weight:bold;
}
*/
#newsPager a:hover{
	background:url(images/news_pager.png) 0 -34px no-repeat;
	}

#newsPager li.activ a{
	background:url(images/news_pager.png) 0 -68px no-repeat;
	}
#topnews .one{
	position:absolute;
	width:100%;
	height:310px;
	left:0;
	top:0;
	}
.topnews_one{
	position:absolute;
	top:0px;
	left:0px;
	width:315px;
	height:125px;
	padding:75px 615px 0 30px;
	background:url(images/baner_mask.png) no-repeat 0 0;
	text-align:left;
	zoom:1;
	}
#newsbox dt.title, #newsbox dt.title a, #newsbox dt.title a:link, #newsbox dt.title a:visited {
	font-size:22px;
	font-weight:normal;
	color:#6F6F6F;
	margin-bottom:10px;
}
#newsbox .art{
	float:right;
	
	}
#newsbox .more{
	margin-top:20px;
	}	
#newsbox dt.title, #newsbox dt.title a, #newsbox dt.title a:link, #newsbox dt.title a:visited {
	/*color:#fff;*/
}


#box_prev, #box_next{
	width:34px;
	height:34px;
	display:block;
	position:absolute;
	display:none;
	
	}
#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;
	right:0;
	}	
.hideText{
	background:#ccc;
	width:20px;
	height:20px;
	display:block;
	z-index:100;
	position:absolute;
	}	
.slideImg{
	float:right;
	margin-right:8px;
	max-width:900px;
	}		