main{
    margin-top: 80px;
    background-color:  #eee;
}
.content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0;
}
/* 导航 */
.content .nav{
    width: 220px;
    font-size: 14px;
    background-color: white;
}
.department{
    overflow: hidden;
}
.content .nav li{
    width: 220px;
    height: 54px;
    line-height: 54px;
    border-bottom:1px solid #eee;
}

.nav_title{
    /* padding: 0 20px; */
    position: relative;
}
.nav_title i{
    position: absolute;
    right: 20px;
}
.nav_title i::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: .5s;
}
.nav_recruit{
    padding: 0 40px;
}
.nav li label{
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0 20px;
}
/* hover */
.content .nav li:hover{
    color:  #e83e43;
}
/* hover */
/* 选中的样式 */
.web,.ios,.promotion{
    display: none;
}
.technologyDepartment,.promotionDepartment{
    border-left: 4px solid transparent;
}
/* 技术部 */
/* 前端开发工程师 */
input[class="webDeveloper"]:checked ~ .nav .technologyDepartment{
    color:  #e83e43;
    border-left: 4px solid #e83e43;
}
input[class="webDeveloper"]:checked ~ .nav .webDevelopers{
    color:  #e83e43;
}
/* 前端开发工程师 */
/* IOS开发工程师 */
input[class="IOSDeveloper"]:checked ~ .nav .technologyDepartment{
    color:  #e83e43;
    border-left: 4px solid #e83e43;
}
input[class="IOSDeveloper"]:checked ~ .nav .IOSDevelopers{
    color:  #e83e43;
}
/* IOS开发工程师 */
/* 技术部 */

/* 推广部 */
input[class="promotionSpecialist"]:checked ~ .nav .promotionDepartment{
    color:  #e83e43;
    border-left: 4px solid #e83e43;
}
input[class="promotionSpecialist"]:checked ~ .nav .promotionSpecialists{
    color:  #e83e43;
}
/* 推广部 */
/* 关闭导航 */
.nav ul{
    height: 54px;
}
input[class="technicalDepartments"]:checked ~ .nav .tab1{
    height: 162px;
}
input[class="technicalDepartments"]:checked ~ .nav .tab1 li i::before{
    transition-duration: .5s;
    transform: rotate(225deg);
}
input[class="promotionDepartments"]:checked ~ .nav .tab2{
    height: 108px;
}
input[class="promotionDepartments"]:checked ~ .nav .tab2 li i::before{
    transition-duration: .5s;
    transform: rotate(225deg);
}
/* 关闭导航 */

/* 右边的部分 显示哪个职位 */
input[class="webDeveloper"]:checked ~ .recruit .web{
    display: block;
} 

input[class="IOSDeveloper"]:checked ~ .recruit .ios{
    display: block;
} 
input[class="promotionSpecialist"]:checked ~ .recruit .promotion{
    display: block;
} 
/* 右边的部分 显示哪个职位 */

/* 选中的样式 */

/* 导航 */
/* 招聘 */
.recruit{
    width: 1000px;
    /* border: 1px solid red; */
    background-color: white;
    margin-left: 30px;
    padding:20px 50px;
    padding-bottom: 60px;
}
.show h3{
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}
.show section{
    font-size: 14px;
    margin-top: 38px;
    margin-left: 10px;
}
.show section img{
    width: 20px;
    height: 22px;
    object-fit: contain;
}
.recruit_title{
    font-weight: bold;
}
.recruit_msg{
    color: #666;
}

.place{
    display: flex;
    align-items: center;
}

/* .duty{

} */
.duty_msg{
    padding-left: 30px;
    margin: 16px 0;
}
.resume{
    display: flex;
    align-items: center; 
}
.resume_msg{
    color: #e83e43;
}
.phone{
    display: flex;
    align-items: center; 
}
.phone_msg{
    color: #e83e43;
}
/* 招聘 */
