.pw {
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:1366px) {
    .pw {
        width: 1000px
    }
}

@media screen and (max-width:1024px) {
    .pw {
        width: 90%
    }
}

.job-list {
    color: #999
}

.job-list .t {
    position: relative;
    padding: 12px 0;
    background: #666;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.job-list .jw1 {
    float: left;
    width: 30%
}

.job-list .jw2 {
    float: left;
    width: 20%
}

.job-list .jw3 {
    float: left;
    width: 30%
}

.job-list .jw4 {
    float: left;
    width: 20%
}

.job-list .jw5 {
    float: left;
    width: 18%
}

.job-list .jw6 {
    float: left;
    width: 12%
}

.job-list .nowti {
    line-height: 24px;
    font-size: 15px;
}

.job-list .jw1 .nowti {
    padding-left: 60px
}

.job-list li:first-child {
    margin-bottom: 15px;
    font-size: 16px
}

.job-list .b {
    display: none;
    padding: 28px 60px 75px 60px;
    border: 1px solid #e5e5e5;
    border-top: none;
    line-height: 2;
    font-size: 14px;
}

.set-email a {
    display: block;
    text-decoration: underline;
    color: #00458e
}

.set-email {
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
    margin-top: 36px
}

.job-list li+li {
    margin-top: 10px
}

.show-btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 100%;
    margin-right: 14px;
    width: 21px;
    height: 21px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.show-btn:after,
.show-btn:before {
    content: "";
    position: absolute;
    background: #666
}

.show-btn:after {
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%
}

.show-btn:before {
    top: 10px;
    left: 0;
    height: 1px;
    width: 100%
}

.job-list li.act .t {
    background: #00458e
}

.job-list li.act .show-btn {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.job-list li.act .show-btn:after,
.job-list li.act .show-btn:before {
    background: #00458e
}

.jo2 {
    padding: 60px 0 80px 0
}

.jo2 .job-list {
    padding-left: 35px
}

@media screen and (min-width:1025px) {
    .job-list li:hover .t {
        background: #00458e
    }

    .job-list li:hover .show-btn:after,
    .job-list li:hover .show-btn:before {
        background: #00458e
    }
}

@media screen and (max-width:1366px) {
    .job-list .jw1 .nowti {
        padding-left: 40px
    }

    .job-list .b {
        padding: 28px 40px 55px 40px
    }
}

@media screen and (max-width:861px) {

    .job-list .jw2,
    .job-list .jw4 {
        display: none
    }

    .job-list .jw1 {
        width: 30%
    }

    .job-list .jw3 {
        width: 24%
    }

    .job-list .jw5 {
        width: 26%
    }

    .job-list .jw6 {
        width: 20%
    }
}

@media screen and (max-width:601px) {
    .job-list .jw3 {
        display: none
    }

    .job-list .jw1 {
        width: 38%
    }

    .job-list .jw5 {
        width: 32%
    }

    .job-list .jw6 {
        width: 30%
    }

    .job-list .jw1 .nowti {
        padding-left: 25px
    }

    .job-list .b {
        padding-left: 25px;
        padding-right: 25px
    }

    .jo2 {
        padding: 10vw 0 13.33vw 0
    }
}

@media screen and (max-width:481px) {
    .job-list .jw1 .nowti {
        padding-left: 15px
    }

    .job-list .b {
        padding: 23px 15px 35px 15px
    }

    .show-btn {
        display: none
    }

    .jo2 .job-list {
        padding-left: 0
    }

    .job-list li:first-child {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px
    }
}