@charset "utf-8";

.tabs {}

.tabs-list {
        display: flex;
        align-items: center;
        text-align: center;
        border-top: .04rem solid #686f7e;
        border-bottom: .04rem solid #686f7e;
}

.tabs-item {
        height: .95rem;
        line-height: .91rem;
        flex: 1;
        background-color: #2d3037;
        font-size: .24rem;
        color: #fff;
        font-weight: bold;
        position: relative;
        transition: all .2s ease;
}

.tabs-item:before {
        content: "";
        width: .04rem;
        height: .38rem;
        position: absolute;
        top: 50%;
        right: -0.02rem;
        transform: translate(0, -50%);
        background-color: #fff;
}

.tabs-item.active {
        background-color: #4a4e58;
}
.tabs-content {
        margin-top: .38rem;
}
.tabs-content-item {
        display: none;
}
.figures-list {
}

.figures-item {
        margin-bottom: .3rem;
}

.figures {
        padding: .24rem .15rem .16rem;
        background-color: #eee;
}

.figures-title {
        color: #060001;
        font-size: .3rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: .1rem;
}

.figures-pic {
        display: block;
        width: 100%;
        height: 3.05rem;
        object-fit: cover;
        object-position: 50% 50%;
}

.figures-des {
        padding: .1rem .32rem 0;
        font-size: .22rem;
        color: #060001;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all;
}

.recruit {
        padding: 0 .36rem;
}

.recruit-hd {
        margin-bottom: .26rem;
}

.recruit-hd .title {
        font-size: .3rem;
        font-weight: bold;
        color: #000;
        margin-bottom: .05rem;
}

.recruit-hd .des {
        font-size: .22rem;
        color: #000;
        line-height: 1.5;
}

.recruit-bd {}

.recruit-list {}

.recruit-item {
        margin-bottom: .28rem;
}

.recruit-bd .title {
        font-size: .3rem;
        font-weight: bold;
        color: #000;
        line-height: 1.5;
}

.recruit-bd .des {
        font-size: .22rem;
        color: #000;
        line-height: 1.5;
}

.recruit-ft {
        margin-top: .56rem;
}

.recruit-ft .title {
        font-size: .3rem;
        font-weight: bold;
        color: #000;
        margin-bottom: .05rem;
}

.recruit-ft .des {
        font-size: .22rem;
        color: #000;
        line-height: 1.5;
}