.d-con>ul li{
    height: 38px;
    line-height: 38px;
    *height: 36px;
    *line-height: 36px;
    padding-left: 20px;
    border-bottom: 1px solid #ececec;
    background: url(/images/home/bg_03.png) no-repeat 10px center;
    *zoom:1;
}
.d-con>ul li a{
    display: block;
    float: left;
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.d-con>ul li span{
    float: right;
    display: block;
    padding-right: 20px;
}
.d-con>ul li:after{
    content: '';
    clear: both;
    display: block;
}
