<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f2f2f2;
}

.talent__page {
  background: #ffffff;
  width: 1360px;
  margin: 70px auto;
  padding: 50px 65px;
  border-radius: 18px;
}
.talent__page .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.talent__page .hd__left {
  display: flex;
  align-items: center;
}
.talent__page .hd__left .icon {
  margin-right: 20px;
}
.talent__page .hd__left .title {
  color: #202020;
  font-size: 26px;
}
.talent__page .hd__left .info {
  display: flex;
  margin-top: 4px;
  align-items: center;
}
.talent__page .hd__left .info__text {
  padding-left: 34px;
  font-size: 15px;
  color: #333333;
  position: relative;
}
.talent__page .hd__left .info__text:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #e8e8e8;
  left: 16px;
}
.talent__page .hd__left .info__text:first-child:before {
  width: 0;
}
.talent__page .hd__right #apply {
  cursor: pointer;
}
.talent__page .line {
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 40px 0;
}
.talent__page .bd .table__wrap {
  background: #f2f2f2;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
}
.talent__page .bd .table__wrap .row__list {
  display: flex;
  align-items: center;
}
.talent__page .bd .table__wrap .row__list .row__item {
  width: 20%;
  padding: 20px;
  font-size: 18px;
  border-right: 1px solid #ffffff;
  text-align: left;
  line-height: 1.6;
  text-align: justify;
}
.talent__page .bd .table__wrap .row__list .row__item:after {
  border-right-color: transparent;
}
.talent__page .bd .table__wrap .row__list .row__item.row__center {
  text-align: center;
}
.talent__page .bd .table__wrap .row__list .row__item.header {
  text-align: center;
  padding: 10px 20px;
  background: #019680;
  color: #ffffff;
}
.talent__page .bd .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-decoration: underline;
}
.talent__page .bd .content p {
  line-height: 2;
  font-size: 18px;
}

@media screen and (max-width: 1680px) {
  .talent__page {
    width: 85.652%;
    max-width: 1360px;
  }
}

/*# sourceMappingURL=talent_content.css.map */
</pre></body></html>