.company{
    padding-top: 115px;;
    margin-bottom: 100px;
    min-height: calc(100vh - 115px - 321px - 100px);
}
.nav_top{
    width: 100%;
    height: 636px;
}
.content{
    width: 1200px;
    padding-top: 0px;
    margin: auto;
    justify-content: space-between;
}

.content_left_top_title{
    font-size: 20px;
    color: #253C98;
}
.content_left_top_title1{
    font-size: 18px;
    color: #2A2A2A;
    margin-top: 10px;
}
.content_right{
    width: 100%;
}
.content_right_top{
    align-items: flex-end;
    /*justify-content: space-between;*/
}
.content_right_top_right{
    font-size: 14px;
    color: #242424;
    padding-left: 45px;
}





.page_box{
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.page_box_num{
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 16px;
}
.page_num{
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none!important;
    margin: 0 10px;
}
.page_all{
    font-size: 16px;
    margin-right: 20px;
}
.page_yes{
    width: 45px;
    height: 40px;
    background-color: #253C98;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 20px;
}



