body{
    background:#f5f5f5
}
div{
    position: relative;
    box-sizing: border-box;
}
.socialContent{
    padding-bottom: 117px;
    color: #394149;
}
.topBanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.topBanner img {
    width: 100%;
}
.jobList{
    display: flex;
    flex-wrap: wrap;
}
.jobList .box{
    width: 360px;
    height: 330px;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}
.jobList .box:nth-child(3n){
    margin-right: 0;
}

.jobList .box .boxContent{
    width: 100%;
    overflow: hidden;
    position: absolute;
    padding: 26px;
    z-index: 8;
    left: 0;
    top: 0;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 1px rgb(232 235 240);
    background-image:url("https://img.vastsea.com/static/img/jjdh/campus_jobBg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 360px 33px;
}

.jobList .box .boxContent .titleRow{
 line-height: 23px;
}
.jobList .box .boxContent .titleRow .jobName{
    font-size: 18px;
    color: #394149;
    font-weight: bold;
    padding-right: 20px;
    width: 270px;
}
.jobList .box .boxContent .titleRow .wages{
    font-size: 18px;
    color: #DE1A1A;
    flex-shrink: 0;
}

.jobList .box .boxContent .baseMsg{
    font-size: 14px;
    color: #727272;
    line-height: 23px;
    margin-top: 6px;
}
.jobList .box .boxContent .baseMsg .gapLine{
    margin: 0 14px;
    color: #727272;
}
.jobList .box .boxContent .jobDetail{
    font-size: 14px;
    margin-top: 20px;
    line-height: 23px;
    height: 110px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition:all 5s linear;
}
.jobList .box:hover{
    z-index: 8;
}
.jobList .box:hover .jobDetail {
    height: auto;
    display: block;
}
.jobList .box .boxContent .companyMsg{
    margin-top: 20px;
    padding:20px 0 0;
    border-top: 1px dashed #DFDFDF;
}
.jobList .box .boxContent .companyMsg .logoBox{
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
}
.jobList .box .boxContent .companyMsg .logoBox .logo{
    width: 100%;
    max-height: 100%;
}
.jobList .box .boxContent .companyMsg .msgBox{
    padding-left: 15px;
    flex:1;
}
.jobList .box .boxContent .companyMsg .msgBox .companyName{
    font-size: 14px;
    line-height: 23px;
    width: 236px;
}
.jobList .box .boxContent .companyMsg .msgBox .companyBase{
    font-size: 14px;
    color: #727272;
    line-height: 23px;
    margin-top: 6px;
}
.jobList .box .boxContent .companyMsg .msgBox .gapLine {
    margin: 0 14px;
    color: #727272;
}

.titleMain{
    font-size: 30px;
    font-weight: bold;
    color: #394149;
    text-align: center;
    line-height: 1;
}
.pic{
    display: block;
    margin: 0 auto;
}

.joinVs .picContent{
    flex-wrap: wrap;
}
.subTitleMain{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}





.outnav3 {
    height: 80px;
    padding: 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

.outnav3 #wrapper22 {
    /*width: 468px;*/
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.nav7 {
    /*width:100%;*/
    display:flex;
    flex-direction:row;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

.nav7 li {
    /*width: 200px;*/
    width: 122px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.nav7 li:hover a, .nav7 li.on a {
    color: #0082be;
}

.nav7 li a {
    display: block;
    position: relative;
    background-color: #fff;
    color: #394149;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
}
