/* web content */
.container {
  position: relative;
  background-color: #fff3c7;
  /*margin-top: 90px;*/
  margin-top: 30px;
  overflow: hidden;
}
/*@media screen and (max-width: 736px) {
  .container {
    margin-top: 70px;
  }
}*/

/* banner */
.banner {
  width: 100%;
  background-image: url(../img/bg_jobs.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .banner {
    background-image: url(../img/title_mob_bg_jobs.jpg);
  }
}
.main {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 88;
  position: relative;
}

.main h1 {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  z-index: 100;
  top: 220px;
  left: 110px;
}

@media screen and (max-width: 786px) {
  .main h1 {
    top: 180px;
    left: 96px;
    font-size: 40px;
  }
}
@media screen and (max-width: 736px) {
  .main img {
    margin-bottom: 20px;
  }
  .main h1 {
    display: none;
  }
  .main h3 {
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 48px 8px 12px;
    margin-top: -64px;
    margin-bottom: 12px;
    width: 90%;
    border: 2px #000000 solid;
    border-radius: 8px;
  }
}

/* common */
.box {
  padding: 32px 0;
  position: relative;
  background-color: #fff3c7;
}
@media screen and (max-width: 736px) {
  .box {
    padding: 20px 16px;
  }
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  text-align: center;
  line-height: 1.3;
}
.title h2 {
  font-size: 32px;
  height: 46px;
  font-weight: bold;
  background-color: #004dab;
  color: #ffffff;
  border-radius: 36px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 20px;
}
@media screen and (max-width: 736px) {
  .title h2 {
    font-size: 26px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.title p {
  font-size: 20px;
}
.more_btn {
  text-decoration: none;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
  text-align: right;
}
.more_btn:hover {
  color: #ff7200;
}

/* part_1 */
.part_1 {
  padding-top: 56px;
}
@media screen and (max-width: 736px) {
  .part_1 {
    padding-top: 32px;
  }
}
.video {
  width: 100%;
}
.video ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  overflow: hidden;
}
.video_3 li {
  width: calc(100% / 3 - 12px);
  margin: 12px 6px 8px;
}
.video_2 li {
  width: calc(100% / 2 - 36px);
  margin: 12px 12px 8px;
}
.video_2 .video_img {
  height: 250px;
}
/* .video_4 li {
  width: calc(100% / 4 - 8px);
  margin: 12px 4px 8px;
} */

@media screen and (max-width: 736px) {
  .video li {
    width: 100%;
    margin: 12px 6px 10px;
  }
}
.video a {
  text-decoration: none;
}
.video_box {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.video_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
/* .video_img:hover::before {
  content: '';
  width: 100%;
  height: 150px;
  border-radius: 8px 8px 0 0;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../img/play-button.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  opacity: 0.7;
  transition: all 0.3s;
}
.video_2 .video_img:hover::before {
  height: 200px;
}
.video_4 .video_img:hover::before {
  height: 120px;
} */
/* .video_img img {
  border-radius: 8px 8px 0 0;
} */
.video_txt {
  text-align: center;
  padding: 8px;
}
.video_txt h5 {
  font-size: 20px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.video_txt p {
  height: 52px;
  font-size: 16px;
  color: #636363;
  padding: 0 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

/* part_2 */
.part_2 {
  background-color: #fff3c7;
}
@media screen and (max-width: 736px) {
  .part_2 {
    background-color: #ffdac6;
  }
}

.joblist {
  max-width: 1000px;
  margin: 12px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s;
}
.joblist ul {
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: all 0.3s;
}
.joblist > ul > li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
.joblist > ul > li:nth-child(1) {
  border-bottom: 0px solid #e7e7e7;
}
.joblist > ul > li:hover {
  background-color: #fff8f3;
}
.list_name {
  background-color: #fe7210;
  width: 100%;
}
.list_name ul {
  display: flex;
  list-style: none;
}
.list_name li {
  height: 42px;
  font-size: 18px;
  padding: 0 12px;
  color: #fff;
  line-height: 46px;
  white-space: nowrap;
}
.list_name li:nth-child(1) {
  width: 30%;
}
.list_name li:nth-child(2) {
  width: 30%;
}
.list_name li:nth-child(3) {
  width: 25%;
}
.list_name li:nth-child(4) {
  width: 15%;
}
.list_content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.list_content li {
  height: 46px;
  font-size: 18px;
  padding: 0 12px;
  color: #404040;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.joblist > ul > li:last-child {
  border-bottom: 0px solid #e7e7e7;
}
.list_content li:nth-child(1) {
  width: 30%;
  color: #0177cf;
}
.list_content li:nth-child(2) {
  width: 30%;
}
.list_content li:nth-child(3) {
  width: 25%;
  color: #ce1609;
}
.list_content li:nth-child(4) {
  width: 15%;
  color: #858585;
}
@media screen and (max-width: 736px) {
  .list_name {
    display: none;
  }
  .list_content {
    padding: 10px 8px;
  }
  .list_content li {
    line-height: 1.5;
    height: auto;
  }
  .list_content li:nth-child(1) {
    width: 100%;
  }
  .list_content li:nth-child(2) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(3) {
    width: 100%;
    font-size: 16px;
  }
  .list_content li:nth-child(4) {
    width: 100%;
    font-size: 16px;
  }
  .joblist > ul > li:nth-child(1) {
    display: none;
  }
}

/* part_3 */
.p3_card {
  margin: 12px 0;
}
@media screen and (max-width: 736px) {
  .p3_card {
    margin: 12px 0 6px;
  }
  .swiper-slide {
    text-align: center;
  }
  .swiper-slide img {
    width: 340px;
  }
}

/* part_4 */
.part_4 {
  padding: 32px 0 32px;
}
@media screen and (max-width: 736px) {
  .part_4 {
    padding: 24px 0 0px;
  }
  .swiper-container2 .swiper-slide img {
    width: 100%;
  }
}
