@media only screen and (max-width: 2000px){
    .wenitem {
        width: 8.9rem;
    }
    .wenhui {
        width: 8.13rem;
    }
    .newitem {
        width: 8.9rem;
    }
    .listxiang {
        width: 8rem;
    }
}
@media only screen and (max-width: 600px) {
    .wenitem {
        width: 6.9rem;
    }
    .wenhui {
        width: 6.13rem;
    }
    .newitem {
        width: 6.9rem;
    }
    .listxiang {
        width: 6rem;
    }
}


.wenbox {
    margin-top: 0.1rem;
}
.wenitem {
    margin: 0.3rem auto;
    margin-bottom: 0;
    padding-bottom: 0.3rem;
    position: relative;
    background: #FDF2E5;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #F1C8AA;
    overflow: hidden;
}


.wenhui {
    margin: 0.1rem auto;
    margin-bottom: 0;
    font-size: 0.3rem;
    color: #C4814D;
    line-height: 0.5rem;
    text-align: justify;
}

.box {
    margin-top: 0.2rem;
    padding-bottom: 0.3em;
    background: #fff;
}
.newlist {
    position: relative;
    overflow: hidden;
}
.newitem {

    position: relative;
    overflow: hidden;
    margin: 0.2rem auto;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-bottom: 0.2rem;
}
.listxiang {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem;
}
.listxiang a {
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.46rem;
}
.listxiang span {
    font-size: 0.24rem;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
}