.title_banner_1 {
  height: 96px;
  background-image: url("../../images/intro-school/title_banner_1.webp");
  background-repeat: no-repeat;
  background-position: center center;
}

.title_banner_2 {
  height: 96px;
  background-image: url("../../images/intro-school/title_banner_2.webp");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1500px) {
  .itemX-element-preImg {
    margin-top: -270px;
  }
}

@media (max-width: 1499px) {
  .itemX-element-preImg {
    margin-top: -220px;
  }
}

@media (max-width: 1199px) {
  .itemX-element-preImg {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .itemX-element-preImg {
    margin-top: -88px;
  }

  .title_banner_1 {
    height: 51px;
    background-image: url("../../images/intro-school/title_banner_1s.webp");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .title_banner_2 {
    height: 51px;
    background-image: url("../../images/intro-school/title_banner_2s.webp");
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.intro-culture {
  padding-bottom: 0px;
}

.itemX-content {
  height: auto;
}

.itemX-element-main {
  position: relative;
  /*background-color: #ac3121;*/
}

.itemX-content .itemX-img {
  padding: 0px 10px 0px 10px;
  /*上、右、下 左*/
}

.itemX-content .itemX-title {
  padding: 30px 0px 0px 0px;
  padding-bottom: 0px;
}

.itemX-element-main .itemX-content {
  padding: 0px 20px 40px 20px;
  /*上、右、下 左*/
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.itemX-element-main .itemX-content-title {
  color: #ffd445;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.div_position_v_middle {
  /*div位置居中*/
  display: flex;
  justify-content: center;
  align-items: center;
}

/*body底色*/
body {
  background-color: #ffa63f;
}
