@media only screen and (max-width: 2000px){
    .newitem {
        width: 8.9rem;
    }
    .listxiang {
        width: 6.6rem;
    }
}
@media only screen and (max-width: 600px) {
    .newitem {
        width: 6.9rem;
    }
    .listxiang {
        width: 4.6rem;
    }
}

.box {
    margin-top: 0.2rem;
    padding-bottom: 0.3em;
    background: #fff;
}
.box-title {
    padding: 0;
}
.box-title, .topic-top3-list dl.tbox dt {
    background: #fff6e9;
    color: #c4814d;
    font-weight: bold;
    font-size: 0.32rem;
    height: 0.88rem;
    line-height: 0.88rem;
}
.box-title i {
    background: url(../images/yuanhuan.png);
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    margin-left: 0.3rem;
    vertical-align: sub;
    margin-right: 0.1rem;
}

.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;
}
.pic_car {
    float: right;
    width: 2rem;
    height: 1.5rem;
    border-radius: 0.08rem;
}
.pic_car img {
    width: 2rem;
    height: 1.5rem;
    border-radius: 0.08rem;
}
.listxiang {
    float: left;
    margin-right: 0.15rem;
}
.listxiang a {
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.46rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Source Han Sans CN;
}

.listxiang span {
    font-size: 0.24rem;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}
#pages-url {
    margin: 0 auto;
    padding-left: 25px;
    padding-bottom: 15px;
    
}
#pages-url a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#pages-url a.on {
    font-weight: bold;
    color: red;
    background: #ccc;
}