    .con-l-up1 li {
        background: url(images/pot.png) no-repeat;
          height: 28px;
    line-height: 28px;
    padding-left: 10%;
    border-bottom-color: rgb(231, 231, 231);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    list-style-type: none;
    white-space: nowrap;
    width: 90%;}

.con-l-up1 li a {
    line-height: 28px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 83%;
    float: left;}

   .con-l-up1 li span {
    float: right;
    width: 12%;}

