.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .banner-img {
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50%;
}
.my-container {
  padding: 13px 15px;
  padding-bottom: 121px;
}
.my-container .crumbs-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.my-container .crumbs-box p {
  line-height: 12px;
}
.my-container .crumbs-box a.active {
  color: #6291CB;
}
.my-container .crumbs-box .crumb {
  font-size: 12px;
  color: #999999;
}
.my-container .crumbs-box .crumb::before {
  content: "";
  padding-left: 12px;
  margin-right: 6px;
  background-image: url("/static/cn/imgs/jobDetail/crumb_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.my-container .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.my-container .content .title {
  font-size: 30px;
  color: #6291CB;
}
.my-container .content .list {
  margin-top: 18px;
  margin-bottom: 0;
}
.my-container .content .list li {
  padding: 40px;
  background-color: #fff;
}
.my-container .content .list li .title {
  font-size: 24px;
  line-height: 24px;
  color: #6291CB;
}
.my-container .content .list li .detail {
  margin-top: 14px;
}
.my-container .content .list li .detail p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .banner {
    display: block;
    width: 100%;
    height: 65vh;
    min-height: 65vh;
  }
  .banner img {
    width: 100%;
  }
  .banner .banner-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
  }
  .my-container {
    padding-bottom: 30px;
  }
  .my-container .content .list li {
    padding: 22px;
    background-color: #fff;
  }
}
