@charset "UTF-8";
.wrap {
  background: #fff; }

.gq-banner {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .gq-banner img {
    width: 100%; }

.people-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px; }
  .people-list .people-item {
    position: relative;
    padding: 50px 0;
    min-height: 325px; }
    .people-list .people-item .people-avatar {
      position: absolute;
      top: 50px;
      width: 225px;
      height: 225px;
      border-radius: 100%;
      box-shadow: 0px 6px 2px rgba(40, 40, 40, 0.11); }
      .people-list .people-item .people-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        -webkit-object-fit: cover;
        object-fit: cover; }
      .people-list .people-item .people-avatar:after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 73px;
        height: 65px;
        background: url(/images/icon-yinhao.png) 0 0 no-repeat;
        background-size: 100% 100%; }
    .people-list .people-item .people-info {
      line-height: 1.5; }
      .people-list .people-item .people-info .info-main {
        font-size: 20px;
        color: #4a5b9b; }
      .people-list .people-item .people-info .info-sub {
        font-size: 14px;
        color: #4d4d4d;
        margin-top: 10px; }
      .people-list .people-item .people-info .info-txt {
        font-size: 18px;
        color: #000;
        margin-top: 20px; }
  .people-list .people-odd {
    padding-left: 390px; }
    .people-list .people-odd .people-avatar {
      left: 0; }
      .people-list .people-odd .people-avatar:after {
        left: 270px; }
  .people-list .people-even {
    padding-right: 390px; }
    .people-list .people-even .people-avatar {
      right: 0; }
      .people-list .people-even .people-avatar:after {
        left: -108px; }

/*ipad pro等*/
@media screen and (max-width: 1279px) {
  .people-list {
    max-width: 1000px; } }
@media screen and (max-width: 999px) {
  .gq-banner {
    margin-bottom: 0;
    height: 180px; }
    .gq-banner img {
      width: 100%;
      height: 100%;
      -webkit-object-fit: cover;
      object-fit: cover;
      display: block; }

  .people-list {
    padding: 15px; }
    .people-list .people-item {
      padding: 20px 0;
      min-height: 140px; }
      .people-list .people-item .people-avatar {
        top: 20px;
        width: 80px;
        height: 80px; }
      .people-list .people-item .people-info .info-main {
        font-size: 16px; }
      .people-list .people-item .people-info .info-sub {
        font-size: 12px;
        margin-top: 5px; }
      .people-list .people-item .people-info .info-txt {
        font-size: 14px;
        margin-top: 10px; }
    .people-list .people-odd {
      padding-left: 95px; }
      .people-list .people-odd .people-avatar {
        left: 0; }
        .people-list .people-odd .people-avatar:after {
          display: none; }
    .people-list .people-even {
      padding-right: 95px; }
      .people-list .people-even .people-avatar {
        right: 0; }
        .people-list .people-even .people-avatar:after {
          display: none; } }
