<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.job-thead,
.job-item {
  display: flex;
}
.job-thead div,
.job-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(10, 45, 129, 0.5);
  flex-shrink: 0;
}
.job-thead div:nth-child(1),
.job-item div:nth-child(1) {
  padding: 0;
  width: 60px;
  border-right: none;
}
.job-thead div:nth-child(2),
.job-item div:nth-child(2) {
  width: 117px;
}
.job-thead div:nth-child(3),
.job-item div:nth-child(3) {
  width: 117px;
}
.job-thead div:nth-child(4),
.job-item div:nth-child(4) {
  width: 124px;
}
.job-thead div:nth-child(5),
.job-item div:nth-child(5) {
  width: 124px;
}
.job-thead div:nth-child(6),
.job-item div:nth-child(6) {
  width: 96px;
}
.job-thead div:nth-child(7),
.job-item div:nth-child(7) {
  flex: 1;
}
.job-thead div:nth-child(8),
.job-item div:nth-child(8) {
  width: 89px;
}
.job-thead div:nth-child(9),
.job-item div:nth-child(9) {
  width: 152px;
  border-right: none;
}

.job-thead {
  height: 64px;
  background-color: rgba(10, 83, 221, 0.8);
}
.job-thead div {
  font-size: 18px;
  color: #ffffff;
}
.job-thead div:nth-child(1) {
  background-color: #3168e1;
}

.job-list {
  margin-bottom: 80px;
}
.job-list .job-item {
  background-color: #ebf6ff;
}
.job-list .job-item:nth-child(2n) {
  background-color: #f3faff;
}
.job-list .job-item:nth-child(2n) div:nth-child(1) {
  background-color: #e7f5ff;
}
.job-list .job-item div {
  padding: 20px 12px;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}
.job-list .job-item div:nth-child(1) {
  background-color: #d7edff;
}
.job-list .job-item div:nth-child(2) {
  text-align: center;
}
.job-list .job-item div:nth-child(3) {
  text-align: center;
}
.job-list .job-item div:nth-child(6) {
  text-align: center;
}
.job-list .job-item div .job-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 36px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 18px;
  background-color: #e7a901;
}/*# sourceMappingURL=job.css.map */</pre></body></html>