body {
  background-color: #F7FAFF;
}
#header {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-page-container {
  min-height: calc(100vh - 410px);
}
.index-page-container .banner {
  width: 100%;
  overflow: hidden;
}
.index-page-container .banner .slides {
  margin: 60px auto 0;
  width: 100vw;
}
.index-page-container .banner .slides img {
  width: 100vw;
  height: auto;
}
.index-page-container .banner .banner-inner {
  margin: 40px auto 0;
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 0px;
}
.index-page-container .banner .banner-inner .banner-inner-card {
  width: 288px;
  height: 124px;
  overflow: hidden;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/index-page-banner-card1.png") no-repeat 0 0 / 288px 124px;
}
.index-page-container .banner .banner-inner .banner-inner-card.second {
  background-image: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/index-page-banner-card2.png");
}
.index-page-container .banner .banner-inner .banner-inner-card.third {
  background-image: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/index-page-banner-card3.png");
}
.index-page-container .banner .banner-inner .banner-inner-card.fourth {
  background-image: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/index-page-banner-card4.png");
}
.index-page-container .banner .banner-inner .banner-inner-card .card-title {
  box-sizing: border-box;
  padding: 32px 24px 0;
  color: #212428;
  font-size: 20px;
  font-weight: 500;
}
.index-page-container .banner .banner-inner .banner-inner-card .card-text {
  box-sizing: border-box;
  padding: 8px 24px 0;
  color: #46485B;
  font-size: 14px;
}
.index-page-container .newest-jobs {
  overflow: hidden;
}
.index-page-container .newest-jobs .newest-jobs-inner {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-title {
  text-align: center;
  height: 32px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-title .title-text {
  display: inline-block;
  line-height: 32px;
  font-size: 24px;
  font-weight: 500;
  color: #212428;
  vertical-align: top;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-title .title-text:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #DCDFE6;
  vertical-align: top;
  margin-top: 16px;
  margin-right: 16px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-title .title-text:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #DCDFE6;
  vertical-align: top;
  margin-top: 16px;
  margin-left: 16px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list {
  width: 1220px;
  padding-top: 40px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item {
  display: block;
  float: left;
  width: 390px;
  box-sizing: border-box;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px 15px 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item:hover {
  box-shadow: 0 10px 10px 0 hsla(0, 0%, 80%, 0.2);
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item:hover .job-name .job-name-text {
  color: #3F7FFF;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-name {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  box-sizing: border-box;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-name .job-name-text {
  transition: all 0.2s linear;
  flex: 1;
  -webkit-flex: 1;
  color: #212428;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-name .job-salary {
  line-height: 28px;
  font-size: 20px;
  color: #FF5959;
  font-weight: 500;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-tags {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #F5F5F5;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-tags .job-tag-item {
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 1px 10px;
  border-radius: 4px;
  background-color: #F4F7FC;
  color: #46485B;
  margin-right: 16px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-company {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 16px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-company .company-logo {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-company .company-logo img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-company .company-name {
  flex: 1;
  -webkit-flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #212428;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list .job-item .job-company .company-industry {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  font-size: 12px;
  color: #46485B;
  line-height: 20px;
}
.index-page-container .newest-jobs .newest-jobs-inner .newest-jobs-list:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1440px) {
  .index-page-container .banner .slides {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-page-container .banner .slides img {
    display: block;
    width: 1440px;
    height: auto;
  }
}
/*# sourceMappingURL=index.css.map */