  /
Ñ§ÔºÐÂÎÅ
/
.school_bg {
  padding: 150px 0 60px;
  background-image: url(/static/home/image/main/schoolNews/school_bg.png);
  background-size: cover;
}
.school_new {
  margin-top: 100PX;
  display: flex;
}
.school_new .school_nav {
  width: 10%;
  text-align: center;
}
.school_new .school_nav .open {
  display: block;
  position: relative;
  padding: 15PX 21PX;
  left: 2px;
  z-index: 2;
  color: #fff;
  background: #066A31;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px 5px 0px 10px;
}
.school_new .school_nav .open::after {
  position: absolute;
  right: 2px;
  bottom: -10PX;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #04411E;
  border-left: 10px solid transparent;
}
.school_new .school_nav li {
  margin: 30PX 0;
  color: #3E3A39;
  line-height: 24px;
}
.school_new .school_content {
  position: relative;
  width: 100%;
  padding-left: 60PX;
  box-sizing: border-box;
  border-left: 1PX solid #A87E53;
}
.school_new .school_content .content_title h3 {
  margin-bottom: 8PX;
}
.school_new .school_content .content_title .title_bottom {
  display: flex;
  justify-content: space-between;
}
.school_new .school_content .content_title .menu {
  display: none;
  font-size: 30px;
}
.school_new .school_content .new_content {
  display: flex;
  flex-wrap: wrap;
}
.school_new .school_content .new_content li {
  margin: 40PX 0 0;
  margin-right: 5%;
  width: 30%;
  background: #FFFFFF;
  border-bottom: 1px solid #999999;
}
.school_new .school_content .new_content li:hover {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.4);
  border-bottom: 1px solid #A87E53;
}
.school_new .school_content .new_content li .words {
  padding: 20PX;
}
.school_new .school_content .new_content li .words .one {
  line-height: 24PX;
  display: block;
  margin-bottom: 35PX;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.school_new .school_content .new_content li .words .two {
  color: #999999;
}
.school_new .school_content .new_content li img {
  width: 100%;
}
.school_new .school_content .new_content > li:nth-child(3n + 3) {
  margin-right: 0;
}
.school_new .school_content::before {
  position: absolute;
  left: -6PX;
  top: -6PX;
  content: "";
  display: block;
  width: 10PX;
  height: 10PX;
  background: #A87E53;
  border-radius: 50%;
}
.page_bottom {
  display: flex;
  justify-content: center;
}
.page_turner {
  display: flex;
}
.page_turner li {
  margin: 60PX 5PX;
  padding: 13PX 15PX;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.page_turner li .last_icon {
  display: block;
  transform: rotate(-180deg);
}
@media screen and (max-width: 1520px) {
  .school_new {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .school_new .school_nav {
    width: 15%;
    text-align: center;
  }
  .school_new .school_nav li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .school_bg {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .school_nav {
    display: none;
  }
  .school_new .school_content {
    position: relative;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    border-left: none;
  }
  .school_new .school_content .content_title {
    display: flex;
    justify-content: space-between;
  }
  .school_new .school_content .content_title h3 {
    font-size: 20px;
  }
  .school_new .school_content .content_title .title_bottom {
    flex-direction: column;
  }
  .school_new .school_content .content_title .title_bottom span {
    margin-bottom: 8px;
  }
  .school_new .school_content .content_title .menu {
    display: block;
  }
  .school_new .school_content .new_content li {
    margin: 20PX 0 0;
    width: 100%;
  }
  .school_new .school_content .new_content li .words {
    padding: 15PX;
    line-height: 22px;
    font-size: 18px;
  }
  .school_new .school_content .new_content li .words .one {
    font-size: 18px;
    display: block;
    margin-bottom: 5PX;
    color: #333333;
  }
  .school_new .school_content::before {
    display: none;
  }
  .page_bottom {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_bottom .page_turner {
    display: flex;
  }
  .page_bottom .page_turner li {
    white-space: nowrap;
    margin: 60PX 5PX;
    padding: 13PX 15PX;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
  }
  .page_bottom .turner_num {
    overflow: hidden;
  }
}
