.about_hr_content {
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    height: auto;
    min-height: 400px;
    margin-bottom: 50px;
}
.about_hr_title{
    text-align: center;
    font-size: 32px;
    margin-top: 75px;
}
.about_hr_list{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.about_hr_list li{
    width: 17%;
    margin:0 4%;
}
.about_hr_list_detail{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;

}
.about_hr_list_detail .about_hr_list_detail_item{
    width: 50%;
    height: 400px;
    margin-bottom: 30px;
}
.job-title{
    font-size: 28px;
    width: 230px;
    padding-bottom: 15px;
    border-bottom:3px solid #999999 ;
}
.job-duty{
    display: flex;
    align-items: center;
    width: 230px;
    height: 40px;
    background-color: #999999;
    margin-top: 10px;
}
.job-duty-img{
    width: 40px;
    height: 40px;
    background-color: #eaa131;
}
.job-duty-img img{
    width: 26px;
    height: 26px;
    margin-top: 7px;
    margin-left: 7px;
}
.job-duty-content{
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
}
.job-duty-list{
    margin-top: 15px;
    width: 90%;
    padding: 0 5%;
    font-size: 17px;
}
.job-duty-list li{
    list-style-type:disc;
    color: #05b5ed;
    line-height: 30px;
    
}
.job-duty-list li .job-duty-list-item{
    color: #333;
}
.hr-more-detail{
    margin-top:30px;
    margin-left: 35%;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00ccff;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    color: #333;
}
.pd-detail{
    color: #333;
    width: 150px;
    height: 30px; 
    display: block; 
}
.hr-more-detail:hover{
    background-color: #00ccff;
    color: #fff;
}