@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body.pageBCC {
  font-family: 'Noto Sans TC' ,"Rubik", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #666666;
}

main {
  overflow: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.articleBlock01,
.articleBlock02,
.articleBlock03,
.articleBlock04,
.articleBlock05,
.articleBlock06 {
  position: relative;
  padding: 30px 0px;
}

@media (min-width: 576px) {
  .articleBlock01,
  .articleBlock02,
  .articleBlock03,
  .articleBlock04,
  .articleBlock05,
  .articleBlock06 {
    padding: 45px 10px;
  }
}

@media (min-width: 992px) {
  .articleBlock01,
  .articleBlock02,
  .articleBlock03,
  .articleBlock04,
  .articleBlock05,
  .articleBlock06 {
    padding: 60px 0;
  }
}

.articleBlock01 .title,
.articleBlock02 .title,
.articleBlock03 .title,
.articleBlock04 .title,
.articleBlock05 .title,
.articleBlock06 .title {
  font-size: 24px;
  color: #0F346E;
  text-align: center;
  position: relative;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .articleBlock01 .title,
  .articleBlock02 .title,
  .articleBlock03 .title,
  .articleBlock04 .title,
  .articleBlock05 .title,
  .articleBlock06 .title {
    font-size: 28px;
  }
}

.articleBlock01 .title .thighlight,
.articleBlock02 .title .thighlight,
.articleBlock03 .title .thighlight,
.articleBlock04 .title .thighlight,
.articleBlock05 .title .thighlight,
.articleBlock06 .title .thighlight {
  color: #1CAFC6;
  font-weight: 700;
}

.articleBlock01 .subtitle,
.articleBlock02 .subtitle,
.articleBlock03 .subtitle,
.articleBlock04 .subtitle,
.articleBlock05 .subtitle,
.articleBlock06 .subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #47C1D1;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.slick-next,
.slick-prev {
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  border: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(28, 175, 198, 0.15);
}

.slick-next:before,
.slick-prev:before {
  color: #ffffff;
}

.slick-prev:before {
  content: url("/Content/img/blueCollarChoice/ep_arrow-left.svg");
}

.slick-next:before {
  content: url("/Content/img/blueCollarChoice/ep_arrow-right.svg");
}

.slick-dots {
  display: none !important;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: -12%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  width: 200px;
}

@media (min-width: 1200px) {
  .slick-dots {
    right: 0;
  }
}

.slick-dots li {
  margin: 0 0 0 15px;
  position: relative;
  cursor: pointer;
  display: block;
  border: 2px solid transparent;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.8);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  width: 6px;
  height: 6px;
  opacity: 1;
  cursor: pointer;
  padding: 0;
}

.slick-dots .slick-active {
  background: #47C1D1;
}

.slick-dots .slick-active button {
  background: #47C1D1;
}

.blueCollarBN {
  padding-bottom: 0px;
  margin-top: 50px;
  background-image: url("/Content/img/blueCollarChoice/blueCollarBN_bgm.png");

  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .blueCollarBN {
    background-image: url("/Content/img/blueCollarChoice/blueCollarBN_bgta.png");
  }
}

@media (min-width: 992px) {
  .blueCollarBN {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN {
    background-image: url("/Content/img/blueCollarChoice/blueCollarBN_bg.png");
  }
}

@media (min-width: 576px) {
  .blueCollarBN .bccBNcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN .bccBNcont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blueCollarBN .bccBNcont .bccBNcont,
.blueCollarBN .bccBNcont .blueCollarBG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blueCollarBN .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blueCollarBN .slogan h1 {
  color: #0F346E;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 0px;
}

@media (min-width: 576px) {
  .blueCollarBN .slogan h1 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .blueCollarBN .slogan h1 {
    font-size: 48px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .blueCollarBN .slogan h1 {
    margin-top: 1em;
  }
}

@media (min-width: 1400px) {
  .blueCollarBN .slogan h1 {
    margin-top: 1.25em;
  }
}

.blueCollarBN .slogan h1 .title {
  color: #1CAFC6;
  font-size: 32px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .blueCollarBN .slogan h1 .title {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .blueCollarBN .slogan h1 .title {
    font-size: 52px;
  }
}

.blueCollarBN .slogan h1 .title2 {
  margin-left: 75px;
  position: relative;
}

@media (min-width: 576px) {
  .blueCollarBN .slogan h1 .title2 {
    margin-left: 160px;
  }
}

.blueCollarBN .slogan h1 .title2::after {
  content: '';
  width: 90px;
  height: 10px;
  background: #F8E27D;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: -1;
}

@media (min-width: 576px) {
  .blueCollarBN .slogan h1 .title2::after {
    width: 120px;
    bottom: 5px;
  }
}

@media (min-width: 768px) {
  .blueCollarBN .slogan h1 .title2::after {
    width: 150px;
  }
}

.blueCollarBN .slogan p {
  font-size: 15px;
  text-align: justify;
  color: rgba(15, 52, 110, 0.5);
  width: 100%;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .blueCollarBN .slogan p {
    width: 70%;
    font-size: 18px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .blueCollarBN .slogan p {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN .slogan p {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.blueCollarBN #bcCatBTN {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
}

@media (min-width: 576px) {
  .blueCollarBN #bcCatBTN {
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .blueCollarBN #bcCatBTN {
    width: 80%;
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN #bcCatBTN {
    width: calc( 50% - 100px);
    padding: 25px 0;
  }
}

.blueCollarBN #bcCatBTN .bcCategory {
  width: calc( 100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 576px) {
  .blueCollarBN #bcCatBTN .bcCategory {
    width: calc( 100% / 4);
  }
}

@media (min-width: 992px) {
  .blueCollarBN #bcCatBTN .bcCategory {
    width: calc( 100% / 4);
  }
}

@media (min-width: 1200px) {
  .blueCollarBN #bcCatBTN .bcCategory {
    width: calc( 100% / 2);
  }
}

.blueCollarBN #bcCatBTN .bcCategory a {
  color: #000000;
  background: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

@media (min-width: 768px) {
  .blueCollarBN #bcCatBTN .bcCategory a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .blueCollarBN #bcCatBTN .bcCategory a {
    padding: 20px 40px;
    font-size: 18px;
  }
}

.blueCollarBN #bcCatBTN .bcCategory a:hover {
  -webkit-box-shadow: 0px 0px 10px #1cafc6;
  box-shadow: 0px 0px 10px #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.blueCollarBN #bcCatBTN .bcCategory a div {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 60px !important;
  height: 60px !important;
}

@media (min-width: 768px) {
  .blueCollarBN #bcCatBTN .bcCategory a div {
    width: 100px !important;
    height: 100px !important;
  }
}

.blueCollarBN #bcCatBTN .bcCategory a br {
  display: none;
}

.blueCollarBN .blueCollarBG {
  width: 100%;
}

.blueCollarBN .blueCollarBG img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .blueCollarBN .blueCollarBG img {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .blueCollarBN .blueCollarBG {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .blueCollarBN .blueCollarBG {
    width: calc( 50% + 100px);
  }
}



.articleBlock01 {
  padding: 30px 0px;
}

@media (min-width: 576px) {
  .articleBlock01 {
    padding: 45px 10px;
  }
}

@media (min-width: 992px) {
  .articleBlock01 {
    padding: 0;
  }
}

.articleBlock01::after {
  content: '';
  width: 60%;
  height: 60%;
  background-image: url("/Content/img/blueCollarChoice/articleBG01-1.svg");
  background-position: 0 75px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .articleBlock01::after {
    background-position: 0 0;
  }
}

@media (min-width: 992px) {
  .articleBlock01::after {
    width: 35%;
    height: 100%;
    background-position: 0 25px;
  }
}

@media (min-width: 1400px) {
  .articleBlock01::after {
    background-position: 0 0;
  }
}

.articleBlock01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .articleBlock01 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.articleBlock01 section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .articleBlock01 section {
    width: 50%;
  }
}

.articleBlock01 .areaSearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock01 .areaSearch::after {
  content: '';
  width: 40%;
  height: 100%;
  background: url(/Content/img/blueCollarChoice/articleBG01-2.svg) right 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: -1;
}

.articleBlock01 .areaSearch .asCont {
  width: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .asCont {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .articleBlock01 .areaSearch .asCont {
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .articleBlock01 .areaSearch .asCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.articleBlock01 .areaSearch .subtitle {
  text-align: left;
}

.articleBlock01 .areaSearch .jobAreaSearch {
  width: 100%;
  background: #ffffff;
  border: 1px solid #47C1D1;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.articleBlock01 .areaSearch .jobAreaSearch a {
  width: 100%;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  color: #666666;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .jobAreaSearch a .searchleft {
    padding-left: 20px;
  }
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchleft div:first-child {
  display: none;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .jobAreaSearch a .searchleft div:first-child {
    display: block;
    margin-right: 10px;
  }
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchleft .searchText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchright div:first-child {
  display: none;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .jobAreaSearch a .searchright div:first-child {
    display: inline-block;
  }
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  margin-left: 0px;
  background: #47C1D1;
  color: #ffffff;
  border-radius: 30px;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .jobAreaSearch a .searchBtn {
    margin-left: 10px;
    padding: 8px 30px;
  }
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchBtn:hover {
  background: #1CAFC6;
}

.articleBlock01 .areaSearch .jobAreaSearch a .searchBtn div {
  display: none;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .jobAreaSearch a .searchBtn div {
    display: inline-block;
  }
}

.articleBlock01 .areaSearch .placeLink a {
  color: #666666;
  text-decoration: underline;
  margin-right: 15px;
  line-height: 30px;
  word-break: keep-all;
}

.articleBlock01 .areaSearch .placeLink a:nth-child(3), .articleBlock01 .areaSearch .placeLink a:nth-child(4), .articleBlock01 .areaSearch .placeLink a:nth-child(5), .articleBlock01 .areaSearch .placeLink a:nth-child(6) {
  display: none;
}

.articleBlock01 .areaSearch .placeLink a:hover {
  color: #000000;
}

@media (min-width: 576px) {
  .articleBlock01 .areaSearch .placeLink a {
    display: inline-block;
    margin-right: 10px;
  }
  .articleBlock01 .areaSearch .placeLink a:nth-child(3), .articleBlock01 .areaSearch .placeLink a:nth-child(4), .articleBlock01 .areaSearch .placeLink a:nth-child(5), .articleBlock01 .areaSearch .placeLink a:nth-child(6) {
    display: inline-block;
  }
}

.articleBlock01 .openNewLife {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articleBlock01 .openNewLife h2 {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .articleBlock01 .openNewLife h2 {
    margin-bottom: 0px;
  }
}

.articleBlock01 .openNewLife .newlifeCatagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .articleBlock01 .openNewLife .newlifeCatagory {
    padding: 10px 20px 0 20px;
  }
}

.articleBlock01 .openNewLife .newlifeCatagory .nlCategory {
  width: calc( 100% / 2 - 10px);
  background-color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
}

@media (min-width: 576px) {
  .articleBlock01 .openNewLife .newlifeCatagory .nlCategory {
    width: calc( 100% / 4);
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0);
    box-shadow: 0px 0px 7px rgba(28, 175, 198, 0);
  }
}

.articleBlock01 .openNewLife .newlifeCatagory .nlCategory:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px #1cafc6;
  box-shadow: 0px 0px 7px #1cafc6;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.articleBlock01 .openNewLife .newlifeCatagory .nlCategory a {
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media (min-width: 576px) {
  .articleBlock01 .openNewLife .newlifeCatagory .nlCategory a {
    padding: 30px 0;
  }
}

.articleBlock01 .openNewLife .newlifeCatagory .nlCategory a div {
  margin: 0 auto;
  margin-bottom: 10px;
}

.articleBlock01 .openNewLife .newlifeCatagory .nlCategory a div::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(248, 226, 125, 0.2);
  position: absolute;
  bottom: 40%;
  left: 30%;
}

@media (min-width: 992px) {
  .articleBlock01 .openNewLife .newlifeCatagory .nlCategory a div::after {
    bottom: 35%;
    left: 20%;
  }
}

.articleBlock02::after {
  content: url("/Content/img/blueCollarChoice/articleBG02.svg");
  width: 466px;
  height: 560px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: .7;
}

@media (min-width: 576px) {
  .articleBlock02::after {
    opacity: 1;
  }
}

.articleBlock02 h2 {
  margin-bottom: 15px;
}

.articleBlock02 .weReadBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  padding: 0 12px;
}

@media (min-width: 576px) {
  .articleBlock02 .weReadBtn {
    padding: 0 50px;
  }
}

.articleBlock02 .weReadBtn a {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  background: rgba(15, 52, 110, 0.85);
  padding: 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media (min-width: 992px) {
  .articleBlock02 .weReadBtn a {
    font-size: 24px;
    padding: 20px 60px;
  }
}

@media (min-width: 1200px) {
  .articleBlock02 .weReadBtn a {
    font-size: 18px;
    max-width: 220px;
    padding: 12px 60px;
  }
}

.articleBlock02 .weReadBtn a:hover {
  color: #ffffff;
  background: #0f346e;
  font-weight: 700;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.articleBlock02 .weReadBtn a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock02 .workExperice__slider {
  position: relative;
  padding: 0;
}

@media (min-width: 576px) {
  .articleBlock02 .workExperice__slider {
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  .articleBlock02 .workExperice__slider {
    padding: 0;
  }
}

.articleBlock02 .workExperice__slider .slick-list {
  padding: 10px 0;
}

@media (min-width: 1400px) {
  .articleBlock02 .workExperice__slider .slick-list {
    margin: 0 -15px;
  }
}

.articleBlock02 .workExperice__slider .slick-prev {
  left: 0;
}

@media (min-width: 1400px) {
  .articleBlock02 .workExperice__slider .slick-prev {
    left: -60px;
  }
}

.articleBlock02 .workExperice__slider .slick-next {
  right: 0;
}

@media (min-width: 1400px) {
  .articleBlock02 .workExperice__slider .slick-next {
    right: -60px;
  }
}

.articleBlock02 .workExperice__slider .workExperice__item {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
}

.articleBlock02 .workExperice__slider .workExperice__item .card {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .articleBlock02 .workExperice__slider .workExperice__item .card {
    padding: 25px 30px;
  }
}

.articleBlock02 .workExperice__slider .workExperice__item .card:hover {
  -webkit-box-shadow: 0px 0px 7px #1cafc6;
  box-shadow: 0px 0px 7px #1cafc6;
  -webkit-transform: scale(1.012);
          transform: scale(1.012);
}

.articleBlock02 .workExperice__slider .workExperice__item .card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__top .hotTag {
  color: #EC6D65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__title {
  color: #0F346E;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__tag a {
  border: 1px solid #0F346E;
  border-radius: 30px;
  padding: 5px 8px;
  margin: 3% 2% 3% 0;
  color: #0F346E;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__tag a:hover {
  background: #0F346E;
  color: #ffffff;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__cont {
  margin-bottom: 20px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__btn {
  text-align: center;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__btn a {
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  background: rgba(28, 175, 198, 0.7);
  border-radius: 30px;
}

.articleBlock02 .workExperice__slider .workExperice__item .card__btn a:hover {
  background: #1CAFC6;
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .articleBlock02 .workExperice__slider .workExperice__item .card__cont {
    height: 65px;
  }
}

.articleBlock03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .articleBlock03 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.articleBlock03 section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .articleBlock03 section {
    width: 50%;
  }
}

.articleBlock03 .ssjBG {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .articleBlock03 .ssjBG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .articleBlock03 .ssjBG {
    padding-top: 0px;
  }
}

.articleBlock03 .ssjBG::after {
  content: url("/Content/img/blueCollarChoice/articleBG03-1.svg");
  position: absolute;
  bottom: 0px;
  left: 80px;
}

@media (min-width: 992px) {
  .articleBlock03 .ssjBG::after {
    left: -100px;
  }
}

.articleBlock03 .ssjBG::before {
  content: url("/Content/img/blueCollarChoice/articleBG03-2.svg");
  position: absolute;
  top: 0px;
  right: 80px;
}

@media (min-width: 992px) {
  .articleBlock03 .ssjBG::before {
    right: -60px;
  }
}

@media (min-width: 1200px) {
  .articleBlock03 .ssjBG::before {
    right: 0px;
  }
}

.articleBlock03 .selfStudyJob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.articleBlock03 .selfStudyJob .ssjTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articleBlock03 .selfStudyJob .subtitle {
  width: 100%;
}

@media (min-width: 992px) {
  .articleBlock03 .selfStudyJob .subtitle {
    width: 60%;
  }
}

.articleBlock03 .selfStudyJob::after {
  content: url("/Content/img/blueCollarChoice/articleBG03-3.svg");
  position: absolute;
  bottom: -15px;
  left: 50px;
  z-index: -1;
}

@media (min-width: 576px) {
  .articleBlock03 .selfStudyJob::after {
    left: 115px;
  }
}

@media (min-width: 768px) {
  .articleBlock03 .selfStudyJob::after {
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .articleBlock03 .selfStudyJob::after {
    bottom: 35px;
    left: -50px;
  }
}

.articleBlock03 .selfStudyJob::before {
  content: url("/Content/img/blueCollarChoice/articleBG03-4.svg");
  position: absolute;
  top: 35px;
  right: -40px;
  z-index: -1;
}

@media (min-width: 768px) {
  .articleBlock03 .selfStudyJob::before {
    top: 65px;
    right: -15px;
  }
}

@media (min-width: 992px) {
  .articleBlock03 .selfStudyJob::before {
    top: 90px;
    right: -130px;
  }
}

.articleBlock03 .selfStudyJob .selfStudyCatagory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px;
}

@media (min-width: 768px) {
  .articleBlock03 .selfStudyJob .selfStudyCatagory {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 50px;
  }
}

@media (min-width: 992px) {
  .articleBlock03 .selfStudyJob .selfStudyCatagory {
    padding: 0 1.5%;
  }
}

.articleBlock03 .selfStudyJob .selfStudyCatagory .ssjCategory {
  width: calc( 100% / 2 - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .articleBlock03 .selfStudyJob .selfStudyCatagory .ssjCategory {
    width: calc( 100% / 3 - 15px);
    margin-bottom: 0px;
  }
}

.articleBlock03 .selfStudyJob .selfStudyCatagory .ssjCategory:hover {
  -webkit-box-shadow: 0px 0px 7px #1cafc6;
  box-shadow: 0px 0px 7px #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.articleBlock03 .selfStudyJob .selfStudyCatagory .ssjCategory a {
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.articleBlock03 .selfStudyJob .selfStudyCatagory .ssjCategory a div {
  margin: 0 auto;
  margin-bottom: 10px;
}

.articleBlock04 {
  background: linear-gradient(78.87deg, rgba(248, 226, 125, 0.15) 23.33%, rgba(28, 175, 198, 0.15) 68.05%);
}

.articleBlock04 .salarySearch .salarySearchCont {
  max-width: 1000px;
  margin: 10px auto;
  padding: 0;
}

.articleBlock04 .salarySearch .jobSalarySearch {
  background: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.7);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.7);
}

.articleBlock04 .salarySearch .jobSalarySearch .searcharrow {
  display: none;
  width: 24px !important;
  height: 24px !important;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch .searcharrow {
    display: block;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a {
  width: 100%;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0px;
  color: #666666;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
  margin-right: -10px;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch a .searchleft {
    margin: 0;
    padding-left: 20px;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchleft div:first-child {
  display: none;
  width: 24px !important;
  height: 24px !important;
  margin-right: 7px;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch a .searchleft div:first-child {
    display: block;
    width: 28px !important;
    height: 28px !important;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchleft .searchText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchBtn {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
  margin-left: 0px;
  background: rgba(28, 175, 198, 0.7);
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch a .searchBtn {
    margin-left: 10px;
    width: 150px;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchBtn:hover {
  background: #1cafc6;
  color: #ffffff;
}

.articleBlock04 .salarySearch .jobSalarySearch a .searchBtn div {
  display: none;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch a .searchBtn div {
    display: block;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a.jssLeft {
  padding: 17px 0;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

@media (min-width: 576px) {
  .articleBlock04 .salarySearch .jobSalarySearch a.jssLeft {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.articleBlock04 .salarySearch .jobSalarySearch a.jssRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.articleBlock04 .salarySearch .placeLink a {
  color: #666666;
  text-decoration: underline;
  margin-right: 10px;
}

.articleBlock04 .jobSalaryBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .articleBlock04 .jobSalaryBtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.articleBlock04 .jobSalaryBtn a {
  width: 100%;
  max-width: 180px;
  text-align: center;
  display: inline-block;
  color: #1CAFC6;
  padding: 8px 20px;
  margin-bottom: 15px;
  border: 1px solid #1CAFC6;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

@media (min-width: 992px) {
  .articleBlock04 .jobSalaryBtn a {
    margin-bottom: 0;
  }
}

.articleBlock04 .jobSalaryBtn a:hover {
  color: #ffffff;
  background: #1CAFC6;
}

.articleBlock05 .bbcCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcCont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.articleBlock05 .bbcContL {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}

@media (min-width: 576px) {
  .articleBlock05 .bbcContL {
    padding: 13px;
  }
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: calc( 100% / 3);
  }
}

.articleBlock05 .bbcContL .bccFourBtn01,
.articleBlock05 .bbcContL .bccFourBtn03 {
  display: inline-block;
  width: 100%;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL .bccFourBtn01,
  .articleBlock05 .bbcContL .bccFourBtn03 {
    width: 80%;
    max-width: 165.2px;
  }
}

@media (min-width: 1200px) {
  .articleBlock05 .bbcContL .bccFourBtn01,
  .articleBlock05 .bbcContL .bccFourBtn03 {
    max-width: 165.2px;
  }
}

.articleBlock05 .bbcContL .bccFourBtn01 a,
.articleBlock05 .bbcContL .bccFourBtn03 a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(28, 175, 198, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media (min-width: 768px) {
  .articleBlock05 .bbcContL .bccFourBtn01 a,
  .articleBlock05 .bbcContL .bccFourBtn03 a {
    padding: 20px 45px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL .bccFourBtn01 a,
  .articleBlock05 .bbcContL .bccFourBtn03 a {
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 25px;
  }
}

.articleBlock05 .bbcContL .bccFourBtn01 a:hover,
.articleBlock05 .bbcContL .bccFourBtn03 a:hover {
  background: #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.articleBlock05 .bbcContL .bccFourBtn01 a br,
.articleBlock05 .bbcContL .bccFourBtn03 a br {
  display: none;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL .bccFourBtn01 a br,
  .articleBlock05 .bbcContL .bccFourBtn03 a br {
    display: block;
  }
}

.articleBlock05 .bbcContL .bccFourBtn01 a div,
.articleBlock05 .bbcContL .bccFourBtn03 a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL .bccFourBtn01 a div,
  .articleBlock05 .bbcContL .bccFourBtn03 a div {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

.articleBlock05 .bbcContL .bccFourBtn01 a .iconArrow,
.articleBlock05 .bbcContL .bccFourBtn03 a .iconArrow {
  width: 40px !important;
  height: 40px  !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcContL .bccFourBtn01 a .iconArrow,
  .articleBlock05 .bbcContL .bccFourBtn03 a .iconArrow {
    width: 60px !important;
    height: 60px !important;
  }
}

.articleBlock05 .bbcFourBG01,
.articleBlock05 .bbcFourBG03 {
  display: none;
}

@media (min-width: 992px) {
  .articleBlock05 .bbcFourBG01,
  .articleBlock05 .bbcFourBG03 {
    display: block;
    width: calc( 100% / 5 * 3);
    height: 80%;
    position: absolute;
    left: -210px;
    top: 15%;
    z-index: -1;
    opacity: .7;
  }
}

@media (min-width: 1400px) {
  .articleBlock05 .bbcFourBG01,
  .articleBlock05 .bbcFourBG03 {
    width: calc( 100% / 5 * 2);
    height: 80%;
    position: absolute;
    left: 0px;
    top: 15%;
    opacity: 1;
  }
}

.articleBlock05 .bbcFourBG01 img,
.articleBlock05 .bbcFourBG03 img {
  width: 100%;
}

.articleBlock05 .bccJobSelect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .articleBlock05 .bccJobSelect {
    width: calc( 100% / 3 * 2);
  }
}

.articleBlock05 .bccJobSelect .bccFour__item {
  width: 100%;
  padding: 0;
  padding-bottom: 17px;
}

@media (min-width: 576px) {
  .articleBlock05 .bccJobSelect .bccFour__item {
    width: calc( 100% / 2);
    padding: 13px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card {
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card {
    padding: 30px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card:hover {
  -webkit-box-shadow: 0px 0px 7px #1cafc6;
  box-shadow: 0px 0px 7px #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.articleBlock05 .bccJobSelect .bccFour__item .card__title {
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__title a {
  color: #0F346E;
  line-height: 1.5;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__title a:hover {
  color: rgba(15, 52, 110, 0.7);
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info {
    margin-bottom: 10px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info a {
  color: #000000;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
}

@media (min-width: 768px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info a {
    margin-top: 0px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info a:hover {
  opacity: 0.5;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .card__flex a {
  text-align: center;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .jobSalary {
  font-size: 15px;
  color: #EC6D65;
  font-weight: bold;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply {
    max-width: 100px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply a {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  padding: 8px 15px;
  color: #1CAFC6;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #1CAFC6;
}

@media (min-width: 992px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply a {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply a {
    padding: 5px 15px;
    margin-top: 0px;
  }
}

.articleBlock05 .bccJobSelect .bccFour__item .card__info .jobApply a:hover {
  background: #1CAFC6;
  color: #ffffff;
  opacity: 1;
}

.articleBlock05 .bccJobSelect .bccFour__item .card__cont {
  font-size: 15px;
  line-height: 1.5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

@media (min-width: 576px) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__cont {
    display: -webkit-box;
  }
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .articleBlock05 .bccJobSelect .bccFour__item .card__cont {
    display: block;
    height: 65px;
  }
}

.articleBlock06 .bbcCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcCont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.articleBlock06 .bbcContR {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}

@media (min-width: 576px) {
  .articleBlock06 .bbcContR {
    padding: 13px;
  }
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: calc( 100% / 3);
  }
}

.articleBlock06 .bbcContR .bccFourBtn02,
.articleBlock06 .bbcContR .bccFourBtn04 {
  display: inline-block;
  width: 100%;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR .bccFourBtn02,
  .articleBlock06 .bbcContR .bccFourBtn04 {
    width: 80%;
    max-width: 165.2px;
  }
}

@media (min-width: 1200px) {
  .articleBlock06 .bbcContR .bccFourBtn02,
  .articleBlock06 .bbcContR .bccFourBtn04 {
    max-width: 165.2px;
  }
}

.articleBlock06 .bbcContR .bccFourBtn02 a,
.articleBlock06 .bbcContR .bccFourBtn04 a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(28, 175, 198, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media (min-width: 768px) {
  .articleBlock06 .bbcContR .bccFourBtn02 a,
  .articleBlock06 .bbcContR .bccFourBtn04 a {
    padding: 20px 45px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR .bccFourBtn02 a,
  .articleBlock06 .bbcContR .bccFourBtn04 a {
    font-size: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 25px;
  }
}

.articleBlock06 .bbcContR .bccFourBtn02 a:hover,
.articleBlock06 .bbcContR .bccFourBtn04 a:hover {
  background: #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.articleBlock06 .bbcContR .bccFourBtn02 a br,
.articleBlock06 .bbcContR .bccFourBtn04 a br {
  display: none;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR .bccFourBtn02 a br,
  .articleBlock06 .bbcContR .bccFourBtn04 a br {
    display: block;
  }
}

.articleBlock06 .bbcContR .bccFourBtn02 a div,
.articleBlock06 .bbcContR .bccFourBtn04 a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR .bccFourBtn02 a div,
  .articleBlock06 .bbcContR .bccFourBtn04 a div {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

.articleBlock06 .bbcContR .bccFourBtn02 a .iconArrow,
.articleBlock06 .bbcContR .bccFourBtn04 a .iconArrow {
  width: 40px !important;
  height: 40px  !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcContR .bccFourBtn02 a .iconArrow,
  .articleBlock06 .bbcContR .bccFourBtn04 a .iconArrow {
    width: 60px !important;
    height: 60px !important;
  }
}

.articleBlock06 .bbcFourBG02,
.articleBlock06 .bbcFourBG04 {
  display: none;
}

@media (min-width: 992px) {
  .articleBlock06 .bbcFourBG02,
  .articleBlock06 .bbcFourBG04 {
    display: block;
    width: calc( 100% / 5 * 3);
    height: 80%;
    position: absolute;
    right: -210px;
    top: 15%;
    z-index: -1;
    opacity: .7;
  }
}

@media (min-width: 1400px) {
  .articleBlock06 .bbcFourBG02,
  .articleBlock06 .bbcFourBG04 {
    width: calc( 100% / 5 * 2);
    height: 80%;
    position: absolute;
    right: 0px;
    top: 15%;
    opacity: 1;
  }
}

.articleBlock06 .bbcFourBG02 img,
.articleBlock06 .bbcFourBG04 img {
  width: 100%;
}

.articleBlock06 .bccJobSelect {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .articleBlock06 .bccJobSelect {
    width: calc( 100% / 3 * 2);
  }
}

.articleBlock06 .bccJobSelect .bccFour__item {
  width: 100%;
  padding: 0;
  padding-bottom: 17px;
}

@media (min-width: 576px) {
  .articleBlock06 .bccJobSelect .bccFour__item {
    width: calc( 100% / 2);
    padding: 13px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card {
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  box-shadow: 0px 0px 7px rgba(28, 175, 198, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card {
    padding: 30px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card:hover {
  -webkit-box-shadow: 0px 0px 7px #1cafc6;
  box-shadow: 0px 0px 7px #1cafc6;
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}

.articleBlock06 .bccJobSelect .bccFour__item .card__title {
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__title a {
  color: #0F346E;
  line-height: 1.5;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__title a:hover {
  color: rgba(15, 52, 110, 0.7);
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info {
    margin-bottom: 10px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info a {
  color: #000000;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
}

@media (min-width: 768px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info a {
    margin-top: 0px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info a:hover {
  opacity: 0.5;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .card__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .card__flex a {
  text-align: center;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .jobSalary {
  font-size: 15px;
  color: #EC6D65;
  font-weight: bold;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply {
    max-width: 100px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply a {
  width: 100%;
  max-width: 200px;
  display: inline-block;
  padding: 8px 15px;
  color: #1CAFC6;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #1CAFC6;
}

@media (min-width: 992px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply a {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply a {
    padding: 5px 15px;
    margin-top: 0px;
  }
}

.articleBlock06 .bccJobSelect .bccFour__item .card__info .jobApply a:hover {
  background: #1CAFC6;
  color: #ffffff;
  opacity: 1;
}

.articleBlock06 .bccJobSelect .bccFour__item .card__cont {
  font-size: 15px;
  line-height: 1.5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

@media (min-width: 576px) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__cont {
    display: -webkit-box;
  }
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .articleBlock06 .bccJobSelect .bccFour__item .card__cont {
    display: block;
    height: 65px;
  }
}

.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 15%;
  background-color: rgba(102, 102, 102, 0.75);
  padding: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 999;
}

@media (min-width: 576px) {
  .scrollTop {
    padding: 5px;
    bottom: 10px;
  }
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.scrollTop a div {
  width: 26px !important;
  height: 26px !important;
}

@media (min-width: 576px) {
  .scrollTop a div {
    width: 30px !important;
    height: 30px !important;
  }
}

.scrollTop a img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bcCat__showM {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 100;
  height: 65px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .bcCat__showM {
    display: none;
  }
}

.bcCat__showM .bcCategory {
  width: calc(100% / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}

.bcCat__showM a {
  color: #000000;
  background: #ffffff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 0;
}

.bcCat__showM a div {
  margin: 0 auto;
  margin-bottom: 5px;
  width: 30px !important;
  height: 30px !important;
}

.bcCat__showM a br {
  display: none;
}

.nav_bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
  padding: 5px;
  display: none;
}

.nav_bottom .categoryList {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 539px;
  padding-left: 0;
}

.dn-show {
  display: none;
}

.show {
  display: block;
}

@media (min-width: 1200px) {
  .show {
    display: none;
  }
}

footer {
  background-color: #1CAFC6;
  color: #ffffff;
  padding: 45px 15px;
  text-align: center;
}

@media (min-width: 576px) {
  footer {
    margin-bottom: 0;
  }
}
