.job-banner img {
  width: 100%;
}
.job-company .company-top {
  text-align: center;
}
.job-company .company-top .company-title {
  font-size: 2.125rem;
  color: #000000;
  font-weight: 700;
  background-color: #f9f9f9;
  padding-top: 1.875rem;
  padding-bottom: .3125rem;
}
.job-company .company-top .bolang {
  padding-bottom: .625rem;
  background-color: #f9f9f9;
}
.job-company .company-top .bolang img {
  width: 3.125rem;
  height: 1rem;
}
.job-company .company-top .company-intro {
  font-size: 1.5rem;
  color: #000;
  margin: 0 auto;
  margin-top: .8125rem;
  text-align: left;
  line-height: 2.5rem;
}
.job-company .company-top .company-intro p {
  margin-bottom: 2.5rem;
}
.job-post .post-top {
  text-align: center;
  margin-bottom: 3.25rem;
}
.job-post .post-top .post-title {
  font-size: 2.125rem;
  color: #000000;
  font-weight: 700;
  padding-top: 1.875rem;
  padding-bottom: .3125rem;
}
.job-post .post-top .bolang {
  padding-bottom: .625rem;
}
.job-post .post-top .bolang img {
  width: 3.125rem;
  height: 1rem;
}
.job-post .post-container {
  margin-bottom: 11.875rem;
}
.job-post .post-container .post-box {
  width: 24.625rem;
  height: 25.625rem;
  border-top: .375rem solid #acacac;
  background-color: #f9f9f9;
}
.job-post .post-container .post-box .post-name {
  margin-top: 2rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.job-post .post-container .post-box .post-adr {
  text-align: left;
  margin-left: 2.375rem;
  margin-top: 3.75rem;
  color: #555555;
  font-size: 1.5rem;
}
.job-post .post-container .post-box .post-adr img {
  width: 1.6875rem;
  height: 2.375rem;
  margin-right: 1.75rem;
}
.job-post .post-container .post-box .post-instruct {
  margin: 0 1.125rem;
  margin-top: 3rem;
  width: 22.4375rem;
  color: #6d6d6d;
  font-size: 1.5rem;
}
.job-post .post-container .post-box .post-instruct p {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.job-post .post-container .post-box .post-more {
  margin-top: 1.5rem;
  margin-right: 1.125rem;
  float: right;
  width: 5.5rem;
  height: 1.125rem;
  background: url("../../images/job/post-normal.png") no-repeat;
  background-size: 100% 100%;
}
.job-post .post-container .post-box.active {
  border-top: .375rem solid #23abf1;
}
.job-post .post-details {
  margin-bottom: 11.875rem;
}
.job-post .post-details .details-box {
  margin: 0 auto;
  width: 60.5rem;
  padding: 0 8.75rem;
  padding-bottom: 4.875rem;
  background-color: #f9f9f9;
  border-top: .375rem solid #23abf1;
}
.job-post .post-details .details-box .details-return {
  margin-top: 2.75rem;
  text-align: right;
  cursor: pointer;
}
.job-post .post-details .details-box .details-return img {
  width: 4.8125rem;
  height: 1.5rem;
}
.job-post .post-details .details-box .details-name {
  color: #22abf1;
  font-size: 2.25rem;
}
.job-post .post-details .details-box .details-duty {
  margin-top: 2.25rem;
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.875rem;
}
.job-post .post-details .details-box .details-duty ul {
  margin-top: 1.5rem;
}
.job-post .post-details .details-box .details-duty ul li {
  color: #6f6f6f;
  line-height: 2.5rem;
}
.job-post .post-details .details-box .details-host {
  margin-top: 2.25rem;
  font-size: 1.5rem;
  color: #585858;
  line-height: 1.875rem;
}
.job-post .post-details .details-box .details-host ul {
  margin-top: 1.5rem;
}
.job-post .post-details .details-box .details-host ul li {
  color: #6f6f6f;
  line-height: 2.5rem;
}
.job-post .post-details .details-box .details-deliver {
  display: block;
  width: 9.375rem ;
  height: 3.125rem;
  margin: 0 auto;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  background-color: #22abf1;
  margin-top: 4.625rem;
  cursor: pointer;
  z-index: 10;
}
