.main > section {
  width: 100%;
  min-width: 1208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  padding-top: 1px;
  height: 500px;
  background-image: url("../../../img/recruit/bg-1.jpg");
}
.main > .section-1 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.main > .section-1 > .content > .texts {
  margin-top: 178px;
  width: 300px;
  margin-right: 238px;
}
.main > .section-1 > .content > .texts > .title {
  text-align: right;
  font-size: 24px;
  font-family: SourceHanSansSC-Normal, SourceHanSansSC;
  font-weight: 400;
  color: #8D736C;
  line-height: 35px;
}
.main > .section-1 > .content > .texts > .desc {
  text-align: right;
  font-size: 48px;
  font-family: ArialMT;
  color: #8D736C;
  line-height: 55px;
  letter-spacing: 1px;
}
.main > .section-2 {
  height: 910px;
  background-color: #FFF;
}
.main > .section-2 > .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main > .section-2 > .content > .row {
  width: 100%;
  position: absolute;
  top: -120px;
}
.main > .section-2 > .content > .row > .table {
  width: 100%;
  min-height: 960px;
  background-color: #FFF;
  box-shadow: 0px 1px 4px 2px rgba(213, 213, 213, 0.5);
}
.main > .section-2 > .content > .row > .table > .ths {
  height: 100px;
  background: #B53434;
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 50px;
  line-height: 100px;
}
.main > .section-2 > .content > .row > .table > .ths > .th {
  display: inline-block;
  padding: 0 14px;
  text-align: center;
}
.main > .section-2 > .content > .row > .table > .trs > .tr {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  padding: 0 50px;
}
.main > .section-2 > .content > .row > .table > .trs > .tr > .td {
  float: left;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E9E9E9;
  line-height: 100px;
}
.main > .section-2 > .content > .row > .table > .trs > .tr > .td > .btn {
  width: 98px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #B53434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #B53434;
}
.main > .section-2 > .content > .row > .table > .trs > .details {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #F8F8F9;
  transition: all 0.5s;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .con {
  display: flex;
  flex-direction: column;
  padding-left: 106px;
  padding-top: 30px;
  padding-bottom: 28px;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .con > .title {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 14px;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .con > .text > p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .contact-way {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0 106px;
  border-top: 1px solid #EBEDF0;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .contact-way > .col {
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .contact-way > .col > .title {
  font-size: 14px;
  color: #333;
}
.main > .section-2 > .content > .row > .table > .trs > .details > .contact-way > .col > .value {
  font-size: 14px;
  color: #666;
}
.main > .section-2 > .content > .row > .table > .trs > .details.active {
  height: 560px;
}/*# sourceMappingURL=index.css.map */