  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
  }
  #app{
    min-width: 1180px !important;
  }
  .container{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .Global-style {
    display: flex;
    justify-content: space-between;
  }
  .el-breadcrumb__separator{
    color: #666 !important;
  }
  .el-breadcrumb__inner {
    color: #666 !important;
  }
.recruitment-list-box{
    width: 860px;
    height: auto;
}
.recruitment-info-box{
    padding-bottom: 9px;
    max-width: 860px;
    border-bottom: 1px solid #eee;
    display: flex;
    background-color: white;
}
.recruitment-info-text{
    display: flex;
    width: 640px;
    margin-left: 20px;
    /* justify-content:space-around; */
    flex-direction:column;
    margin-top: 20px;
}
.recruitment-info-text>*{
    margin-bottom: 16px;
}
.recruitment-info-title{
    font-size: 20px; 
    color: black;
}
.recruitment-info-text>p{
    font-size: 16px;
    color: #666;
}
.recruitment-info-text>span{
    color: #f65b00;
    font-size: 16px;
}
.detal{
    background-color: #F65B00;
    border-radius: 2px;
    width: 70px;
    height: 30px;
    /*display: block;*/
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: auto;
    display: none;
}
/* 基本信息 */
.essential-info{
    width: 100%;
    /*height: 140px;*/
    padding-bottom: 15px;
    background-color: white;
    border-bottom: 1px solid #eee;
}
.essential-info-title{
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
}
.essential-info-list{
    margin-left: 20px;
    margin-top: 18px;
}
.essential-info-ul{
    display: flex;
    margin-top: 12px;
}
.essential-info-ul>li{
    list-style: none;
    font-size: 14px;
    color: #666;
    /* margin-right: 80px; */
    width: 35%;
}
.essential-info-ul>li>span{
    color: #000;
    margin-left: 15px;
}
/* 联系方式 */
.contact{
    /*height: 170px;*/
    background-color: white;
    padding-bottom:13px;
}
.contact-title{
    padding: 20px;
}
.contact-info-list{
    margin-left: 20px;
}
.contact-info-list>p{
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
}
.contact-info-list>p>span{
    color: #000;
    margin-left: 15px;
}
/* 职位描述 */
.job-description{
    width: 100%;
    background-color: white;
    position: relative;
    top: 20px;
}
.job-description-title{
    font-size: 16px;
    padding: 20px 20px;
}
.job-description-list{
    margin:0 20px;
    font-size: 14px;
    padding-bottom: 19px;
}
.job-description-list>p{
    padding: 6px 0;
    color: #666666;
}
.latest-job-list a p{
    line-height: 30px;
}
/* 公司介绍 */
.company-profile{
    background-color: white;
    margin-top: 40px;
}
.company-profile-title{
    font-size: 16px;
    padding: 20px 20px;
}
.company-profile-info{
    margin: 0 20px;
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    line-height: 30px;
}
/* 最新职位 */
.latest-job{
    width: 300px;
    background-color: white;
}
.latest-job-title{
    display: block;
    color: black;
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.latest-job-list{
    /*padding: 15px 20px;*/
    padding: 10px 20px 15px;
    border-bottom: 1px solid #eee;
}
.latest-job-list>p{
    margin-bottom: 10px;
    font-size: 14px;
}
