.job-banner {
    width: 100%;
    height: 450px;
    background-image: url("/website/cn/assets/img/banner@2x.png");
    background-size: cover;
    background-position: center;
}
.news-list-banner {
    width: 100%;
    height: 450px;
    background-image: url("/website/cn/assets/img/banner@2x.png");
    background-size: cover;
    background-position: center;
}

.banner-image img {
    height: 68px;
}

.banner-title {
    line-height: 71px;
    letter-spacing: 3px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 180px;
    color: #FFFFFF;
    font-size: 54px;
}

.banner-context {
    position: absolute;
    top: 275px;
    font-size: 14px;
    color: #FFFFFF;
}

.tab-tool {
    width: 720px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ECECEC;
    margin: 0 auto;
}

.tab-font {
    font-size: 20px;
    font-weight: bold;
    color: #80838D;
    line-height: 46px;
    cursor: pointer;
}

.tab-active {
    background: #1A66FC;
    color: #FFFFFF;
}

.center-vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.list-close {
    display: none;
}

.list-item {
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(5px);
}

.list-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.list-info {
    font-size: 18px;
    font-weight: 500;
    color: #868686;
    line-height: 25px;
}

.list-time {
    font-size: 20px;
    font-weight: 500;
    color: #868686;
    line-height: 28px;
    float: right;
    margin-top: 10px;
    padding-right: 15px;
}

.list-button {
    width: 156px;
    height: 46px;
    background: #1A66FC;
    border-radius: 2px;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 46px;
    cursor: pointer;
    float: left;
}

.font-box {
    height: 210px;
}

.img-size{
    width: 403px;
    height: 268px;
}

@media (max-width: 992px) {
    .banner-image {
        position: absolute;
        top: 76px;
        color: #FFFFFF;
        /*font-size: 50px;*/
    }

    .banner-title {
        position: absolute;
        top: 100px;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 3px;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    }

    .banner-context {
        position: absolute;
        top: 150px;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    .tab-tool {
        width: 100%;
        height: 48px;
        background: #FFFFFF;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #ECECEC;
        margin: 0 auto;
    }

    .font-box {
        height: 300px;
    }
}


