.career-development .row{
  align-items: flex-start;
  margin-left: -96px;
  width: calc(100% + 96px);
}
.career-development .col-lg-4 {
  padding: 0;
  padding-left: 96px;
}

.career-development .row .yellow-module {
  width: 40px;
  height: 8px;
  background-color: #EF7E2D;
  margin-bottom: 16px;
}

.career-development .row .career-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.career-development .row .career-intro {
  font-size: 16px;
  color: #333333;
  margin-bottom: 40px;
  text-align: justify;
}

/* 一下是返回上一级样式 */
.hjy-return-back-wrap {
  background-color: #ffffff;
  padding: 40px 0;
}

.hjy-return-back {
  cursor: pointer;
}

/* 地图样式 */
.hjy-map-wrap {
  width: 100%;
}
.hjy-map-wrap img {
  width: 100%;
}

/* 产品介绍样式 */
.product-item {
  background: #EEEEEE;
  margin-bottom: 24px;
  padding: 24px;
}
.product-item:last-child {
  margin-bottom: 0;
}
.product-item-title {
  position: relative;
}
.product-item-title .title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: justify;
}
.product-item-title .check-more {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item-title .check-more img {
  width: 10px;
}
.product-item-title .check-more a {
  margin-right: 10px;
  font-size: 14px;
  color: #3370FF;
}
.product-item-title .check-more a:hover {
  text-decoration: none;
  color: #3370FF;
}
.product-item-paraphrase, .product-item-feature {
  font-size: 16px;
  text-align: justify;
}
.product-item-paraphrase {
  margin-bottom: 10px;
}
.product-item .check-more-for-app {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-item .check-more {
    display: none;
  }
  .product-item .check-more-for-app {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 25px;
  }
  .product-item .check-more-for-app .text {
    border: 1px solid #3370FF;
    padding: 7px 22px;
    font-size: 0.26rem;
    color: #3370FF;
  }
  .product-item .check-more-for-app .text:hover {
    text-decoration: none;
  }
}