<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s5 .paging{
    /* display: none; */
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.s5 .paging&gt;div,
.s5 .paging&gt;span{
    display: inline-block;
    font-size: 12px;
}
.s5 .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s5 .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s5 .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}
.s5 .title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.s5 .cont .tit{
    /* font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; */
    font-size: 18px;
    line-height: 32px;
    color: #B81010;
    border-bottom: 1px solid #B81010;
    margin-bottom: 20px;
}
.s5 .cont{
    box-sizing: content-box;
    padding-bottom: 60px;
}
.s5 .cont .item{
    width: 20%;
    float: left;
    margin-bottom: 20px;
    
}
.s5 .cont .item .xiang{
    width: 100%;
    height: 244px;
}
.s5 .cont .item .xiang .nr{
    width: 205px;
    height: 205px;
    border: 1px solid #e3e3e3;
    margin: 0 auto;
    background-color: rgb(245, 245, 245);
}
.s5 .cont .item .xiang .nr img{
    width: 140px;
    display: block;
    margin: 0 auto;
}
.s5 .cont .item .xiang .name{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.s6 {
    width: 100%;
    height: 55px;
    /* background-color: #F0F0F0; */
}
.s6 .tag{
    float: right;
    height: 55px;
    line-height: 55px;
    background: url(../images/home-icon.png) no-repeat left center;
    background-size: 25px;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #505050;
}
.s6 .tag a{
    font-size: 14px;
    color: #505050;
}

#nr1{
    display: block;
}
#nr2{
    display: none;
}
#nr3{
    display: none;
}
#nr4{
    display: none;
}</pre></body></html>