.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*标题*/
.job-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto;
    text-align: center;
}
.job-title h2{
    display: inline-block;
    background: url("../image/title-bg.png") no-repeat right bottom;
    padding-right: 30px;
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}
.job-title h2{
    position: relative;
    padding-left: 90px;
}
.job-title h2 img{
    position: absolute;
    left: 0;
    top: -25px;
}
.job-title h2 b{
    color: #000000;
    background: linear-gradient(25deg, #E93708 0.2685546875%, #2D2B27 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*banner*/
.job-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1220px;
    position: relative;
    background: url("../image/banner-bg.jpg") no-repeat center;
    height: 648px;
    overflow: hidden;
}
.job-banner .job-banner-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin:160px auto 0;
    padding-left: 50px;
    overflow: hidden;
}
.job-banner .job-banner-img p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/banner-bg1.png") no-repeat center left;
    width: 645px;
    height: 50px;
    text-align: left;
    color: #ffffff;
    font-size: 26px;
    line-height: 50px;
    padding: 0 15px;
    margin-top: 110px;
    font-weight: lighter;
}
.job-banner .job-banner-img p del{
    display: inline-block;
    margin: 0 10px;
}
/*1对比*/
.job-compare{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background: url("../image/10-bg1.png") no-repeat 98% 10%,
    url("../image/10-bg1.png") no-repeat 2% 120% #FFF8E5;
    min-height: 790px;
}
.job-compare .job-compare-bg{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/1-bg1.png") no-repeat center;
    width: 1140px;
    height: 537px;
    margin: 0 auto;
    overflow: hidden;
}
.job-compare .job-compare-bg .job-compare-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 530px;
    float: left;
    overflow: hidden;
    padding-left: 54px;
}
.job-compare .job-compare-bg .job-compare-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 605px;
    float: right;
    overflow: hidden;
    padding-left: 54px;
}
.job-compare .job-compare-bg .job-compare-title{
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.job-compare .job-compare-bg ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 240px;
}
.job-compare .job-compare-bg ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px solid #4B4740;
    font-size: 20px;
    font-weight: 400;
    color: #4B4740;
    text-align: left;
    line-height: 26px;
    margin: 23px 0;
    padding-left: 5px;
}
.job-compare .job-compare-bg .job-compare-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 378px;
    height: 146px;
    background: #FFF8E5;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
}
.job-compare .job-compare-bg .job-compare-img .job-compare-img-p{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #4B4740;
}
.job-compare .job-compare-bg .job-compare-img .job-compare-img-p b{
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 8px;
}
.job-compare .job-compare-bg .job-compare-img .job-compare-img-p b:after{
    content: "";
    width: 24px;
    height: 3px;
    background: #EB402A;
    position: absolute;
    left: 0;
    bottom: 0;
}
.job-compare .job-compare-bg .job-compare-right .job-compare-img{
    width: 498px;
    height: 146px;
}

/*2情况说明*/
.job-situation{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF1DA;
    overflow: hidden;
}
.job-situation .job-situation-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/2-bg1.png") no-repeat center;
    width: 1140px;
    height: 372px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 75px;
}
.job-situation .job-situation-center .job-situation-title{
    width: 336px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -168px;
}
.job-situation .job-situation-center .job-situation-ul{
    width: 100%;
    height: 223px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-situation .job-situation-center .job-situation-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 368px;
    height: 223px;
    position: relative;
}
.job-situation .job-situation-center .job-situation-ul li b{
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #2E2B27;
    margin-left: 170px;
    margin-top: 55px;
}
.job-situation .job-situation-center .job-situation-ul li p{
    width: 300px;
    margin: 40px auto 0;
    font-size: 18px;
    font-weight: 400;
    color: #4B4740;
    line-height: 24px;
    text-align: left;
}

/*3*/
.job-condition{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF8E5;
    overflow: hidden;
}
.job-condition .job-condition-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1150px;
    margin: 0 auto 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-condition .job-condition-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/3-img1.png") no-repeat center;
    width: 368px;
    height: 278px;
    color: #ffffff;
    text-align: center;
    padding-top: 140px;
}
.job-condition .job-condition-ul li:nth-child(2){
    background: url("../image/3-img2.png") no-repeat center;
}
.job-condition .job-condition-ul li:nth-child(3){
    background: url("../image/3-img3.png") no-repeat center;
}
.job-condition .job-condition-ul li b{
    font-size: 30px;
}
.job-condition .job-condition-ul li p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}

/*5大专题-*/
.job-special{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/4-bg.jpg") no-repeat center;
    height: 2567px;
    overflow: hidden;
}
.job-special .job-special-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 20px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}
.job-special .job-special-center .job-special-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/4-left.png") no-repeat center;
    width: 260px;
    height: 281px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    color: #ffffff;
    margin-right: 20px;
}
.job-special .job-special-center .job-special-left h3{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}
.job-special .job-special-center .job-special-left span{
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.job-special .job-special-center .job-special-left ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px dashed #ffffff;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}
.job-special .job-special-center .job-special-left ul li{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
.job-special .job-special-center .job-special-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 445px;
    background: url("../image/4-right.png") no-repeat left center;
    height: 324px;
    padding-left: 60px;
}
.job-special .job-special-center .job-special-list li{
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}
/**/
.job-special .job-special-chart{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/4-bg1.jpg") no-repeat center;
    width: 1200px;
    height: 499px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.job-special .job-special-chart .job-special-chart-lx{
    position: absolute;
    left: 30px;
    bottom: 35px;
    width: 1130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
}
.job-special .job-special-chart .job-special-chart-sm{
    position: absolute;
    left: 30px;
    bottom: 93px;
    width: 1060px;
    font-size: 18px;
    font-weight: 400;
    color: #E0240B;
    line-height: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.job-special .job-special-chart .job-special-chart-sm span:nth-child(1){
    color: #FF911A;
    margin-right: 230px;
}
.job-special .job-special-chart .job-special-chart-sm span:nth-child(2){
    color: #EF4C0C;
}
.job-special .job-special-chart .job-special-chart-sm span{
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}
.job-special .job-special-chart .job-special-chart-salary{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.job-special .job-special-chart .job-special-chart-salary p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    margin-right: 20px;
    height: 114px;
    line-height: 114px;
    margin-left: 40px;
}
.job-special .job-special-chart .job-special-chart-salary b{
    font-size: 24px;
    font-weight: bold;
    color: #26241F;
    line-height: 24px;
}
.job-special .job-special-chart .job-special-chart-dh1 p{
    background: url("../image/4-columnar1.png") no-repeat center;
    width: 568px;
}
.job-special .job-special-chart .job-special-chart-dh2 p{
    background: url("../image/4-columnar2.png") no-repeat center;
    width: 895px;
}
.job-special .job-special-chart .job-special-chart-dh1 p{
    animation: cxTranlate1 2.2s linear;
}
.job-special .job-special-chart .job-special-chart-dh2 p{
    animation: cxTranlate2 2.6s linear;
}
@-webkit-keyframes cxTranlate1{
    from{
        width: 0;
    }
    to{
        width: 568px;
    }
}
@-webkit-keyframes cxTranlate2{
    from{
        width: 0;
    }
    to{
        width: 895px;
    }
}
/*5*/
.job-find{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/5-bg.jpg") no-repeat center;
    overflow: hidden;
    height: 1260px;
}
.job-find .job-title h2 b{
    color: #000000;
    background: linear-gradient(200deg, #FFE5BF 0%, #FFFAEE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.job-find .job-find-lb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../image/5-bg1.png") no-repeat center;
    width: 1158px;
    height: 740px;
    margin: 0 auto;
    padding-top: 10px;
}
.job-find .job-find-lb .job-find-lb-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 922px;
    height: 720px;
    margin: 0 auto;
}
.job-find .job-find-yf{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    height: 222px;
    background: linear-gradient(0deg, #FFE5BF, #FFFAEE);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 9px 16px 0px rgba(207,185,153,0.5);
    border-radius: 20px;
    margin: 40px auto 0;
    position: relative;
    padding-top: 70px;
}
.job-find .job-find-yf .job-find-yf-title{
    width: 194px;
    height: 46px;
    background: #2E2F41;
    border-radius: 0px 0px 19px 19px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    position: absolute;
    left: 50%;
    margin-left: -97px;
    top: -2px;
}
.job-find .job-find-yf .job-find-yf-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1016px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-find .job-find-yf .job-find-yf-list li{
    width: 270px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.job-find .job-find-yf .job-find-yf-list li:nth-child(2n){
    width: 37px;
    height: 31px;
}
.job-find .job-find-yf .job-find-yf-list li span{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #2E2F41;
    box-shadow: 0px 0px 5px 0px rgba(255,245,228,0.5);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
}
.job-find .job-find-yf .job-find-yf-list li p{
    width: 235px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #2D2B27;
    line-height: 36px;
    text-align: left;
}
/*6技术提升*/
.job-elevate{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/6-bg.jpg") no-repeat center;
    height: 792px;
    overflow: hidden;
}
.job-elevate .job-elevate-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/6-bg1.png") no-repeat center;
    width: 1218px;
    height: 524px;
    position: relative;
    margin: 0 auto;
}
.job-elevate .job-elevate-center li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 245px;
    height: 244px;
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 33px;
}
.job-elevate .job-elevate-center li:nth-child(1){
    margin-left: 127px;
}
.job-elevate .job-elevate-center li:nth-child(5){
    margin-left: 65px;
}
/*7应用*/
.job-application{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/7-bg.jpg") no-repeat center;
    height: 941px;
    overflow: hidden;
}
.job-application .job-application-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 80px auto 0;
}
.job-application .job-application-center .job-application-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.job-application .job-application-center .job-application-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 163px;
    height: 168px;
    background: linear-gradient(126deg, #F6785F, #D32007);
    border-radius: 5px;
    margin: 0 25px;
}
.job-application .job-application-center .job-application-list li .job-application-list-img{
    text-align: center;
    width: 133px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: -30px auto 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    color: #2E2B27;
    line-height: 36px;
}
.job-application .job-application-center .job-application-list li .job-application-list-txt{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
/*8学习服务*/
.job-service{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF1DA;
    overflow: hidden;
}
.job-service .job-service-center{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 60px;
    background: url("../image/8-img1.png") no-repeat left center;
    height: 560px;
    position: relative;
    padding-left: 425px;
}
.job-service .job-service-center li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
}
.job-service .job-service-center li span{
    display: inline-block;
    width: 128px;
    height: 57px;
    background: linear-gradient(126deg, #F6785F, #D32007);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 57px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
}
.job-service .job-service-center li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 624px;
    height: 97px;
    line-height: 97px;
    background: #ffffff;
    box-shadow: 4px 6px 16px 0px rgba(245,231,193,0.71);
    border-radius: 10px;
    padding-left: 100px;
    font-size: 20px;
    color: #000000;
}
.job-service .job-service-center li:nth-child(2){margin-left: 50px;}
.job-service .job-service-center li:nth-child(3){margin-left: 84px;}
.job-service .job-service-center li:nth-child(4){margin-left: 50px;}
/*9 专属礼包*/
.job-gift{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/9-bg.jpg") no-repeat center;
    height: 604px;
    overflow: hidden;
    padding-top: 30px;
}
.job-gift .job-title h2 b{
    color: #000000;
    background: linear-gradient(200deg, #FFE5BF 0%, #FFFAEE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.job-gift .job-gift-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1110px;
    height: 330px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.job-gift .job-gift-list li:nth-child(2n){
    align-self: flex-end;
}
.job-gift .job-gift-list li{
    background: url("../image/9-bg1.png") no-repeat center;
    width: 250px;
    height: 276px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.job-gift .job-gift-list li p{
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #362B25;
    text-align: center;
    margin-top: 15px;
}
.job-gift .job-gift-list li p b{
    color: #E94021;
    display: block;
}
/*10 学员反馈*/
.job-evaluate{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background: url("../image/10-bg1.png") no-repeat 98% 10%,
    url("../image/10-bg1.png") no-repeat 2% 120% #FFF8E5;
    min-height: 820px;
}
.job-evaluate .job-evaluate-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 986px;
    background: #FFFFFF;
    border: 5px solid rgba(255,137,115,0.24);
    border-radius: 18px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li .job-evaluate-list-head{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li .job-evaluate-list-txt{
    width: 820px;
    float: left;
    margin-left: 10px;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li .job-evaluate-list-txt span{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #292929;
    line-height: 24px;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li .job-evaluate-list-txt span img{
    display: inline-block;
    margin-left: 20px;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li .job-evaluate-list-txt p{
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #676565;
    line-height: 24px;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li:nth-child(2){
    margin-left: 155px;
    margin-top: -30px;
    z-index: 2;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li:nth-child(3){
    margin-top: -30px;
    z-index: 3;
}
.job-evaluate .job-evaluate-list .job-evaluate-list-li:nth-child(4){
    margin-top: -30px;
    margin-left: 155px;
    z-index: 4;
}



























