#run_news { position: relative; overflow: hidden; height: 85px; width: 100%; }
#run_news ul { position: absolute; width: 170px; height: 85px; }
#run_news ul li { list-style: none; }
#run_news ul li a { display: block; overflow: hidden; text-decoration: none; color: #FFF; font-size: 12px; width: 100%; line-height: 17px; height: 85px; }
#run_news ul li a:hover { color: #000; }
