#advantage_12 {
    background-attachment: fixed;
    background-position-x: 50%;
  }
  @media (min-width: 1408px) {
    #advantage_12 .container {
      max-width: 1344px;
    }
  }
  
  #advantage_12 .items {
    text-align: center;
    margin-top: 6rem;
  }
  @media (max-width: 768px) {
    #advantage_12 .items {
      margin-top: 16px;
    }
  }
  #advantage_12 .items img {
    width: 200px;
    margin: 0 auto;
  }
  @media (min-width: 769px) {
    #advantage_12 .items .item-t {
      margin-top: -4rem;
    }
  }
  @media (max-width: 768px) {
    #advantage_12 .items img {
      width: 60px;
    }
  }
  #advantage_12 .items .item .title {
    color: #111;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #advantage_12 .items .item .subtitle {
    color: #111;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8;
  }
  @media (max-width: 768px) {
    #advantage_12 .items .item .subtitle {
      font-size: 12px;
    }
  }
  


  #xinwenliebiao_7 .article-item {
    text-align: center;
  }
  #xinwenliebiao_7 .article-item .title {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    padding: 8px;
    margin-bottom: 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    #xinwenliebiao_7 .article-item .title {
      font-size: 16px;
    }
  }
  #xinwenliebiao_7 .article-item .subtitle {
    color: #6d747e;
    text-align: left;
    padding: 0 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    min-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  

  #join_us_1 {
    background: #E9F7FF;
  }
  #join_us_1 p {
    text-indent: 0;
  }
  #join_us_1 .tit {
    font-size: 24px;
    color: #333;
  }
  #join_us_1 .subtit {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-top: 15px;
  }
  #join_us_1 .job_list {
    padding-top: 30px;
  }
  #join_us_1 .job_list ul li {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  #join_us_1 .job_list ul li .job_con {
    padding: 15px 50px 15px 20px;
    position: relative;
  }
  #join_us_1 .job_list ul li .job_con .job_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #join_us_1 .job_list ul li .job_con .job_li .zhiwei {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  #join_us_1 .job_list ul li .job_con .job_li .address {
    color: #666;
    font-size: 16px;
    line-height: 25px;
  }
  #join_us_1 .job_list ul li .job_con .job_li .address span {
    padding-right: 20px;
  }
  #join_us_1 .job_list ul li .job_con i {
    font-size: 38px;
    color: #dfdfdf;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 12px;
    right: 18px;
  }
  #join_us_1 .job_list ul li .job_con.is-active .zhiwei {
    color: #0468cf;
  }
  #join_us_1 .job_list ul li .job_con.is-active i {
    color: #0468cf;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #join_us_1 .job_list ul li .job_con:hover i {
    color: #0468cf;
  }
  #join_us_1 .job_list ul li .job_hide {
    display: none;
    padding: 20px 25px 50px;
    border-top: 1px dashed #f1f1f1;
  }
  #join_us_1 .job_list ul li .job_hide p {
    color: #666;
    line-height: 30px;
    font-size: 12px;
  }
  #join_us_1 .job_list ul li .job_hide p.job_tit {
    font-size: 14px;
  }
  
  .level {
    justify-content: center !important;
  }
