锘緻charset "utf-8";

.new_add_top .new_big a {
   border-radius: 0;
   background-color: #183884;
}
.new_add_top .new_big .thumb {
    width: 54%;
    z-index: 1;
}
.new_add_top .new_big_r {
    width: 46%;
    padding: 56px 38px;
 }
.new_add_top .new_big .thumb i {
    border-radius: 0;
}
.new_add_top .new_big .thumb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color:#183884;
    z-index: 1;
}
.new_add_top .new_big .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 94px;
    height: 100%;
    background-image: url(/template/default/index/4372/images/new_add_bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}


.new_add_top .new_big_r .title {
    color: var(--white-color);
    margin-top: 0;
    line-height: 36px;
    height: 72px;
}
.new_add_top .new_big_r .time{
    margin-top: 12px;
    color: var(--white-color);
    font-family: 'Archivo';
    background-image: url(/template/default/index/4372/images/time_white.svg);
    background-position: left 5px;
    background-size: 16px;
}
.new_add_top .new_big_r .des {
    margin-top: 40px;
    color: var(--white-color);
    opacity: 0.6;
}
.new_add_top .new_big .more {
    padding-top: 40px;
}
.new_add_top .new_big .more span {
    color: var(--white-color);
    background-image: url(/template/default/index/4372/images/arrow_right_white.svg);
}


/* list */
.new_bottom_list {
    padding-top: 39px;
}

.new_bottom_list ul {
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    flex-wrap: wrap;
}

.new_bottom_list ul li {
    width: 33.33%;
    padding: 11px;
    float: left;
}

.new_bottom_list .thumb {
    position: relative;
    overflow: hidden;
}

.new_bottom_list .thumb i {
    display: block;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.new_bottom_list .thumb .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    
    opacity: 0;
    transition: opacity 0.4s ease;
}

.new_bottom_list .thumb .mask i {
    width: 70px;
    height: 70px;
    background-image: url(/template/default/index/4372/images/new_jia.svg);
    background-repeat: no-repeat;

}

.new_bottom_list .infor {
    padding: 26px;
    background-color: #F7F9FA;
    transition: background-color 0.3s ease;
}

.new_bottom_list .infor .time {
    margin-top: 16px;
    padding-left: 28px;
    color: #CCC;
    font-size: var(--font-medium);
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url(/template/default/index/4372/images/time_grey.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
}

.new_bottom_list .infor .t {
    font-size: var(--font-large);
    color: var(--dark);
    font-weight: 400;
    height: 68px;
    line-height: 34px;
}

.new_bottom_list a:hover .infor {
    background-color: var(--main-color);
}

.new_bottom_list a:hover .infor .t {
    color: var(--white-color);
}

.new_bottom_list a:hover .infor .time {
    opacity: 0.5;
    color: var(--white-color);
    background-image: url(/template/default/index/4372/images/time_white2.svg);
}

.new_bottom_list a:hover .mask {
    opacity: 1;
}

.new_bottom_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}




@media (max-width:991px) {
    .new_add_top .new_big_r {
        padding:46px 30px;
        padding-left: 14px;
    }
    .new_add_top .new_big_r .des {
        margin-top: 30px;
    }
    .new_add_top .new_big .more {
        padding-top: 30px;
    }
    .new_bottom_list ul li {
        width: 100%;
    }

}

@media (max-width:767px) {
    .new_add_top .new_big .thumb {
        width: 100%;
    }
    .new_add_top .new_big .thumb::before,
    .new_add_top .new_big .thumb::after {
        display: none;
    }

    .new_add_top .new_big_r {
        width: 100%;
        padding: 25px 20px;
     }

     .new_bottom_list .infor {
        padding: 26px 20px;
    }

}
/* job list */
.job_new_list {
    padding-top: 40px;
}
.job_new_list>ul>li {
    margin-bottom: 10px;
    border-radius:6px;
    background: #F8F8F8;
}
.job_new_list .job-item-title{
    position: relative;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.job_new_list .job-item-title::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #183884;
}
.job_new_list .job-item-title .title {
    padding-right: 70px;
    color:#231F20;
font-style: normal;
font-weight: 700;
line-height: 1.4;
}
.job_new_list .job_stas {
    position: absolute;
right: 0;
top: 0;
display: flex;
padding: 8px 20px;
justify-content: center;
align-items: center;
border-radius: 0 6px;
background: #C4261D;
color: var(--white-color);
font-size: var(--font-medium);
font-style: normal;
font-weight: 400;
line-height: normal;
}
.job_new_list .job-item_l {
    margin-top: 20px;
    float: inherit;
    width: 100%;
}
.job_new_list .job-info span:last-child {
    padding-right: 0;
    margin-right: 0;
}
.job_new_list .job-info {
    display: flex;
}
.job_new_list .job_new_cont {
    padding:0 40px;
    padding-bottom: 40px;
}
.job_new_cont h3 {
    padding-top: 40px;
    color: #333;
font-size:var(--font-large);
font-style: normal;
font-weight: 700;
line-height: 28px; 
}
.job_new_cont .text {
    padding-top: 16px;
    color: #666;
    font-size: var(--font-medium);
    font-style: normal;
    font-weight: 400;
    line-height: 36px; 
}
.job_new_cont .text p {
    color: #666;
font-size: var(--font-medium);
font-style: normal;
font-weight: 400;
line-height: 36px; 
}
@media (max-width:1366px) {

.job_new_list .job-item-title::before {
    height: 22px;
}

}
@media (max-width:991px) {
    .job_new_list .job-item-title {
        padding: 20px 30px;
    }
    .job_new_list .job-info span {
        padding-right: 16px;
        margin-right: 16px;
    }
   
    .job_new_list .job_new_cont {
        padding: 0 30px;
        padding-bottom: 40px;
    }


}
@media (max-width:767px) {
    .job_new_list .job-item-title {
        padding: 20px 25px;
    }
    .job_new_list .job-info {
        flex-flow: column;
    }
    .job_new_list .job-info span {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }
    .job_new_list .job-info span::before {
        display: none;
    }
    .job_new_list .job_new_cont {
        padding: 0 25px;
        padding-bottom: 30px;
    }
    .job_new_cont h3 {
        padding-top: 30px;
    }
    .job_new_cont .text p {
        margin-bottom: 10px;
        line-height: 25px;
    }
    .job_new_cont .text p:last-child {
        margin-bottom: 0;
    }

}

.body_box {
    overflow: hidden;
}
.index_border {
    position: relative;
    z-index: 1;
}
.index_border::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: calc(100% + 30px);
    height: calc(100% + 20px);
    border-radius: 6px;
    border: 1px solid #EEE;
    z-index: -1;
}
@media (max-width:767px) {
    .index_border::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
        width: calc(100% + 14px);
        height: calc(100% + 16px);
        border-radius: 6px;
    }

}<!--0.00015091896057129-->