#run_news { position: relative; overflow: hidden; height: 80px; width: 150px; }
#run_news ul { position: absolute; width: 150px; }
#run_news ul li { list-style: none; }
#run_news ul li a { display: block; overflow: hidden; text-decoration: none; color: #FFF; height: 80px; font-size: 13px; width: 150px; line-height: 20px; }
#run_news ul li a:hover { color: #000; }
