.job {margin-top: 0.5rem;}
.job_top p {margin-top: 0.05rem; font-size: 0.08rem; line-height: 0.16rem;}
.job_top b {margin-top: 0.05rem; color: #0075C1;}

.job_list {margin-top: 0.208333rem; margin-bottom: 0.625rem;}
.job_list .table {margin-bottom: 0.1rem; width: 100%; border-radius: 12px; background: #fff;}
.job_list .table .list_row {height: 0.35rem; line-height: 0.35rem; font-family: Source Han Sans, Source Han Sans; font-weight: 400; font-size: 0.09rem; color: #767676; text-align: center; font-style: normal; text-transform: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.job_list .table .list_row td:last-child {display: flex; align-items: center; justify-content: center; height: 0.35rem;}
.job_list .table .list_row span {color: #0075C1; font-weight: bold;}
.job_list .table .list_row b {color: #333; font-weight: bold;}

/* 上下箭头 */
.job_list .table .expand-icon {width: 32px; height: 32px; background-size: 100%; display: inline-block; cursor: pointer;}
.job_list .table .expanded .expand-icon {background: url("../images/job/yc_arrow-up.png") center center no-repeat !important;}
.job_list .table .list_row .expand-icon {background: url("../images/job/yc_arrow-down.png") center center no-repeat;}

/* 展开信息 */
.job-detail {display: none; transition: 0.1s; border-top: 1px solid #eee;}
.job-detail .job_detail {padding: 0.15rem; font-size: 0.083333rem; color: #666;}
.job-detail .job_detail h3 {margin-bottom: 0.06rem; font-size: 0.09375rem; color: #1A1A1A; font-weight: bold;}
.job-detail .job_detail p {line-height: 0.18rem; word-break: break-all; white-space: normal;}

.job_contact {margin: 0 auto 0.5rem; padding: 0.2rem; width: 6.3258rem; background: #0075C1; border-radius: 0.05rem; color: #fff; font-size: 0.07rem;}
.job_contact h3 {margin-bottom: 0.08rem; text-align: center; font-size: 0.1rem;}
.job_contact ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.job_contact li {font-size: 0.085rem; line-height: 0.18rem;}
.job_contact li span {display: block; font-size: 0.08rem; color: rgba(255, 255, 255, 0.6);}