/* 校长致辞 */
.chairman-speech-main {
  /* background:url(/system/_owners/jlai/_webprj/dfiles/12442/__local/b/d3/96/02415cfb77b816cb1ed10e82756_6492bc0c_61383.jpg) 50% 0 no-repeat; */
  display: flex;
  font-weight: bold;
  width: 13.75rem;
  padding-top: 0.96rem;
  margin: 0 auto;
}
.chairman-speech-main .div-img {
  width: auto;
}
.chairman-speech-main .div-img .img-w-1 {
}
.chairman-speech-main .div-img .img-w-1 img {
}
.chairman-speech-main .div-img .img-w-2 {
}
.chairman-speech-main .div-img .img-w-2 img {
}
.chairman-speech-main .div-txt-w {
  flex: 1;
  display: flex;
}
.chairman-speech-main .div-txt {
  flex: 1;
  margin-left: 0.7rem;
  font-size: 18px;
  line-height: 2;
}
.chairman-speech-main .div-txt p {
  text-indent: 2em;
  text-align: justify;
}
.chairman-speech-main .div-txt p + p {
  margin-top: 0.4rem;
}
.chairman-speech-main .div-txt p.p-img {
  text-align: right;
}
.chairman-speech-main .div-txt p.p-img img {transform-origin: 100% 0;transform: scale(0.8);width: 1.93rem;}

/* ===== 媒体查询 ===== */
@media screen and (max-width: 1299px) {
  .chairman-speech-main {
    width: 100%;
  }
  .chairman-speech-main .div-txt-w {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .chairman-speech-main {
    padding-top: 0.4rem;
    flex-direction: column;
  }
  .chairman-speech-main .div-img {
    display: flex;
    justify-content: center;
  }
  .chairman-speech-main .div-img img {
  }
  .chairman-speech-main .div-img .img-w-1 {
  }
  .chairman-speech-main .div-img .img-w-1 img {
  }
  .chairman-speech-main .div-img .img-w-2 {
    background: url(../images/chairman-speech-5.jpg) 0 0 repeat-y;
    display: flex;
    align-items: flex-end;
  }
  .chairman-speech-main .div-img .img-w-2 img {
  }
  .chairman-speech-main .div-txt-w {
  }
  .chairman-speech-main .div-txt {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .chairman-speech-main .div-txt p {
  }
  .chairman-speech-main .div-txt p + p {
  }
  .chairman-speech-main .div-txt p.p-img {
  }
  .chairman-speech-main .div-txt p.p-img img {
  }
}
@media screen and (max-width: 768px) {
  .chairman-speech-main {
    width: 100%;
    /* flex-direction: column; */
    /* width: 100%; */
    /* padding-top: .4rem; */
  }
  .chairman-speech-main .div-img {
    /* display: flex; */
    /* justify-content: center; */
  }
  .chairman-speech-main .div-img img {
  }
  .chairman-speech-main .div-img .img-w-1 {
  }
  .chairman-speech-main .div-img .img-w-1 img {
  }
  .chairman-speech-main .div-img .img-w-2 {
  }
  .chairman-speech-main .div-img .img-w-2 img {
  }
  .chairman-speech-main .div-txt-w {
  }
  .chairman-speech-main .div-txt {
    /* margin-left: 0; */
    margin-top: 20px;
  }
  .chairman-speech-main .div-txt p {
  }
  .chairman-speech-main .div-txt p + p {
    margin-top: 20px;
  }
  .chairman-speech-main .div-txt p.p-img {
  }
  .chairman-speech-main .div-txt p.p-img img {
  }
}

/* 普通手机 */
@media screen and (max-width: 480px) {
  .chairman-speech-main {
    padding-top: 0.2rem;
  }
  .chairman-speech-main .div-img {
    display: block;
    text-align: center;
  }
  .chairman-speech-main .div-img img {
    margin: 0 auto;
  }
  .chairman-speech-main .div-img .img-w-1 {
  }
  .chairman-speech-main .div-img .img-w-1 img {
  }
  .chairman-speech-main .div-img .img-w-2 {
    display: none;
  }
  .chairman-speech-main .div-img .img-w-2 img {
  }
  .chairman-speech-main .div-txt-w {
  }
  .chairman-speech-main .div-txt {
    margin-top: 0.2rem;
  }
  .chairman-speech-main .div-txt p {
  }
  .chairman-speech-main .div-txt p + p {
    margin-top: 0.2rem;
  }
  .chairman-speech-main .div-txt p.p-img {
  }
  .chairman-speech-main .div-txt p.p-img img {
    /* width: 25%; */
  }
}
