@charset "utf-8"; body{ width: 100%;height: 100%;font-size: 12px;font-family: Arial;color: #666;background-color: #fff;margin:0;padding:0;} ul,li{list-style: none} a{text-decoration: none;color: #333;} li.item{padding-left: 20px; padding-right: 6em;line-height: 30px; height: 30px; position: relative; border-bottom: #d5d5d5 dashed 1px;} li.item:before { content: ""; position: absolute; width: 6px; height: 1px; background-color: #999; top: 50%; left: 6px; } li.item a.title { width: 100%; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all; } li.item span.date { position: absolute; right: 0; top: 0; color: #999; }