<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.pages-number{
    padding-top: 30px;
    /*width: 547px;
    _width: 528px;/*����絲剛�ie6���桁�*/
    /*height: 29px;*/
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    vertical-align: top;
}
.pages-number a{
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    padding: 0 9px;
    line-height: 26px;
    background-color: #ffffff;
    margin-right: 9px;
    display: inline-block;

}
.pages-number span.interview-input{
    border: 1px solid #ededed;
    font-size: 14px;
    color: #333333;
    padding: 0 9px;
    width: 58px;
    line-height: 26px;
    background-color: #ffffff;
    margin-right: 9px;
    display: inline-block;

}
.pages-number span.jump{
    font-size: 14px;
    color: #333333;
    margin-right: 9px;
    display: inline-block;
    line-height: 26px;
}
.pages-number .dots{
    line-height: 20px;
}
.interview-input input{
    width: 24px;
    padding-left: 5px;
    height: 26px;
    line-height: 25px;
    display: inline-block;
}
.interview-input p{
    width: 24px;
    height: 26px;
    float: right;
    line-height: 26px;
    text-align: left;
    margin: 0;
}
.pages-number button{
    width: 43px;
    height: 28px;
    background-color: #d50000;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;

}
.pages-number button:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.pages-number a:hover{
    background-color: #d50000;
    color: #ffffff;
    border: 1px solid #d50000;
    transition: all .225s ease-in-out;
}

.pages-number .active{
    background-color: #d50000;
    color: #ffffff;
    border: 1px solid #d50000;

}
</pre></body></html>