<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.pagination{
    display: flex;
    justify-content: center;
}
.pagination .prev,.next{
    width: 80px;
    height: 35px;
    text-align: center;
    line-height:35px;
    background-color: #FFF;
    margin-right:10px;
    cursor: pointer;
    border-radius:5px;
    font-size:16px;
}
.pagination .pageitem{
    display: flex;
}
.pagination .pageitem li{
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    background-color: #FFF;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.pagination .pageitem li.more{
    background-image: url('/article/img/ellipticalSentence.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center
}
.pagination .pageitem li.prevbtn:hover{
    background-image: url('/article/img/arrowleft.png');
}

.pagination .pageitem li.nextbtn:hover{
    background-image: url('/article/img/awrrowright.png');
}

.dispalynone{
    display: none;
}
.dispalyblock{
    display: block;
}
.activestyles{
    background-color: #FFC229 !important;
}</pre></body></html>