div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 550px;	
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li 
{
    height:180px;
	margin: 0px;
	padding: 3px;		
		
	
}
div.jd_news_scroll ul li.hover {
	cursor: pointer;
}
div.jd_news_scroll li a 
{
   font-size:12px;
	font-weight: normal;
	color: #515050;
	font-weight:bold;
}

div.jd_news_scroll1 {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 80px;	
}
div.jd_news_scroll1 ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll1 ul li 
{
    height:25px;
	margin: 0px;
	padding: 3px;		
	border-bottom: 1px dotted #888;			
	
}
div.jd_news_scroll1 ul li.hover {
	cursor: pointer;
}
div.jd_news_scroll1 li a 
{
   
	font-weight: normal;
	color: #336699;
}
