.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  background-image: url(../images/schoolpage_background.png);
  background-size: 100% 7.5rem;
  background-repeat: repeat-y;
}
.introduction {
  padding: .32rem .3rem 0;
}
.introduction .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: .26rem .41rem .4rem .24rem;
}
.introduction .box .imgbox {
  width: 2.8rem;
  height: auto;
}
.introduction .box .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.introduction .box .text h1 {
  width: fit-content;
  margin-bottom: .27rem;
  padding: .1rem .26rem;
  background: #F7F3DF;
  border-radius: .24rem .24rem .24rem .24rem;
  border: .02rem solid #333333;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: .26rem;
  color: #333333;
}
.introduction .box .text p {
  width: 3.1rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: .2rem;
  color: #333333;
  line-height: .32rem;
  text-align: justify;
}
.introduction .box .bg {
  position: absolute;
  top: -0.06rem;
  right: -0.3rem;
  display: block;
  width: 1.64rem;
  height: 1.45rem;
}
.part3 {
  padding: .32rem .3rem .12rem;
}
.part3 .box {
  background-color: #fff;
  padding: .40rem .33rem .46rem;
}
.part3 .box ul li {
  float: left;
  margin-right: .24rem;
  margin-top: .3rem;
}
.part3 .box ul li:nth-child(2n) {
  margin-right: 0;
}
.part3 .box ul li:nth-child(1),
.part3 .box ul li:nth-child(2) {
  margin-top: 0;
}
.part3 .box ul li a {
  display: block;
}
.part3 .box ul li a .imgbox {
  width: 3rem;
  height: auto;
  overflow: hidden;
  border-radius: .2rem .2rem 0 0;
}
.part3 .box ul li a .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.part3 .box ul li a .title {
  margin-top: .2rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: .22rem;
  color: #333333;
  text-align: center;
}
.part3 .box .more {
  width: 1rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  font-size: .16rem;
  color: #fff;
  background: url(https://cmsstatic.ttcdw.cn/static/yhjs/images/tbg.png) no-repeat left top;
  background-size: 100% 100%;
  margin: .46rem auto 0;
  display: block;
  cursor: pointer;
}
