.s2{
    width: 10.8rem;
    box-sizing: border-box;
    padding: 0.3rem 0.64rem;
}
.s2 .title{
    font-size: .48rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: .3rem;
    line-height: .6rem;
}
.s2 .cont{
    margin-bottom: .2rem;
    text-align: center;
}
.s2 .cont .tit{
    font-size: .4rem;
    line-height: .48rem;
    color: #B81010;
    border-bottom: 1px solid #B81010;
    margin-bottom: .3rem;
    display: inline-block;   
}
.s2 .cont .item{
    margin-bottom: .2rem;
}
.s2 .cont .item .xiang{
    width: 50%;
}
.s2 .cont .item .xiang img{
    width: 70%;
    margin-bottom: .1rem;
}
.s2 .paging{
    /* display: none; */
    width: 100%;
    text-align: center;
}
.s2 .paging>div,
.s2 .paging>span{
    display: inline-block;
    font-size: .3rem;
}
.s2 .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s2 .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s2 .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: .18rem;
    border-radius: .1rem;
    cursor: pointer;
    font-size: .3rem;
}

#nr1{
    display: block;
}
#nr2{
    display: none;
}
#nr3{
    display: none;
}
#nr4{
    display: none;
}
#nr5{
    display: none;
}