.recruiting {
    width: 100%;
    background: rgba(237, 240, 246, 1);
}

.recruiting-banner {
    font-size: 0;
    position: relative;
}

.recruiting-banner img {
    width: 100%;
}

.about-us-title-box {
    width: 100%;
    height: 1.19rem;
    box-shadow: 0.00rem 0.04rem 0.30rem 0.00rem rgba(67, 90, 107, 0.1);
    position: relative;
    background-color: #fff;

}

.about-us-title {
    width: 22.22rem;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.title-left {
    display: flex;
    align-items: center;
    font-size: 0.33rem;
}

.title-left p {
    padding: 0 0.19rem;
    font-size: 0.33rem;
    font-weight: 600;
    color: #666666;
    line-height: 0.41rem;
}

.recruiting-search {
    width: 22.22rem;
    margin: auto;
}

.search-input {
    padding: 1.06rem 0 0.93rem;
    display: flex;
    align-items: center;
}

.search-input input {
    width: 10.89rem;
    height: 1.19rem;
    background: #FFFFFF;
    box-shadow: 0.00rem 0.00rem 0.19rem 0.02rem rgba(217, 226, 244, 0.69);
    outline: none;
    border: none;
    padding: 0 0.37rem;

    font-size: 0.41rem;
    font-weight: 400;
    color: #4E555F;
    line-height: 0.56rem;
}

#s_zw {
    width: 3.33rem;
    height: 1.19rem;
    background: #2370FA;
    box-shadow: 0.00rem 0.00rem 0.19rem 0.02rem rgba(217, 226, 244, 0.69);
    margin-left: 0.44rem;
    text-align: center;

    font-size: 0.41rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.19rem;
    cursor: pointer;
}

.select-type {
    margin-top: 0.48rem;
}
.select-address{
    margin-bottom: 0.48rem;
}
.search-select>div,
.search-select>div>ul {
    display: flex;
}

.search-select>div label {
    font-size: 0.44rem;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 0.61rem;
}

.search-select>div>ul {
    font-size: 0.37rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.61rem;
}

.search-select>div>ul li {
    width: 2.37rem;
    cursor: pointer;
}

.address-active a,
.type-active a{
    font-size: 0.37rem;
    font-weight: 600;
    color: #2370FA;
    line-height: 0.61rem;
}

.recruiting-content-box {
    margin-top: 1.11rem;
    background-color: #fff;
}

.recruiting-content {
    width: 22.22rem;
    margin: auto;
    padding: 1.43rem 0 1.85rem;
}

.recruiting-content li {
    border-bottom: 0.02rem solid rgba(151, 151, 151, 0.1);
    margin: 0 0.37rem;
    cursor: pointer;
}

.recruiting-content li:hover:not(.recruiting-title) {
    background: #f2f3f7;
}

.recruiting-content .recruiting-title {
    display: flex;
    padding-bottom: 0.28rem;
}

.list-title {
    display: flex;
    height: 2.22rem;
    align-items: center;

}

.recruiting-content .recruiting-title p,
.list-title p {
    width: 3.70rem;

}

.recruiting-content .recruiting-title p {
    font-size: 0.44rem;
    font-weight: 600;
    color: #000000;
    line-height: 0.61rem;
}

.list-title p {
    font-size: 0.41rem;
    font-weight: 400;
    color: #000000;
}

.recruiting-content .recruiting-title p:nth-child(1),
.list-title p:nth-child(1) {
    width: 9.26rem;
}

.list-title p:nth-child(1) {
    font-size: 0.41rem;
    font-weight: 500;
}

.list-title p:last-child {
    cursor: pointer;
}

.list-desc {
    background-color: rgba(237, 240, 246, 0.6);
    padding: 1.54rem 1.39rem;
    box-sizing: border-box;
    display: none;
}

.list-desc h3 {
    font-size: 0.44rem;
}

.list-desc p {
    font-size: 0.44rem;
}

.desc-btn {
    width: 4.59rem;
    height: 1.19rem;
    background: #2370FA;
    box-shadow: 0.00rem 0.00rem 0.19rem 0.02rem rgba(217, 226, 244, 0.69);
    text-align: center;
    line-height: 1.19rem;
    font-size: 0.41rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 1.11rem;
}

#page {
    display: flex;
    justify-content: center;
    margin-top: 1.48rem;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: none;

}

.layui-laypage .layui-laypage-curr em {
    color: rgba(24, 111, 250, 1);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {

    border: 0.02rem solid #186FFA;
    width: 90%;
    height: 90%;
}

.down {
    transition: all 0.5s linear;
}

.down-active .layui-icon {
    /* transition: all 0.5s linear; */
    display: inline-block;
    transform: rotate(180deg);

}
@media (min-width:300px) and (max-width: 800px) {
    .recruiting-banner img{
        height: 4.5rem;
        object-fit: cover;
    }
    .about-us-title{
        width: unset;
    }
    .recruiting-search{
        width: unset;
    }
    .search-select>div label{
        width: 6.4rem;
    }
    .search-select>div>ul{
        flex-wrap: wrap;
    }
    .recruiting-content{
        width: unset;
    }
    .search-select{
        display: none;
    }
    .recruiting-content .recruiting-title p:nth-child(1), .list-title p:nth-child(1){
        width: 6.26rem;
    }
    .recruiting-content .recruiting-title p{
        font-size: 0.37rem;
        width: 5rem;
    }
    .list-title p:nth-child(1){
        font-size: 0.35rem;
    }
    .recruiting-content .recruiting-title p, .list-title p{
        font-size: 0.34rem;
    }
    .list-desc{
        padding: 0.54rem 0.89rem;
    }
    .list-desc p span,.list-desc p{
        font-size: 0.34rem !important;
    }
    .list-desc h3, .list-desc h3 strong, .list-desc h3 strong span{
        font-size: 0.36rem !important;
    }
}