  .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{
    background-color: white; 
    width: 860px
}
.recruitment-info-box{
    height: 130px;
    max-width: 860px;
    border-bottom: 1px solid #eee;
    display: flex;
}
.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: 16px; 
    color: black;
}
.recruitment-info-text>p{
    font-size: 14px;
    color: #999999;
}
.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;
}
.latest-job{
    width: 300px;
    background-color: white;
}
.latest-job-title{
    display: block;
    color: black;
    font-size: 18px;
    padding: 15px 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;
    color: #999;
    font-size: 14px;
}
.latest-job-list a p {
    line-height: 30px;
}
.el-pagination{
    padding: 50px 0 !important;
    display: flex;
    justify-content: center;
}