div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 700px;
	border: 0px solid #505050;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 150px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border:1px solid #c9c9c9;
	font-family: Arial, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #15306c;
	font-weight:bold;
	margin-left:2px;
	margin-top:8px;
	margin-right:10px;
	
	
}
div.jd_news_scroll ul li.hover {
	background-color: #ececef;
	background-color: #ececef;
	color: #15306c;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #15306c;
}

div.jd_news_scroll1 {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 286px;
	border: 0px solid #505050;
}
div.jd_news_scroll1 ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll1 ul li {
	height: 143px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 0px solid #888;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #AAA;
}
div.jd_news_scroll1 ul li.hover {
	background-color: #ececef;
	background-color: #ececef;
	color: #888;
	cursor: default;
}
div.jd_news_scroll1 li a {
	font-weight: normal;
	color: #ececef;
}