/* nyJob start */
.nyJob { overflow: hidden; padding: 80px 0;}

.nyJob_head { overflow: hidden; border-radius: 24px 24px 0 0; background-color: #0140a0;}
.nyJob_head dl { display: flex; align-items: center;}
.nyJob_head dl dt, .nyJob_head dl dd { line-height: 50px; color: #fff; font-size: 18px; font-weight: bold;}
.nyJob_head dl dt { width: 32%; padding: 20px 80px;}
.nyJob_head dl dd { width: 17%; padding: 20px 40px; text-align: center;}

.nyJob_list { overflow: hidden; background-color: #fff; border-radius: 0 0 24px 24px; border: 1px solid #e6e6e6; border-top: 0;}
.nyJob_list ul li { border-bottom: 1px solid #e6e6e6;}
.nyJob_list ul li:last-child { border-bottom: 0;}
.nyJob_list ul li dl { display: flex; align-items: center; background-color: #fff; cursor: pointer;}
.nyJob_list ul li.active dl, .nyJob_list ul li:hover dl { background-color: #f3f6fb;}
.nyJob_list ul li dl dt { width: 32%; padding: 20px 80px;}
.nyJob_list ul li dl dd { width: 17%; padding: 20px 40px;}
.nyJob_name { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #020202; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 28px; position: relative;}
.nyJob_name i { display: block; width: 16px; height: 16px; overflow: hidden; margin-top: -8px; position: absolute; left: 0; top: 50%;}
.nyJob_num { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
.nyJob_salary { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #0140a0; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
.nyJob_time { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
.nyJob_time i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 8px 0 0;}
.nyJob_btn { width: 100%; height: 50px; overflow: hidden; padding: 7px 0;}
.nyJob_btn i { display: block; width: 36px; height: 36px; overflow: hidden; margin: 0 auto; padding: 9px; border: 1px solid #bbb; border-radius: 50%;}
.nyJob_list ul li.active .nyJob_btn i { border: 1px solid #26ad49;}
.nyJob_list ul li.active .nyJob_btn i svg { transform: rotateX(180deg); -webkit-transform: rotateX(180deg);}
.nyJob_list ul li.active .nyJob_btn i svg path { fill: #26ad49;}

.nyJob_list ul li .nyJob_con { display: none; padding: 40px 80px;}
.nyJob_list ul li.active .nyJob_con { display: block;}
.nyJob_text { margin-bottom: 30px;}
.nyJob_text .nyJob_tit { line-height: 32px; color: #555; font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.nyJob_text p { line-height: 30px; color: #555; font-size: 16px; padding: 3px 0;}
.nyJob_text p:last-child { margin-bottom: 0;}
.nyJob_text p span { color: #0140a0; font-size: 16px;}
.nyJob_con a.nyJob_send { display: inline-block; width: auto; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 18px; border-radius: 25px; background-color: #0140a0; padding: 0 40px; vertical-align: top;}
.nyJob_con a.nyJob_send i { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -4px 10px 0 0;}
.nyJob_con a.nyJob_send:hover i { margin: -4px 20px 0 0;}
/* nyJob end */


@media (max-width:1680px) {
  .nyJob_head dl dt, .nyJob_head dl dd { line-height: 40px;}
  .nyJob_head dl dt, .nyJob_list ul li dl dt { padding: 20px 60px;}
  .nyJob_name, .nyJob_num, .nyJob_salary, .nyJob_time { height: 40px; line-height: 40px;}
  .nyJob_btn { height: 40px; padding: 2px 0;}
  .nyJob_list ul li .nyJob_con { padding: 30px 60px 40px;}
  .nyJob_text { margin-bottom: 20px;}
  .nyJob_text .nyJob_tit { margin-bottom: 10px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .nyJob_head dl dt, .nyJob_list ul li dl dt { padding: 20px 50px;}
}

@media (max-width:1440px) {
  .nyJob { padding: 60px 0;}
  .nyJob_head { border-radius: 16px 16px 0 0;}
  .nyJob_list { border-radius: 0 0 16px 16px;}
  .nyJob_head dl dt, .nyJob_list ul li dl dt, .nyJob_head dl dd, .nyJob_list ul li dl dd { padding: 15px 40px;}
  .nyJob_name, .nyJob_num, .nyJob_salary, .nyJob_time { font-size: 15px;}
  .nyJob_btn { padding: 4px 0;}
  .nyJob_btn i { width: 32px; height: 32px; padding: 8px;}
  .nyJob_list ul li .nyJob_con { padding: 30px 40px 40px;}
  .nyJob_text .nyJob_tit { line-height: 30px; font-size: 16px;}
  .nyJob_text p { font-size: 15px; padding: 0;}
  .nyJob_text p span { font-size: 15px;}
  .nyJob_con a.nyJob_send { font-size: 16px; padding: 0 30px;}

}

@media (max-width:1366px) {
  .nyJob_con a.nyJob_send { height: 45px; line-height: 45px; font-size: 15px;}
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .nyJob_head dl dt, .nyJob_list ul li dl dt, .nyJob_head dl dd, .nyJob_list ul li dl dd { padding: 10px 30px;}
  .nyJob_list ul li .nyJob_con { padding: 20px 30px 30px;}
  .nyJob_text { margin-bottom: 15px;}
  .nyJob_text .nyJob_tit { line-height: 25px; font-size: 15px;}
  .nyJob_text p { line-height: 28px; font-size: 14px;}
  .nyJob_text p span { font-size: 14px;}
}

@media (max-width:1080px) {
  .nyJob { padding: 40px 0;}
  .nyJob_head { border-radius: 12px 12px 0 0;}
  .nyJob_list { border-radius: 0 0 12px 12px;}
  .nyJob_btn { padding: 8px 0;}
  .nyJob_btn i { width: 24px; height: 24px; padding: 6px;}
  .nyJob_con a.nyJob_send { height: 40px; line-height: 40px; font-size: 14px; padding: 0 24px;}
  .nyJob_con a.nyJob_send i { width: 18px; height: 18px;}
}

@media (max-width:1024px) {}

@media (max-width:920px) {  
  .nyJob_head dl dt, .nyJob_list ul li dl dt, .nyJob_head dl dd, .nyJob_list ul li dl dd { padding: 10px 20px;}
  .nyJob_head dl dt, .nyJob_head dl dd { line-height: 32px; font-size: 16px;}
  .nyJob_name, .nyJob_num, .nyJob_salary, .nyJob_time { font-size: 14px;}
  .nyJob_time i { width: 14px; height: 14px;}
  .nyJob_list ul li .nyJob_con { padding: 20px;}
}

@media (max-width:820px) {
  .nyJob_head { border-radius: 8px 8px 0 0;}
  .nyJob_head dl dt, .nyJob_list ul li dl dt { width: 80%;}
  .nyJob_head dl dd, .nyJob_list ul li dl dd { width: 20%;}
  .nyJob_head dl dd:nth-child(2), .nyJob_head dl dd:nth-child(3), .nyJob_head dl dd:nth-child(4), .nyJob_list ul li dl dd:nth-child(2), .nyJob_list dl dd:nth-child(3), .nyJob_list dl dd:nth-child(4) { display: none;}
  .nyJob_list { border-radius: 0 0 8px 8px;}
  .nyJob_text { display: block !important;}
}

@media (max-width:767px) {
  .nyJob { padding: 30px 0;}
  .nyJob_head dl dt, .nyJob_head dl dd { line-height: 30px; font-size: 15px;}
  .nyJob_head dl dt, .nyJob_list ul li dl dt, .nyJob_head dl dd, .nyJob_list ul li dl dd { padding: 10px 12px;}
  .nyJob_head dl dt, .nyJob_list ul li dl dt { width: 76%;}
  .nyJob_head dl dd, .nyJob_list ul li dl dd { width: 24%;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyJob_head dl dt, .nyJob_list ul li dl dt { width: 72%;}
  .nyJob_head dl dd, .nyJob_list ul li dl dd { width: 28%;}
}
