.layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.6rem 0.5rem;
}

.reshtmldiv{
    border: 1px solid #cee2ee;
    border-top: 0;
}

.night .reshtmldiv{
    border: 1px solid #444;
    border-top: 0;
}

.listyue{
    font-size: 0.7rem;
    color: #1883c3;
    font-weight: bold;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: #e3eef8;
    padding-left: 0.5rem;
    border: 1px solid #cee2ee;
    border-left: 0;
    border-right: 0;
}

.night .listyue{
    background-color: #333;
    border: 1px solid #444;
    border-left: 0;
    border-right: 0;
}

.listspan{
    padding: 0.5rem 1rem;
}

.listspan span{
    display: inline-block;
    height: 1.6rem;
    line-height: 1.6rem;
    width: calc(100% / 4);
    float: left;
    color: #058805;
}

.listspan span.nongli{
    color: #d02f12;;
}

.listspan span.nongli_blur{
    color: #006f9f;
}

@media screen and (max-width: 1330px){
    .listspan span{
        width: calc(100% /3);
    }
}

@media screen and (max-width: 1130px){
    .listspan span{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 1000px){
    .listspan span{
        width: calc(100% / 1);
    }
}

@media screen and (max-width: 886px){
    .listspan span{
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 600px){
    .listspan span{
        width: calc(100% / 1);
    }
}