<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ›¿æ¢ï¼š269ab7*/
#page{
    clear: both;
    text-align:center;
    margin-top:30px;
    font-size:0;
}

#page a{
    display:inline-block;
    width:50px;
    margin:0 5px;
    height:30px;
    line-height:28px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
}
#page a:hover{
    color:#CD2229;
    border:1px #CD2229 solid;
}
#page a.cur{
    border:none;
    background:#CD2229;
    color:#fff;
}
#page a.cur:hover{
    border:none;
    background:#CD2229;
    color:#fff;
}
#page p{
    width:50px;
    display:inline-block;
    font-size:12px;
    height:30px;
    line-height:28px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin:0 5px;
    cursor: not-allowed

}
#page p.pageRemark{
    border-style:none;
    background:none;
    color:#666;
    display:block;
    width:initial;
    margin-top:5px;
}


#page p.pageRemark b{
    color:#CD2229;
    margin:0 5px;
}
#page p.pageEllipsis{
    border-style:none;
    background:none;
    color:#808080;
    width:15px;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}

@media(max-width:767px){
    #page a,#page p.pageEllipsis{display:none;}
    #page a.pagenav{display:inline-block;}
}
</pre></body></html>