ul li a .item-status {
    width: 64px;
    /* width: 0.64rem; */
    height: 52px;
    /* height: 0.52rem; */
    line-height: 52px;
    /* line-height: 0.52rem; */
    font-size: 14px;
    font-size: 0.14rem;
    margin-right: 17px;
    margin-right: 0.17rem;
    color: #fff;
    text-align: center;
    background-color: #69aff1;
}

.lf {
    float: left
}

ul li a .item-right .item-title {
    color: #333;
    font-size: 16px;
    font-size: 0.16rem;
    max-width: 750px;
    max-width: 7.5rem;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
}

ul li a .item-right .item-desc {
    font-size: 14px;
    font-size: 0.14rem;
    color: #999;
}

ul li a .item-right .item-desc.h5 {
    display: none;
}

@media screen and (max-width: 768px) {
    .item-right{
        width: calc(100% - 74px);
    }
    ul li a .item-right .item-desc.pc {
            display: none;
        }
    ul li a .item-right .item-desc.h5 {
        display: block;
    }
}