.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-context {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}


.post-info {
    height: 42px;
    background: #E8EEFB;
    font-size: 14px;
    color: #265FFE;
    line-height: 42px;
}

.job-name {
    height: 40px;
    font-size: 14px;
    color: #265FFE;
    line-height: 16px;
    padding: 12px 0;
}

.job-name img {
    height: 100%;
}

.job-name-item {
    height: 40px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}

.job-name-item.active {
    background: rgba(50, 112, 255, 0.08);
    border-radius: 3px;
}

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

.job-title.active {
    color: #265FFE;
}

.job-box {
    box-shadow: inset 0px -1px 0px 0px #EEEEEE;
}

.job-capacity span {
    background: rgba(38, 95, 254, 0.1);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.job-notes {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 25px;
}
.job-info{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.tool{
    width: 100%;
    height: 75px;
    background: #FFFFFF;
}

.list{
    font-size: 16px;
    color: #666666;
    line-height: 72px;
    float: left;
    cursor: pointer;
}

.list-active{
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 72px;
    border-bottom: 3px solid #0C80FF;
}

.item-box{
    width: 100%;
    height: 204px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(210,210,210,0.5);
    cursor: pointer;
}

.item-title{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 16px;
}

.item-wages{
    font-size: 20px;
    font-weight: bold;
    color: #0C80FF;
    line-height: 26px;
}

.item-seniority{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}

.item-additional{
    width: 112px;
    height: 28px;
    background: #e8eefd;
    border-radius: 2px;
}

.item-additional-font{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.eachIcon{
    width: 6px;
    height: 18px;
    background: #0C80FF;
    border-radius: 2px;
    margin-right: 5px;
}

.info-title{
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    line-height: 29px;
}

.info-item{
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 22px;
}

.info-tel{
    font-size: 18px;
    font-weight: 400;
    color: #265FFE;
    line-height: 32px;
}

.info-tel-name{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
}

.info-line{
    width: 90%;
    height: 1px;
    opacity: 0.3;
    border: 1px solid #979797;
}

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

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

    .item-box{
        width: 100%;
        height: 100px;
        background: #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(210,210,210,0.5);
        cursor: pointer;
    }

    .item-additional{
        width: unset;
        height: unset;
        background: #e8eefd;
        border-radius: 2px;
    }
}

.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-context {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.nav-pills .nav-link.active{
    background: rgba(50,112,255,0.08);
    color: #222222;
}

.minHeight{
    min-height: 580px;
}

