/* --- 职位列表 --- */
.video_list{padding-top: 32px; display: flex; flex-wrap: wrap;}
.video_list .item{background: #fff; width: 32.6%; position: relative; border-radius: 8px; margin-left: 1%; margin-bottom: 40px; box-shadow: 0 1px 3px rgb(0 0 0 / 8%);}
.video_list .item:nth-child(3n+1){margin-left: 0;}

/* state */
.video_list .state{position: absolute; right: 0; top: -25px;}
.video_list .state em{color: #fff; padding: 0 8px; border-radius: 8px 8px 0 0; height: 25px; line-height: 25px; display: block;}
.video_list .state .ing{background: #1CB177; }
.video_list .state .wait{background: #4576FB; }
.video_list .state .end{background: #999; }

/* company */
.video_list .company{background: url(/jinhon/images/home_company_top.svg) no-repeat; padding: 0 16px; height: 81px; box-sizing: border-box;}
.video_list .company_pic{width: 41px; height: 41px; border-radius: 8px; overflow: hidden;}
.video_list .company_pic img{width: 100%;}
.video_list .company_info{padding-left: 12px; width: calc(100% - 41px); box-sizing: border-box; box-sizing: border-box;}
.video_list .company_info h3{font-weight: bolder; line-height: 1; margin-bottom: 8px; font-size: 18px; font-weight: bolder;}
.video_list .company_info .info{color: #999; line-height: 1;}
.video_list .company_info i{margin: 0 4px; color: #ccc;}

/* job */
.video_list .job{padding: 8px 16px;}
.video_list .job_list{height: 75px;}
.video_list .job_list dl{display: flex; align-items: center; height: 30px; line-height: 30px;}
.video_list .job_list dt{position: relative; padding-left: 16px;background: url(/jinhon/images/icon_arrow_fill.svg) no-repeat 0 center; padding-left: 15px; background-size: 10px 10px;}
.video_list .job_list dd{margin-left: auto; color: #ec6334;}
.video_list .job_number{text-align: center; color: #999; padding: 3px 8px;}
.video_list .job_number em{font-weight: bolder; color: #ec6334; margin: 0 4px;}
.video_list .job_number a{color:#4576FB }

/* button */
.video_list .button{; border-top: 1px dashed #efefef; padding: 3px 12px;}
.video_list .button .end{color: #999;}



/* --- 详情 --- */

/* top */
.video_top{background: url(/jinhon/images/ms_bg.png) no-repeat; height: 180px; text-align: center; }
.video_top .name{text-align: center; color: #fff; font-size: 32px; padding: 32px 0;}
.video_top .info{color: #fff; justify-content: center;}
.video_top .time{font-size: 18px; margin-right: 20px;}
.video_top .number{font-size: 18px; color: #ffee00;}