@charset 'utf-8';
.b_top_content {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
}
.main {
    position: relative;
    width: 100%;
    height: auto;
}
.main .banner {
    width: 100%;
    height: 282px;
    background: url("../../images/recruit/joinUs_banner.png") no-repeat center center;
    background-size: cover;
}
.main_content {
    width: 960px;
    margin: 0 auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 51px;
}
.side_left {
    width: 620px;
    float: left;

}
.side_left .side_select>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; 
    line-height: 30px;
    height: 30px;
    width: 80px;  
    cursor: pointer;
}
.side_left .side_select>.chooseAddress {
    background: url("../../images/recruit/selectDown_blue.png") no-repeat right center;
    background-size: 10px 6px;
}

.side_left .side_select>.chooseJob {
    margin-left: 20px;
    background: url("../../images/recruit/selectDown_gray.png") no-repeat right center;
    background-size: 10px 6px;
}

.side_left .side_select .address {
    color: #3071b9;
}
.side_left .side_select .list-box {
    display: none;
    position: absolute;
    top: 30px;
    height: auto;
    width: 80px;
    -webkit-box-shadow: 0 3px 2px 2px #ccc;
    box-shadow: 0 3px 2px 2px #ccc;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.side_left .side_select .list-box li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}
.side_left .side_select .list-box li:hover {
    color: #3071b9;
}
.side_left .side_select .job {
    color: #333333;
}

.side_left .side_list {
    height: auto;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.side_left  .side_list li {
    height: auto;
    cursor: pointer;
}
.side_left  .side_list li > div:hover:not(.job-detal) {
    background: #f4f7fb;
}
.side_left  .side_list li > div:active {
    background: #f4f7fb;
}
.side_left  .side_list .job-base span {
    display: inline-block;
    vertical-align: top;
}
.side_left  .side_list .job-base > div span:nth-child(2),
.side_left  .side_list .job-base > div span:nth-child(3),
.side_left  .side_list .job-base > div span:nth-child(4) {
    width: 19%;
}
.side_left  .side_list .job-base > div > span:first-child {
    width: 26%;
    padding-left: 10px;
}
.side_left  .side_list .job-base span.folder {
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 10px;    
}
.side_left .side_list .job-base span.folder img {
    display: block;
    width: 14px;
    height: 14px;
    transition: transform ease .3s;
    -webkit-transition: -webkit-transform ease .3s;
}
.side_left .side_list .job-base span.folder img.active {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.side_left  .side_list .job-base {
    font-size: 14px;
    height: auto;
}
.side_left  .side_list .job-base > div:first-child {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.side_left  .side_list .job-detal {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}
.side_left  .side_list .job-detal h4 {
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
}
.side_left  .side_list .job-detal p {
    font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.side_left  .side_list .job-detal .send_email {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    background: url("../../images/recruit/email.png") 270px center no-repeat;
    background-color: #3071b9;
}
.side_left  .side_list .send_email > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.side_right {
    float: right;
    width: 300px;    
    height: 260px;
    background-color: #f4f4f4;
    padding: 20px;
}
.side_right h4 {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 15px;
}
.side_right h4.last_part {
    margin-top: 25px;
}

.side_right p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}