﻿.jobcss {
    padding-bottom: 60px;
}

    .jobcss .jobfix {
        display: flex;
        justify-content: space-between;
        width: 1400px;
        margin: 0px auto;
    }

    .jobcss .joblist {
        width: 1000px;
    }

    .jobcss .jobul {
        padding-top: 30px;
    }

    .jobcss .jobitem {
        width: 96%;
        border-bottom: 1px dashed #CCC;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .jobcss .jobnm {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .jobcss .yqnm {
        line-height: 30px;
        color: #999;
        font-size: 16px;
    }

    .jobcss .yqxx {
        padding: 10px 0px;
        line-height: 30px;
        font-size: 16px;
    }

    .jobcss .dzxx {
        font-size: 16px;
    }
    /****/
    .jobcss .jobfr {
        width: 340px;
        position: relative;
    }

    .jobcss .frroll {
        background-color: #FFF;
    }

    .jobcss .ypmain {
        padding-top: 30px;
    }

    .jobcss .ypnm {
        font-size: 16px;
        color: #999;
        margin-bottom: 6px;
    }

    .jobcss .ypxx {
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
        line-height: 30px;
    }

    .jobcss .hjmain {
        margin-top: 30px;
    }

    .jobcss .hjul {
        width: 340px;
        border-radius: 4px;
        overflow: hidden;
    }

    .jobcss .hjswiper {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .jobcss .hjul .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .jobcss .hjul .swiper-slide a {
            display: block;
        }

        .jobcss .hjul .swiper-slide img {
            display: block;
            width: 100%;
            height: 255px;
            border-radius: 4px;
        }

    .jobcss .hjul .swiper-button-prev {
        color: #a0a0a0;
    }

    .jobcss .hjul .swiper-button-next {
        color: #a0a0a0;
    }
    /****/
    .jobcss .fixroll {
        position: fixed;
        z-index: 1;
        top: 100px
    }