<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recruitment {
    margin-left: 22px;
}

.recruitment-left-container {
    width: 715px;
    /*height: 565px;*/
    background: #FFFFFF;
    /*padding: 20px;*/
}

.title {
    margin-top: 30px;
    /*margin-bottom: 20px;*/
    font-size:2.4rem;
    font-family:SanFrancisco;
    font-weight:bold;
    border-bottom:3px solid #f5804b;
    padding-bottom:15px;
    /*display:inline-block;*/
    /*padding-right:30px;*/
}

.recruitment-item {
    width: 100%;
    /*padding-bottom: 21px;*/
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 15px;
}

    .recruitment-item:hover * {
        color: #888;
    }

        .recruitment-item:hover .item-phone , .recruitment-item:hover .item-phone i{
        color: #F78144;
    }

         .recruitment-item:hover .item-title  {
        color: #0c60e1;
    }

.item-title {
    font-size: 1.3rem;
    /*font-family: Source Han Sans CN;*/
    /*font-weight: bold;*/
    color: #111;
}

.item-time {
    font-size: 1.3rem;
    font-family: DIN;
    font-weight: 500;
    color: #B3B3B3 !important;
}

.item-desc {
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888;
    margin: 10px 0 0px 0;
}

.item-contact {
    margin-top:3px;
}

.item-phone {
    font-size: 1.3rem;
    color: #F78144;
}

    .item-phone i {
    color: #F78144;
    }


.item-more {
    font-size: 16px;
    font-family: Bahnschrift;
    font-weight: normal;
    color: #B3B3B3;
}

    .item-more img {
        margin-left: 11px;
    }

.item-img-box {
    width: 97px;
    height: 97px;
    background: #112665;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logic-bg {
    width: 100%;
    height: 200px;
    background-color: #FDFCF8;
    margin-top: -10%;
}
</pre></body></html>