.humanResources-content .humanResources-CardContent{
   padding: 0 20px;
  
}
.humanResources-content .humanResources-CardContent p{
  margin-bottom: 10px;
}
.humanResources-content .el-col{
    display: flex;
    margin-top: 57px;
}
.humanResources-content .col:nth-child(2){
    margin-left: 40px;
    flex: 1;
}
.humanResources-content .col .row{
    width: 230px;
    height: 47px;
    background: #F2F2F2;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.humanResources-content .col .row:hover{
    background: #266DD0;
    color: #fff;

}
.humanResources-content .col .active{
    background: #266DD0;
    color: #fff;
}
.humanResources-content .card-template{
    height: 85px;
    background: #266DD0;
    display: flex;
    align-items: center;
    padding-left: 61px;
    position: relative;
    margin-bottom: 20px;
}
.humanResources-content .card-template::before{
    
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 20px;
    left: -20px;
    border-top: solid 20px transparent;
    border-right: solid 20px #266DD0;
    border-bottom: solid 20px transparent;

}
.humanResources-content .card-template .card-template-line{
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    flex: 1;
    line-height: 30px;
}
.humanResources-content .col .button{
    width: 124px;
    height: 38px;
    background: #266DD0;
    color: #fff;
    border: none;
    margin-top: 10px;
    margin-bottom: 60px;
}
.humanResources-content .col .content-title{
  margin-bottom: 15px;
  font-weight: bold;
}
.humanResources-content .col .content-title.posTitle{
  margin-top: 20px;
}