.jjlx{
    width: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_last .jjlx{
    width: auto;
    display: inline-block;
}
.jjlx p{
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 4rem;
}
.content_last .jjlx p{
    font-size: .3rem;
    white-space: nowrap;
    text-overflow: inherit;
    width: auto;
    overflow: inherit;
}
.jjlx span{
    font-size: .2rem;
    color: #999999;
}
.jjlx img{
    width: .4rem;
}

body{
    background-color: #fff;
}
