.c-related-page-link {
  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;
  gap: 0.24rem;
}
@media screen and (max-width: 800px) {
  .c-related-page-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-related-page-link__item {
  width: 3.84rem;
}
@media screen and (max-width: 800px) {
  .c-related-page-link__item {
    width: 100%;
    max-width: 3.84rem;
  }
}

.c-related-page-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: inherit;
}
@media screen and (min-width: 801px) {
  .c-related-page-link__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-related-page-link__link:hover {
    opacity: 0.5;
  }
}
.c-related-page-link__link img {
  height: 1.92rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-related-page-link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.04rem;
  width: 100%;
  padding: 0.16rem 0.24rem 0.16rem 0.24rem;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-related-page-link__box::after {
  content: "";
  width: 0.09rem;
  height: 0.09rem;
  border-style: solid solid none none;
  border-color: #fff;
  border-top-width: 0.01rem;
  border-right-width: 0.01rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.03rem;
}

.c-related-page-link__title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  word-break: break-word;
}

.p-step-list {
  display: -ms-grid;
  display: grid;
  gap: 0.24rem 0.6rem;
  -ms-grid-rows: fit-content(100%) 0.24rem fit-content(100%);
  grid-template-rows: repeat(2, fit-content(100%));
  -ms-grid-columns: minmax(0, 1fr) 0.6rem minmax(0, 1fr) 0.6rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
}

.p-step-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-step-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-step-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.p-step-list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-step-list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-step-list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1180px) {
  .p-step-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .p-step-list {
    gap: 0.4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-step-item {
  position: relative;
  border: 1px solid #6A6A6A;
}
.p-step-item:nth-child(3n)::after {
  display: none;
}
@media screen and (max-width: 1180px) {
  .p-step-item:nth-child(3n)::after {
    display: block;
  }
  .p-step-item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .p-step-item {
    width: 100%;
  }
  .p-step-item:nth-child(2n)::after {
    display: block;
  }
  .p-step-item:last-child::after {
    display: none;
  }
}
.p-step-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.4rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.16rem;
  height: 0.32rem;
  background-color: #D1D5DC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 800px) {
  .p-step-item::after {
    top: auto;
    bottom: -0.29rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 47%;
    width: 0.32rem;
    height: 0.16rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.p-step-item__dt {
  position: relative;
  padding: 0 0.16rem 0 0.96rem;
  border-bottom: 1px solid #6A6A6A;
  background: #F0F1F1;
  font-size: 0.18rem;
  font-weight: bold;
}
.p-step-item__dt .is-step {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 100%;
  padding-top: 0.03rem;
  background: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}

.p-step-item__dd {
  padding: 0.08rem 0.16rem;
  background: #fff;
  font-size: 0.14rem;
}
/*# sourceMappingURL=work_career.css.map */