

.join-box {
    overflow: hidden;
    padding: 0px;
}

.join-box .title {
    overflow: hidden;
    color: #787878;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
}

.join-box .title p {
    text-align: left;
    float: left;
    width: 20%;
    padding-left: 20px;
}

.join-box .jobList .on:nth-child(1) {
    color: white;
    background: #fafafa;
}

.join-box .jobList {
    background: #fff;
}

.join-box .jobList .tit p {
    float: left;
    width: 20%;
    color: #787878;
    text-align: left;
    padding-left: 20px;
}

.join-box .jobList .tit {
    position: relative;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    background: #fafafa;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.1);
}

.join-box .jobList:nth-child(1) .tit {
    border-top: 0px;
}


.join-box .jobList .tit:after {
    display: block;
    overflow: hidden;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 14px;
    height: 11px;
    background-image: url(../image/down.png)/*tpa=http://szudd.s606.gainda.net/template/default/cn/pc/skin/image/down.png*/;
    background-size: cover;
    visibility: visible;
}

.join-box .jobList .titbtm:after {
    transform: rotate(180deg);
}

.join-box .jobList .in.on {
    display: block;
}

.join-box .p_content {
    border-top: 0px;
    padding-bottom: 20px;
    background: #fff;
}

.join-box .jobList .in {
    padding: 20px;
    background: #eee;
    display: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.join-box .jobList .in p {
    line-height: 22px;
    color: #666;
    font-size: 14px;
}
.join-box .jobList .des1 {
    color: #787878;
}
.join-box .jobList .des1 span {
    margin-right: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .tt p:nth-child(3) {
        display: none;
    }

    .join-box .jobList .tit p {
        width: 25%;
    }

    .join-box .title p {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .join-box .jobList .tit {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .join-box .jobList .in {
        padding: 20px;
    }

    .join-box .jobList .tit p {
        width: 33.33%;
    }

    .join-box .title p {
        width: 33.33%;
        font-size: 14px;
    }

    .join-box .tt p:nth-child(2) {
        display: none;
    }

    .join-box .tt p:nth-child(3) {
        display: none;
    }

    .i_ReleaseTime {
        display: block;
    }

    .des1 {
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        width: 100%;
    }

    .tit:after {
        content: "";
        visibility: hidden;
    }

    .des1 span {
        width: calc(100% / 1);
        display: inline-block;
        padding-right: 10px;
        font-size: 14px;
        line-height: 25px;
        margin: 3px 0;
        float: left;
    }
}