header{
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    background-image: url("../img/recruitment/banner_1.png");
    height: 500px;
}
.header{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color:rgba(60, 143, 207, 0.5);
}

.page{
    width: 1200px;
    text-align: center;
    margin: 50px auto;
}
.list>li{
    background-color: rgba(246, 246, 246, 1);
    width: 100%;
    padding: 30px 20px 20px 20px;
    display: flex;
    margin: 20px;
}
.list-item-left{
    border-right: 3px solid #eee;
    width: 250px;
}
.p1{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.p2{
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    text-align: left;
}
.list-item-right{
    display: flex;
    justify-content: space-between;
}
.list-item-right>div:nth-child(1){
    width: 300px;
    text-align: left;
    padding: 0 20px;

}
.list-item-right>div:nth-child(2){
    width: 250px;
    text-align: left;
    line-height: 70px;
    padding: 0 20px;

}
.list-item-right>div:nth-child(3){
    width: 250px;
    text-align: center;
    line-height: 70px;
    padding: 0 20px;
    

}
.list-button{
    width: 150px;
    height: 60px;
    margin: auto;
    background: linear-gradient(90deg, #2BE6FC 0%, #0099FF 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.pager{
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
.pager>li{
    padding: 10px 15px;
    text-align: center;
    min-width: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 10px;
    cursor: pointer;
}
.pager>li:hover{
    
    background: linear-gradient(91deg, #47A7F1 0%, #3C8FCF 100%);
    color: #fff;
}
.active{
    background: linear-gradient(91deg, #47A7F1 0%, #3C8FCF 100%);
    color: #fff;
}