.job-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;
}

.news-list-banner {
    width: 100%;
    height: 450px;
    background-image: url("/website/cn/assets/img/banner@2x.png");
    background-size: cover;
    background-position: center;
}
.title{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.source{
    font-size: 22px;
    font-weight: 400;
    color: #1A66FC;
    line-height: 30px;
    cursor: pointer;
}


.time{
    font-size: 22px;
    font-weight: 500;
    color: #868686;
    line-height: 30px;
    float: right;
}

.info{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}


@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);
    }
}

