@charset "utf-8";
/* CSS Document */

.ul_news {margin:0; padding:0px; list-style: none; }
.ul_news li {
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
width:151px;
height:18px;
padding-top:4px;
padding-left:5px;
text-align:left;
border-bottom:1px #ccc dashed;
}

.ul_80 {margin:0; padding:0px; list-style: none; margin-top:5px;}
.ul_80 li {
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
width:84px;
height:19px;
padding-top:4px;
padding-left:0px;
margin-left:3px;
text-align:left;
float:left;
border-bottom:1px #ccc dashed;
}