/* ———————————————— 电脑端样式———————————————— */

@media (min-width: 768px) {
  .isaieg-education {
    height: 50vh !important;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  /* 重置标题的下边距 */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
  }

  /* 学苑项目 */
  #project-box-m a h5 {
    font-size: 18px;
    font-weight: 700;
  }

  #project-box-m .card .card-body {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .project-box-m .hr-line-en {
    width: 110px;
  }

  /* 分隔线 */
  .hr-line {
    margin: 10px 0 15px !important;
    background-color: #ffffff;
    opacity: 1;
    width: 46px;
    display: inline-block;
    border-width: 0.5px;
    border-color: #ffffff;
  }

  /* 课程展示 */
  #section-03 {
    background-size: cover;
    background-image: url(../images/home/three/bg-m.jpg);
  }

  .exhibit-box-m h3 {
    font-size: 18px;
    font-weight: 400;
  }

  .exhibit-box-m h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 6px 0 8px;
  }

  .exhibit-box-m .three-row {
    margin-bottom: 9px;
  }

  .exhibit-box-m .card .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  #section-news .home-news-right-cn {
    height: 530px;
    background-size: contain;
    background-image: url(../images/home/news/bg-m-cn.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  #section-news .home-news-right-en {
    height: 550px;
    background-size: contain;
    background-image: url(../images/home/news/bg-m-en.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  /* 按钮3 */
  .mobile-news-box .btn-outline-grey {
    color: #333 !important;
    background-color: transparent !important;
    border: 1px solid #999999 !important;
    box-shadow: 0 !important;
    width: 126px;
    height: 40px;
    font-size: 14px;
    padding-top: 10px;
  }

  .isaieg-education {
    height: 100vh !important;
  }
}
