body{
    width: 100%;
    overflow-x: hidden;
}
.pos{
    width: 6.9rem;
    line-height: 0.44rem;
    margin: .3rem auto .1rem;
    font-size: .24rem;
    background: url(../images/pos.jpg) no-repeat left .1rem;
    background-size: auto .24rem;
    padding-left: .25rem;
}

.pos a{
    font-size: .24rem;
    color: #333333;
}

.viewList{
    width: 6.9rem;
    margin: 0 auto .4rem;
    list-style: none;
}

.viewList li{
    color: #333333;
    line-height: .68rem;
    border-bottom: dashed .01rem #cccccc;
    overflow: hidden;
}

.viewList .til{
    font-size: .28rem;
    display: inline-block;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viewList .time{
    font-size: .28rem;
    float: right;
}

.page{
    width: 6.8rem;
    margin: 0 auto .46rem;
    text-align: center;
    font-size: 0;
}

.page a{
    font-size: .18rem;
    color: #000;
    line-height: .43rem;
    padding: 0 .14rem;
    border: 1px solid #dddad2;
    background-color: #f7f6f3;
    display: inline-block;
    margin: 0 .11rem;
}

.page a.current{
    color: #fff;
    border: none;
    background-color: #3758ae;
}