.txtMarquee-top{ 
	width:300px; 
	overflow:hidden; 
	position:relative; 
	border-top:2px solid #DB0100;
}
.txtMarquee-top .hd{ 
	overflow:hidden; 
	height:30px; 
	background:#f4f4f4; 
	padding:0 10px; 
}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ 
	display:block; 
	width:9px; 
	height:5px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px; 
	overflow:hidden;
    cursor:pointer; 
}
.txtMarquee-top .hd .next{ 
	background-position:0 -140px; 
}
.txtMarquee-top .hd .prevStop{ 
	background-position:-60px -100px; 
}
.txtMarquee-top .hd .nextStop{ 
	background-position:-60px -140px; 
}
.txtMarquee-top .bd{ 
	padding: 5px; 
}
.txtMarquee-top .infoList li{ 
	height:30px;
	overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.txtMarquee-top .infoList li a { 
	height:30px; 
	line-height:30px; 
	color: #666;
	font-size: 14px;
}
.txtMarquee-top .infoList li a:hover { 
	color: #DB0100;
}
.txtMarquee-top .infoList li .date{ 
	float:right; 
	color:#999; 
	line-height:30px;
	font-size: 14px;
}
.txtMarquee-top .hd {
	height: 30px;
	line-height: 30px;
	color: #DB0100;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "微软雅黑","Microsoft Yahei",arial;
	border-bottom: 1px dashed #DB0100; 
}
.txtMarquee-top .hd a {
	line-height: 30px;
	color: #DB0100;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "微软雅黑","Microsoft Yahei",arial;
}