.s2{
    background-color: #fff;
    box-sizing: border-box;
    padding: .5rem .4rem;
}
.s2 .nr .paging{
    display: none;
    width: 100%;
    text-align: center;
}
.s2 .nr .paging>div,
.s2 .nr .paging>span{
    display: inline-block;
    font-size: .3rem;
}
.s2 .nr .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s2 .nr .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s2 .nr .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: .18rem;
    border-radius: .1rem;
    cursor: pointer;
    font-size: .3rem;
}
.s2 .nr .news .new{
    border-bottom: 1px dashed #C3BEBD;
}
.s2 .nr .news .new:last-child{
    border: none;
}
.s2 .nr .news .new a{
    width: 70%;
    font-size: .36rem;
    line-height: 1rem;
}
.s2 .nr .news .new .text{
    color: #333;
    font-size: .36rem;
    line-height: 1rem;
}
.s2 .nr .news .new a:hover{
    color: #C80D08;
}