@charset "UTF-8";

@media screen and (max-width: 1600px){
    .recruitment .way .right h3{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1400px){
    .recruitment .way .right i{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1280px){
    .recruitment .description{
        width: 95%;
    }
}

@media screen and (max-width: 1200px){
    .recruitment .way .right h3{
        margin-left: 20px;
    }
    .recruitment .way .right div{
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .recruitment .way .right i {
        margin-left: 20px;
    }
    .recruitment .way .right div p{
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px){
    .recruitment .description ul li .top .left{
        width: 87%;
    }
    .recruitment .description ul li .top .watch{
        width: 13%;
    }
    .recruitment .way .right h3{
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .recruitment .way .right div h4{
        margin-bottom: 0;
        font-size: 16px;
    }
    .recruitment .way .right div{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1000px){
    .title div{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .recruitment .bg-view ul li{
        height: 150px;
    }
    .recruitment .bg-view ul li a > div div:after{
        bottom: -35px;
    }
    .recruitment .way{
        width: 70%;
        margin: auto;
        padding-bottom: 30px;
    }
    .recruitment .way > div{
        width: 100%;
    }
    .recruitment .way .right{
        position: relative;
    }
    .recruitment .description ul li .top .left{
        width: 83%;
    }
    .recruitment .description ul li .top .watch{
        width: 17%;
    }
    .recruitment .way .right{
        padding-top: 15px;
    }
    .recruitment .way .right h3{
        margin-top: 0;
    }
}

@media screen and (max-width: 425px){
    .recruitment{
        padding-top: 30px;
    }
    .title h3{
        font-size: 18px;
    }
    .title p{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .title div{
        margin-bottom: 20px;
    }
    .recruitment .bg-view ul li {
        height: 90px;
    }
    .recruitment .bg-view ul li a > div div{
        font-size: 12px;
    }
    .recruitment .bg-view ul li a > div div:after{
        bottom: -25px;
        width: 15px;
        height: 15px;
    }
    .recruitment .bg-view{
        margin-bottom: 30px;
    }
    .recruitment .description ul li .top{
        height: 50px ;
        line-height: 50px;
    }
    .recruitment .description ul li .top .watch:after{
        display: none;
    }
    .recruitment .description ul li .top .number{
        margin-right:10px ;
    }
    .recruitment .description ul li .bottom{
        padding: 20px 50px 30px;
    }
    .recruitment .description ul li .bottom .left,
    .recruitment .description ul li .bottom .right{
        width: 100%;
        float: none;
    }
    .recruitment .description ul li .bottom .left{
        margin-bottom: 20px;
    }
    .recruitment .description ul li .bottom > i{
        display: none;
    }
    .recruitment .description ul li .bottom h3{
        margin-bottom: 10px;
    }
    .recruitment .way{
        width: 95%;
    }
    .recruitment .description{
        margin-bottom: 30px;
    }
    .recruitment .bg-view ul li a{
        display: none;
    }
}






