
/*办学成果*/

  .listTitle3 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .bxcg{
    background: #fbf7f1;
  }
  .bxcg .listTitle{
    margin-bottom: 20px;
  }
  .imgResponsive{
    padding-bottom: 66.5%;
    position: relative;
  }
  .imgResponsive img{
    /* position: relative; */
  }

    
  .listTitle1 {
    position: relative;
  }

  .listTitle1 h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 16px;
    background-color: #004f93;
    font-size: 18px;
    font-weight: normal;
    min-width: 57px;
    text-align: center;
    position: relative;
    z-index: 5;
    vertical-align: top;
    line-height: 1.5;
  }
  
  .listTitle1 h2 strong {
    min-width: 60px;
    color: #fff;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    display: block;
    float: left;
    padding: 0 9px;
    *display: inline;
    *zoom: 1;
    -webkit-text-align: justify;
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
    *text-align: center;
  }
  
  .listTitle1 h2 i {
    display: inline-block;
    width: 100%;
    height: 0;
    vertical-align: middle;
    display: none;
  }
  .listTitle3 h2 {
    color: #fff;
    padding: 11px 25px;
    margin-right: 55px;
    min-width: auto;
    text-align: left;
  }
  .line1 {
    width: 100%;
    height: 1px;
    background-color: #c8c8c8;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: 0;
    display: block;
  }

  .bit-list10 {
    margin: 0 -43px;
    overflow: hidden;
    padding-bottom: 0px;
  }

  .bit-list10 li {
    width: 25%;
    margin-bottom: 35px;
  }

  .bit-list10 li>a {
    margin: 0 20px;
    display: block;
  }

  .item-img10 {
    margin-top: 35px;
  }

  .bit-list10 .listTitle3 h2 {
    margin-right: 15px;
  }
  
  
  @media screen and (max-width:1300px) {
    .bit-list10 {
      margin: 0 -8px;
    }
    .bit-list10 li>a {
      margin: 0 8px;
    }
  }
  @media screen and (max-width:1020px) {
    .bit-list10 li {
      width: 50%;
    }
  }
  @media screen and (max-width:767px) {
    .listTitle1 h2 strong {
      min-width: 50px;
    }
    .listTitle1 h2 {
      font-size: 16px;
    }
  }
  @media screen and (max-width:480px) {
    .bit-list10 li{
      width: 100%
    }
  }
/*办学成果*/

/* 合作伙伴 */
  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide {
    width: 100%;
    height: auto;
  }
  .swiper-slide img{
    width: 100%;
  }
  .swiper-containerHezuo .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
/* 合作伙伴 */
