.top-box{
    background-image: url("../img/joinus/banner-bg.png");
}
.talent-concept{
    width: 100%;
    height: 769px;
    padding-top: 106px;
    box-sizing: border-box;
}
.talent-box{
    width: 100%;
    height: 600px;
    background-image: url("../img/joinus/joinus-img.png");
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.talent-textBox{
    width: 723px;
    height: 418px;
    background-color: #FBFBFB;
    padding: 47px 54px;
    box-sizing: border-box;
}
.talent-title{
    font-size: 30px;
    font-weight: 400;
    line-height: 41px;
    color: #333333;
    margin-bottom: 20px;
}
.talent-textInfo{
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    color: #333333;
    text-align: justify;
}
.jobInfo{
    width: 100%;
    padding-top: 58px;
  	padding-bottom: 40px;
    background-color: #FAFAFA;
    box-sizing: border-box;
}
.jobInfo-list{
    width: 100%;
}
.jobInfo-row{
    width: 100%;
    display: flex;
    padding-bottom: 19px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
  	margin-bottom: 16px;
}
.job-name{
    width: 371px;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 108px;
    color: #333333;
}
.job-city{
    width: 150px;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    margin-right: 170px;
    color: #666666;
}
.job-company{
    width: 400px;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    color: #666666;
}
.job-more{
    margin-left: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    color: #666666;
    cursor: pointer;
}
.living{
    width: 100%;
    height: 802px;
    padding-top: 65px;
    box-sizing: border-box;
}
.living-content{
    margin-top: 49px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.living-item{
    width: 705px;
    cursor: pointer;
}
.living-item:hover .living-imgbox>img{
    transform: scale(1.1);
}
.living-imgbox{
    width: 705px;
    height: 402px;
    overflow: hidden;
}
.living-imgbox>img{
    width: 705px;
    height: 402px;
    margin-bottom: 32px;
    transition: all 0.5s;
}
.living-name{
    margin-top: 32px;
    font-size: 30px;
    font-weight: 400;
    line-height: 43px;
    color: #333333;
}
.navbar-list .navbar-active{
	color: #FFFFFF;
  	font-weight: 700;
  	opacity: 1;
}
@media screen and (max-width: 1600px){
  .container-public{
  		width: 85% !important;
  }
  .job-name{
  	width: 25%;
    margin-right: 0;
  }
  .job-city{
  	width: 15%;
  }
  .job-company{
  	width: 30%;
  }
}