.pay {
    padding-top:100px;
}
.pay-name {
    font-size: 49px;
    line-height: 62px;
    color: #454A4F;
    font-weight: bold;
    margin-bottom:97px;
}
.pageTemplate33 .header-banner {
    background: url(/new/img/pay/header-banner-pay.jpg) top left no-repeat;
    background-size: cover;
}
.pay-list {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.pay-list .homeJob-item {
    max-width:313px;
    width:33.3%;
    margin-bottom:76px;
}
@media (max-width:1024px) {
    .pay-list {
        margin-left:-10px;
        margin-right:-10px;
    }
    .pay-list .homeJob-item {
        padding-left:10px;
        padding-right:10px;
    }
}
@media (max-width:650px) {
    .pay-list .homeJob-item {
        width:50%;
        margin-bottom:20px;
    }
    .pay {
        padding-bottom:50px;
        padding-top:50px;
    }
    .pay-name {
        margin-bottom:50px;
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width:450px) {
    .pay-name {
        font-size: 25px;
        line-height: 30px;
    }
}