.marquee {
	width: 100%;
	background: #f4bf20;
}
#run_news {
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 100%;
}
#run_news ul {
    position: absolute;
    height: 36px;
    width: 100%;
    left: 2px;
    top: 1px;
}
/*#run_news ul li {
    list-style: none;
	padding: 0 0 0 15px;
}*/
#run_news ul li:before, #run_news ul li a:before{
	content: "\25BA";
	position: absolute;
	left: 0;
}
#run_news ul li {
	list-style: none;
    display: block;
    overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
    text-decoration: none;
    line-height: 40px;
    color: #000;
	font-size: 1em;
    height: 40px;
    padding-left: 20px;
}
#run_news ul li a {
    color: #000;
}

@media (max-width: 991px) {
.marquee {
	 margin: 0;
	position: relative;
	top: 64px;
}
}