/* CSS Document */


#top_news_title h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 0 0 20px;
	background-image: url(../img/h1.jpg);
	background-repeat: no-repeat;
}
#top_news_title h5 a {
	color: #fff;
	height:27px;
	font-weight: bold;
	font-size:15px;
}
#top_news_wrap {
	overflow: hidden;
	padding: 9px;
    font-size: 15px;
}
#top_news_img {
	float: left;
	width: 230px;
}
#top_news_txt {
	float: left;
	padding-left: 10px;
	width: 660px;
	font-size: 15px;
	line-height: 22px;
}
#top_news_txt a {
	font-size: 15px;
}
#top_newslist {
	padding: 0px 5px 10px 10px;
	width: auto;
	list-style: none;
}
#top_newslist li {
    border-bottom: 1px dotted #CCCCCC;
    color: #000000;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    font-size:15px;
}
#top_newslist a {
    font-size:13px;
}
#top_newslist li.newkj {
	padding-left:30px;
	background:url("../img/new.gif") no-repeat scroll 2px 17px transparent
}
