.list-type{
    display: inline-block;
    width: 35px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
    position: absolute;
    top: 27px;
    background-color: #5e584d;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}

.content-list li span:nth-child(2){
    margin-left: 52px;
}

.content-list li:hover .list-type{
    color: white;
    background-color: #a98664;
}

@media screen and (max-width: 750px) {
    .list-text {
        width: calc(100% - 1.9rem);
    }

    .list-type{
        width: 0.52rem;
        height: 0.26rem;
        line-height: 0.26rem;
        font-size: 0.2rem;
        top: 0.36rem;
    }

    .content-list li span:nth-child(2){
        margin-left: 0.7rem;
    }
}