.info-center {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: auto;
}
.info-center .banner {
    width: 100%;
    height: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    background: url("../image/joinus_banner.png") no-repeat center;
}
.info-center .content {
    width: 1200px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    text-align: left;
    margin-top: 55px;
    margin-bottom: 80px;
}
.info-center .content .item .job-name {
    width: 821px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #2D8DCD;
}
.info-center .content .item .job-detail {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    padding: 0;
    margin: 30px 0;
}
.info-center .content .item .job-detail li {
    margin: 15px 0;
}