.ldhd li{
	line-height: 36px;
    position: relative;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 84%;
    padding-right: 16%;
    text-indent: 12px;
    background: url(../images/dot.png) no-repeat left center;
}
.time{
	position: absolute;
    right: 30px;
    top: 0px;
    color: #525252;
    font-size: 15px;
}
