.join-box {
    width: 100%;
    background: url(../images/img02.jpg) repeat center;
    padding: 58px 0 64px;
}

.inline-tit {
    width: 100%;
    text-align: center;
    height: 82px;
    line-height: 82px;
    font-size: 26px;
    color: #000;
}

.inline-tit.ico01 {
    background: url(../images/img01.png) no-repeat center;
}

.inline-tit.ico02 {
    background: url(../images/img02.png) no-repeat center;
}

.process {
    width: 100%;
    padding: 37px 0 100px;
    position: relative;
}

.process ul {
    width: 100%;
    padding-bottom: 44px;
    border-bottom: 1px solid #e5e5e5;
}

.process li {
    float: left;
    width: 255px;
    margin-left: 49px;
    position: relative;
    margin-bottom: 19px;
    transition: box-shadow 0.3s;
}

.process li.on {
    margin-left: 32px;
}

.process li .tit {
    background: #eee;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    padding-left: 39px;
    font-size: 16px;
    color: #333333;
}

.process li .tit b {
    font-size: 12px;
    color: #999999;
    font-family: 'Arial';
    font-weight: normal;
    padding-left: 14px;
}

.process li .num {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -32px;
    background: #f5f5f5;
    border-radius: 50%;
}

.process li .num span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 18px;
    color: #fff;
}

.process li .num.ico01 span {
    background: #fe606a;
}

.process li .num.ico02 span {
    background: #e24d57;
}

.process li .num.ico03 span {
    background: #ca333e;
}

.process li .num.ico04 span {
    background: #c12b36;
}

.process li .num.ico05 span {
    background: #a9212b;
}

.process li .num.ico06 span {
    background: #871720;
}

.process li .num.ico07 span {
    background: #6c1016;
}

.process li .num.ico08 span {
    background: #6c1016;
}

.process li .con {
    background: #fbfbfb;
    padding: 15px 33px 14px 39px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 170px;
}

.process .address {
    padding-left: 32px;
    width: 1168px;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    background: url(../images/img06.png) no-repeat left center;
    margin-top: 21px;
}

.process .address span {
    font-size: 14px;
    color: #666;
    padding-left: 12px;
}

.process li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.post-list {
    width: 379px;
    padding-top: 35px;
}

.post-list li {
    float: left;
    cursor: pointer;
    max-width: 165px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #000000;
    margin-right: 22px;
    transition: background 0.3s, color 0.3s, border 0.3s;
    width: 48%;
}

.post-list li:hover,
.post-list li.on {
    background: #d32833;
    color: #fff;
    border-color: #d32833;
}

.post-box {
    width: 100%;
    padding-top: 39px;
    position: relative;
}

.post-box .search-box {
    width: 435px;
    height: 44px;
    position: absolute;
    top: -47px;
    right: -36px;
}

.post-box .search-box .text {
    width: 341px;
    padding: 0 17px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    color: #999;
    height: 42px;
    float: left;
    line-height: 42px;
}

.post-box .search-box .submit {
    width: 57px;
    height: 42px;
    float: left;
    border: none;
    background: #d32833 url(../images/img03.png) no-repeat center;
}

.sociology-list {
    width: 100%;
}

.sociology-tit {
    height: 70px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    line-height: 70px;
    text-align: center;
    background: url(../images/img03.jpg) no-repeat center;
}

.sociology-tit span,
.sociology-list-tit span {
    float: left;
    position: relative;
    display: block;
}

.sociology-tit span.one,
.sociology-list-tit span.one {
    width: 158px;
}

.sociology-tit span.two,
.sociology-list-tit span.two {
    width: 303px;
}

.sociology-tit span.the,
.sociology-list-tit span.the {
    width: 145px;
}

.sociology-tit span.four,
.sociology-list-tit span.four {
    width: 291px;
}

.sociology-tit span.five,
.sociology-list-tit span.five {
    width: 142px;
}

.sociology-tit span.six,
.sociology-list-tit span.six {
    width: 101px;
}

.sociology-list li {
    background: #fff;
    width: 100%;
}

.sociology-list-tit {
    height: 80px;
    font-size: 16px;
    color: #666666;
    line-height: 80px;
    margin: 0 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e6e5e5;
}

.sociology-list-tit span i {
    width: 24px;
    height: 80px;
    margin: 0 auto;
    display: block;
    background: url(../images/img04.png) no-repeat center;
}

.sociology-list-tit:hover i,
.sociology-list-tit.on i {
    background: url(../images/img04_h.png) no-repeat center;
}

.sociology-list-tit.on {
    border-color: #fff;
}

.sociology-list li .con {
    background: #fafafa;
    padding: 9px 72px 37px;
    display: none;
}

.sociology-list li dl {
    width: 880px;
}

.sociology-list li dd {
    width: 220px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.sociology-list li dd span {
    font-size: 16px;
    color: #333;
}

.sociology-list li h2 {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-top: 15px;
}

.sociology-list li p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.sociology-list li .apply {
    padding-left: 54px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #da1b39 url(../images/img05.png) no-repeat 32px center;
    font-size: 14px;
    margin-top: 32px;
    display: block;
    transition: box-shadow 0.3s;
}

.sociology-list li .apply:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.post-school {
    width: 100%;
}

.post-school img {
    max-width: 100%;
    height: auto !important;
}

.post-school p,
.post-school {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}