/* CSS Document */
@charset "utf-8";

* {
	margin:0;
	padding:0;
	list-style:none;
}




.news_list {
	width:240px;
	overflow:hidden;
	position:relative;
	top:10px;	 
}
.news_list ul {
	
}
.news_list ul li {
	width:240px;
}
.news_list ul li img {
	width:240px;
	height:180px;
}
.news_list ul li h3 {
	font-size:12px;
	padding:10px 0 10px 0px;
}
.news_list ul li h3 a {
	color:#333;
}
.news_list ul li p {
	color:#929292;
	line-height:20px;
}
b.b_more {
	background:url(../images/li_bg.gif) no-repeat left 8px;
	padding-left:8px;
	display:block;
	font-weight:normal;
	margin:5px 0;
	height:26px;
	line-height:20px;
	overflow:hidden;
}
b.b_more a {
	color:#0a96d2;
}
.news_list ol {
	height:15px;
	width:57px;
	padding-top:1px;
	float:right;
}
.news_list ol li {
	width:19px;
	float:left;
	
}
.news_list ol li a {
	width:19px;
	height:15px;
	line-height:18px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:block;
	font-size:10px;
	background:url("../images/news_numU.gif") no-repeat center;
	font-family:Arial, Helvetica, sans-serif;
	
}
.news_list ol li a:hover, .news_list ol li.active a {

	background:url("../images/news_num.gif") no-repeat center;
	text-decoration:none;
	color:#fff;
}
.news_list div{
	position:absolute;
    top:164px;
	width:240px;
	background:url("../images/news_bg.png") no-repeat center;
	_background:none;
}

