@charset "UTF-8";
.infrastructure-box .content p {
  text-indent: 2em;
  line-height: 30px;
  color: #4E4E4E;
}
.infrastructure-box .ywjs .cont-img {
  margin-top: 50px;
}
.infrastructure-box .xx-list {
  padding-bottom: 70px;
  padding-top: 30px;
  margin-top: 30px;
  background: #EFEFEF;
}
.infrastructure-box .xx-list .img-box {
  display: block;
  font-size: 0;
  width: 313px;
  height: 250px;
  overflow: hidden;
}
.infrastructure-box .xx-list .img-box img {
  width: 100%;
  height: 100%;
}
.infrastructure-box .xx-list .img-box img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.infrastructure-box .xx-list .text {
  display: block;
  padding-left: 1em;
  font-size: 12px;
  line-height: 30px;
  color: #151515;
  margin-top: 4px;
  margin-bottom: 10px;
}
.stnl-xmxx .item-content {
  /*width: 600px;*/
}
.stnl-xmxx .img-box {
  font-size: 0;
  display: block;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
}
.stnl-xmxx .item-content:after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 220px;
  height: 1px;
  background: #CBCAC9;
}
.stnl-xmxx .item-content .title {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #4C4C4C;
}
.stnl-xmxx .item-content .text {
  margin-bottom: 30px;
  font-size: 14px;
  color: #535353;
  line-height: 24px;
}
.stnl-xmxx .item-content .more {
  font-size: 14px;
  color: #857070;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.stnl-xmxx .item-content .more:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.stnl-xmxx .xmxx-list {
  /*background: #F8F5EE;*/
}
.stnl-xmxx .xmxx-list .item {
  transition: all .3s;
}
.stnl-xmxx .xmxx-list .item:hover {
  background: #F0EADD;
}
.stnl-xmxx .xmxx-list .item:nth-child(2n) {
  /*background: #F8F5EE;*/
}
.stnl-xmxx .xmxx-list .item:nth-child(2n) .flex-img {
  position: relative;
  left: 50%;
}
.stnl-xmxx .xmxx-list .item:nth-child(2n) .flex-text {
  position: relative;
  left: -50%;
}
/*办学理念*/
.bxll .pho-list {
  margin-bottom: 20px;
}
.bxll .pho-list li {
  position: relative;
  float: left;
  width: 33.3%;
}
.bxll .pho-list li + li {
  border-left: 1px solid #fff;
}
.bxll .pho-list .img-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  overflow: hidden;
}
.bxll .pho-list .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bxll .pho-list .inner-text {
  position: absolute;
      left: 0;
      bottom: 0;
      padding-top: 21%;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
      height: 84%;
      background: #005591;
      color: #fff;
      opacity: 0;
}
.bxll .pho-list .inner-text .en {
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
}
.bxll .pho-list .inner-text .intro {
  font-size: 12px;
}
.bxll .pho-list .inner-text .cn {
  font-size: 20px;
}
.bxll .pho-list .inner-text .cn:after {
  content: '';
  display: block;
  margin-top: 13px;
  margin-bottom: 25px;
  width: 127px;
  height: 1px;
  background: #fff;
}
.bxll .pho-list li:hover .inner-text {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 1;
}
.bxll .content {
  padding: 50px 0;
}
.bxll .content .content-name {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  color: #2A2A2A;
  text-align: center;
}
