body * {
    outline: none;
}
.job-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 4.6875rem;
}
.job-lista li {
    width: 48%;
    border-radius: 1.875rem;
    background: #FFF;
    box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.1);
    padding: 1.5625rem 3% 3.125rem;
    margin-bottom: 3%;
    position: relative;
    background-image: url('../img/5.svg');
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: 110% 100%;
}
.job-lista li::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.36s;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: 30% 20%;
    background-position: 90% 10%;
}
.job-lista li .tit {
    color: #444444;
    font-size: 1.875rem;
    line-height: 1.5em;
    padding: 0.75rem 0;
    border-bottom: 1px solid #E3E1E1;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-lista li .ashrsx1 {
    padding: 1.25rem 0;
}
.job-lista li .ashrsx1 dl {
    color: #949494;
    font-size: 1.125rem;
    line-height: 1.5em;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_left {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}
.job-lista li a.more-bk {
    color: #777777;
    font-size: 1.425rem;
    line-height: 2em;
    margin-top: 2rem;
    z-index: 999;
    position: sticky;
}
.job-lista li a.more-bk i {
    font-size: 1.25rem;
    margin-left: 0.5rem;
}
.icon-a-tubiaozhizuomoban2:before {
    content:"\e602";
}
.hidden {
    display: none;
}
/*.job-lista li:hover{*/
/*    background: #0F419C;*/
/*}*/
/*.job-lista li:hover::before{*/
/*    transform: translateX(-120px) translateY(190px) scale(1.3);*/
/*    filter: brightness(0) invert(1);*/
/*}*/
/*.job-lista li:hover .tit,*/
/*.job-lista li:hover .ashrsx1 dl,*/
/*.job-lista li:hover a.more-bk{*/
/*    color: #fff;*/
/*}*/
@media (max-width: 980px){
    .job-lista{
        justify-content: center;
        margin-top: 1rem;
    }
    .job-lista li::before{
        background-size: 30% 15%;
    }
    /*.job-lista li:hover::before{*/
    /*    transform: translateX(-60px) translateY(160px) scale(1.3);*/
    /*}*/
    .job-lista li {
        border-radius: 1rem;
        padding: 1.25rem 8.5%;
        width:90%;
    }
    .job-lista li .tit {
        font-size: 1.5rem;
    }
    .job-lista li .ashrsx1 {
        padding: 1rem 0;
    }
    .job-lista li .ashrsx1 dl {
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 50%;
    }
    .job-lista li a.more-bk {
        margin-top: 1rem;
    }
}






























