
.page{
    position: absolute;
    left:0;
    bottom:28px;
    width:100%;
    text-align: center;
    line-height: 24px;
}
.page span{
    margin:0 8px;
    font-size: 14px;
    color:#333;
    cursor: pointer;
}
.page input{
    height:24px;
    width:36px;
    box-sizing: border-box;
    border:1px solid #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}
.page .go{
    display: inline-block;
    width:32px;
    height:24px;
    color:#fff;
    background: #50a9fe;
}
.paper-menu h1 a{
    display: block;
    color:#333;
}
.right-main .remind{
    width:788px;
    padding:72px 0 64px 300px;
    font-size: 40px;
    color:#21242D;
    color:red;

}
.right-main .topTitle{
    width:100%;
    padding:72px 0;
    font-size: 40px;
    color:#21242D;
    text-align: center;
}
.line{
    width:580px;
    height:1px;
    background: #9A9AA1;
    margin:10px 0 10px 86px ;

}
.content{
    display: flex;
    flex-direction: row;
    align-items: left;
    width:460px;
    margin:0 auto;
    color:#9A9AA1;
    font-size:13px;
    line-height: 24px;
    padding:20px auto;

}
.top30 h2{
    margin:54px 0 42px 280px;
    font-size:24px;
}
.right .right-main{
    padding:0;
    background: url("../../img/LOGOPNG2.png") top center #eff7fc;
    background-size: 100%;
    box-shadow: none;
}
.right .right-main table tr {
    height: 43px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.right .right-main thead tr {
    background: transparent;
}
.buttonList a{
    display: block;
    height:30px;
    background:#fff;
    color:#000;
    line-height:30px;
    text-align: center;
    font-size:14px;
    border: 1px #e5e5e5 solid;
    cursor: pointer;
    padding: 0 10px;
}
.buttonList{
    position: fixed;
    max-width:800px;
}
.buttonList ul{

}
.buttonList ul li{
    display: block;
    height:30px;
    background:#fff;
    color:#000;
    line-height:30px;
    text-align: center;
    font-size:14px;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    cursor: pointer;
    padding: 0 10px;

}
.buttonList .allList{
    float:left;
}
.buttonList .classList{
    float:left;
}
