@charset "utf-8";
.hit_lists {width:100%; padding:0; margin-top:10px; overflow:hidden;}

.hit_lists ul {margin:0; padding:0; list-style:none;}
.hit_lists ul li {list-style:none; white-space:nowrap; height:23px; overflow:hidden;}
.hit_lists ul li a {text-decoration:none; color:#000; }
.hit_lists ul li a:hover .title, .hit_lists ul li a:active .title, .hit_lists ul li a:focus .title { color: #15c;}
.hit_lists ul li a .title {width: 100%; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}