.banner_box .banner {
    height: 450px;
    text-align: center;
    position: relative
}

.banner_box .banner img {
    height: 100%;
    margin: 0 -100%
}

.banner_box .banner_text_box {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%
}

.banner_box .banner_text_box .banner_text {
    height: 100%;
    display: table;
    margin: 0 auto
}

.banner_box .banner_text_box .banner_text .table {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.banner_box .banner_text_box .banner_text .table .text {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
    padding: 0;
    margin: 0
}

.banner_box .banner_text_box .banner_text .table .ms {
    margin-top: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .banner_box .banner {
        height: 350px
    }

    .banner_box .banner_text_box {
        top: 110px
    }

    .banner_box .banner_text_box .banner_text .table .text {
        font-size: 36px;
        line-height: 42px
    }

    .banner_box .banner_text_box .banner_text .table .ms {
        margin-top: 15px
    }
}

@media (min-width:701px) and (max-width:991px) {
    .banner_box .banner {
        height: 300px
    }

    .banner_box .banner_text_box {
        top: 70px
    }

    .banner_box .banner_text_box .banner_text .table .text {
        font-size: 36px;
        line-height: 42px
    }

    .banner_box .banner_text_box .banner_text .table .ms {
        margin-top: 10px
    }
}

@media (min-width:576px) and (max-width:700px) {
    .banner_box .banner {
        height: 300px
    }

    .banner_box .banner_text_box {
        top: 70px
    }

    .banner_box .banner_text_box .banner_text .table .text {
        font-size: 36px;
        line-height: 42px
    }

    .banner_box .banner_text_box .banner_text .table .ms {
        margin-top: 10px
    }
}

@media (max-width:575px) {
    .banner_box .banner {
        height: 250px
    }

    .banner_box .banner_text_box {
        top: 50px
    }

    .banner_box .banner_text_box .banner_text .table {
        text-align: center
    }

    .banner_box .banner_text_box .banner_text .table .text {
        font-size: 28px;
        line-height: 34px
    }

    .banner_box .banner_text_box .banner_text .table .ms {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px
    }
}

.recruit_box {
    /* padding-top: 80px; */
}
.detail-left{
    width: 60%;
}
@media (max-width:575px) {
    .recruit_box{
        /* padding-top: 50px; */
    }
}
.main-wrap {
    width: 1000px;
    background: #fff;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, .25);
}

.search-tool {
    padding: 40px;
}

.tag-list {
    position: relative;
    margin-left: 100px;
}

.tag {
    display: inline-block;
    cursor: pointer;
}

.tag span {
    padding: 10px;
}

.tag .tag-active,
.tag span:hover {
    color: #4095ec;
}

.tag-active {
    position: relative;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, .25);

}

.tag-active:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    z-index: 1000;
}

.tag ul.tag-next {
    display: none;
    position: absolute;
    width: 900px;
    left: -80px;
    right: 0;
    top: 30px;
    background: #fff;
    padding: 20px 10px;
    z-index: 999;
    box-shadow: 0 0 7px 0 rgba(51, 51, 51, .25);
}

.tag ul.tag-next li {
    display: inline-block;
}

.tag ul.tag-next li.tag-last-next {
    width: 860px;
    left: 20px;
    right: 20px;
    top: 50px;
    z-index: 2;
}

.tag ul.tag-next .tag-active,
.tag ul.tag-next li span:hover {
    color: #fff;
    background: #4095ec;
    padding: 5px 10px;
    border-radius: 4px;
}

.tag ul.tag-next .tag-active:after {
    display: none;
}

.tag ul span {
    margin-bottom: 10px;
}

.main-container {
    border-top: 1px solid #e1e1e1;
    padding: 0 40px 40px;
    overflow: hidden;
}

.side_job {
    width: 100%;
    padding-right: 39px;
    min-height: 580px;
}

.job-item {
    border-bottom: 1px solid #e1e1e1;
}

.font1 {
    overflow: hidden;
}

.font-left {
    float: left;
    width: 375px;
}

.name {
    display: inline-block;
    width: 200px;
}

.salary {
    color: #fd5f38;
}

.date {
    float: right;
    color: #999;
}

.city {
    color: #999;
}

.side_tuijian {
    float: right;
    width: 340px;
    margin-top: 20px;
}

.swiper2 {
    height: 147px;
}

.job-list {
    padding: 15px 0;
    margin: 0 0 0 15px;
    border-bottom: 1px solid #e1e1e1;
}

.job-title {
    border-left: 4px solid $color1;
    padding-left: 10px;
}

.side-job {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 20px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 11;
}

.arrow.right-arrow {
    left: auto;
    right: 0;
}

.side-job-box {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 222px;
    height: 160px;
    padding: 0 20px;
    margin: 0 31px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, .25);
}

.side-job-item {
    border-bottom: 1px dashed #f0f0f0;
    padding: 5px;
}

.side-job-item:last-child {
    border-bottom: 0;
}


#pagination1{
    display: flex;
    justify-content: center;
    width: 100%;
}

#pagination1 .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #55a8fd;
}
@media (max-width: 766px){
    .main-wrap{
        width: 100%;
    }
    #all .job-item .listTime{
        margin-top: 0 !important;
    }
}
