@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/coreTeam/bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
  }
  .house-title {
    /*background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 143px;*/
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 102px;
  }
  .house-title img {
    width: 142px;
    height: 26px;
  }
  .example-contain {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .coreTeam {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 81px;
  }
  /* 修改 */
  .team_data{
    margin-top: 81px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .team_data_con{
    border-right: 1px solid #9FA0A0;
    padding-right: 43px;
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 50px;
  }
  .team_name{
      color: #00A0E9;
      font-size: 24px;
      font-weight: bold;
  }
  .team_pos{
    font-size: 18px;
    color: #FFFFFF;
  }
  .team_pro{
    font-size: 18px;
    color: #FFFFFF;
  }
  .team_data_con:first-of-type{
    margin-left: 0;
  }
  .team_data_con:last-of-type{
    border-right: none;
  }

}
img {
  width: 100%;
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/coreTeam/bg.png');
    background-size: 100% 100%;
    /* min-width: 1260px; */
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
  }
  .house-title {
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 102px;
  }
  .house-title img {
    width: 142px;
    height: 26px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 111px;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .coreTeam {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    margin-top: 58px;
  }
    /* 修改 */
    .team_data{
      margin-top: 61px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .team_data_con{
      border-right: 1px solid #9FA0A0;
      padding-right: 32px;
      height: 73px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 38px;
    }
    .team_name{
        color: #00A0E9;
        font-size: 18px;
        font-weight: bold;
    }
    .team_pos{
      font-size: 14px;
      color: #FFFFFF;
    }
    .team_pro{
      font-size: 14px;
      color: #FFFFFF;
    }
    .team_data_con:first-of-type{
      margin-left: 0;
    }
    .team_data_con:last-of-type{
      border-right: none;
    }
}
@media (min-width: 768px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .web-mobile {
    background: url('/assets/index/images/coreTeam/1.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2.77rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/coreTeam/1.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    margin-top: 2rem;
    height: 2.5rem;
    background: url('/assets/index/images/companyProfile/c-m.png') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .mobile-contact-img img {
    width: 6.72rem;
    height: 1.25rem;
  }
  .mobile-contact-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.8rem;
    color: #fff;
  }
  .mobile-coreTean-title {
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(240, 240, 240, 1);
    line-height: 1.01rem;
    margin-top: 1.54rem;
  }
  .mobile-coreTean-list{
    margin-top: 2.13rem;
  }
  .mobile_data{
    width: 12.85rem;
    padding-bottom: 0.96rem;
    border-bottom: 0.054rem solid #9FA0A0;
    margin-bottom: 0.96rem;
  }
  .mobile_name{
    color: #00A0E9;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .mobile_mess{
    color: #FFFFFF;
    font-size: 0.64rem;
    margin-top: 0.8rem;
  }
}
