/* 
*    2021.03.22   
*   招贤纳士
*/
.about-job .about-job_item{width:calc(100% + 30px);margin-left:-15px;cursor: pointer;transition:all .3s;-ms-transition:all .3s}
.about-job .about-job_item.on::before{position:absolute;left:0;top:0;content:"";display:block;width:4rem;height:4rem;border-radius:50%;background: linear-gradient(45deg, #549aff, #006bfe);background: -ms-linear-gradient(45deg, #549aff, #006bfe);transform: translate(-50%,-50%);}
.about-job .job-collapse{display:none}
.about-job .job-header_icon{width:3%;min-width:2rem;transform:translate(0,-.45rem)}
.about-job .job-header_icon .fa{transition:all .4s;-ms-transition:all .4s}
.about-job .job-header_icon .fa.active{transform:rotateZ(180deg)}
.about-job .job-header_name{width:24%}
.about-job .job-header_info{width:12%}
.about-job .job-header_time{width:24%}
.about-job .job-header_btn{flex:1}
.about-job .job-exceprt{padding-left:3%}
/* .about-job .job-exceprt::before{position:absolute;right:0;bottom:0;content:"";display:block;width:100%;height:30%;background:linear-gradient(180deg,hsla(0,0%,100%,.5) 35%,hsla(0,0%,100%,.5) 0,#fff);background:-ms-linear-gradient(180deg,hsla(0,0%,100%,.5) 35%,hsla(0,0%,100%,.5) 0,#fff)} */
.about-job .job-more_btn{margin-left:3%}
.about-job .alert {width:120%;bottom: 0;left:-10%;transform:translate(0,120%)}
@media only screen and (max-width:600px){
  .job-heading{padding: 2rem!important;}
  .mobile_box{display: block!important;}
  .job-header_info,.job-header_name,.job-header_time,.job-header_btn{width: 100%!important;}
  .job-header_name{padding-bottom: 1rem!important;font-size: 1.6rem!important;}
}