.job-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-bottom: .5rem;
}

.job-container .job-content .job-contacts {
    text-align: center;
    padding: 0.8rem 0;
    color: #666666;
    font-size: 16px;
}

.job-container .job-content .job-contacts span:nth-child(1) {
    padding-right: 1rem;
}

.job-container .job-content .job-search ul {
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.job-container .job-content .job-search ul li {
    float: left;
    padding: 5px 10px;
}

.job-container .job-content .job-search ul a:nth-child(1) li {

    font-weight: bold;
}

.job-container .job-content .job-search ul a {
    color: #333333;
    display: inline-block;
    padding: 0 35px;
}

.job-container .job-content .job-search ul li:not(:nth-child(1)) {
    /* margin-right: .3rem; */
    padding: 5px 35px;
}

.active {
    background: #EB640E;
    color: #FFF !important;

}

.active a {
    color: #FFFFFF !important;
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) {
    background: #EB640E;
    padding: 0;
    /* margin: 5px 0; */
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) input {
    border: 1px solid #EB640E;
    width: 400px;
    padding: 0 5px;
    outline: none;
    /* line-height: 40px; */
    height: 41px;
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) a {
    padding: 6px 20px;
    color: #FFFFFF;
}

.job-container .job-content .job-data {
    padding: .6rem 10px;
}

.job-container .job-content .job-data table {
    width: 100%;
}

.job-container .job-content .job-data table thead {
    background: #EB640E;
    color: #FFF;
}

.job-container .job-content .job-data table th,
.job-container .job-content .job-data table td {
    padding: 15px;
    position: relative;
}

.job-container .job-content .job-data table tbody {
    background: #F8F8F8;
}

.job-container .job-content .job-data table tbody .child {

    background: #F4F4F4;
    box-shadow: 0px 6px 6px 0px rgb(137 137 137 / 14%);
}

.job-container .job-content .job-data table tr {
    cursor: pointer;
}

.job-container .job-content .job-data table tbody tr td a {
    color: #333333;
}

.job-container .job-content .job-data table tbody tr:nth-child(4n-1) {

    background: #FFF2E9;
}

.job-container .job-content .job-data table tbody tr:nth-child(4n) {

    background: #FFF2E9;
}


.job-container .job-content .job-data table tbody tr td a:hover {
    color: #EB640E;
}

.job-container .job-content .job-data table tbody tr td .fold {
    position: absolute;
    right: 25px;
    line-height: 22px;
    font-size: 21px;
}

.job-container .job-bgc {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.jobEntry-container {
    width: 998px;
    padding: 64px 0;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.jobEntry-container li {
    width: 455px;
    height: 250px;
    background: skyblue;
}

.jobEntry-container li img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.8;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article {
        margin: 0.5rem;
    }

    #mobile-terminal .article ul li {
        margin-bottom: 0.5rem;
        position: relative;
    }

    #mobile-terminal .article ul li .zp {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 0.5rem;
    }

    #mobile-terminal .article ul li a {
        color: #FFFFFF;
    }

    #mobile-terminal .article ul li a .sx p:nth-child(1) {
        font-size: 0.55rem;
        font-weight: bold;

    }

    #mobile-terminal .article ul li a .sx p:nth-child(2) {
        font-size: 0.4rem;
        color: rgba(255 255 255 / 82%)
    }

    #mobile-terminal .article ul li a .sx-img {
        text-align: right;
        padding-top: 0.8rem;
    }
}