.list {
    text-indent: 20px;
    padding: 10px;
}
.list li {
    margin-left: 10px;
    background:  left center no-repeat;
    line-height: 30px;
}
.list li:nth-child(4n) {
    border-bottom: 1px solid #cccccc;
}
.addr a {
    background:  right center no-repeat;
    padding-right: 20px;
}
.list li span {
    float: right;
    color: #858585;
}
.paging .paging_btn {
    text-indent: 0;
}