  /*
banner
***/
.content_banner {
  width: 100%;
}
.content_banner img {
  width: 100%;
}
/
¹«Ê¾ÏêÇé
/
.school_bg {
  padding-top: 150px;
  padding-bottom: 90PX;
  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 {
  margin-top: 40PX;
  padding: 50PX 60PX;
  background-color: #fff;
}
.school_new .school_content .new_content .new_details {
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 60px;
}
.school_new .school_content .new_content .new_details h3 {
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.school_new .school_content .new_content .new_details h4 {
  line-height: 30px;
  margin-bottom: 30PX;
}
.school_new .school_content .new_content .new_details h5 {
  line-height: 30PX;
}
.school_new .school_content .new_content .new_details .title_details {
  display: block;
  margin: 30PX 0 38px;
  font-weight: 400;
  color: #999999;
}
.school_new .school_content .new_content .new_details p {
  line-height: 30PX;
  margin-bottom: 30PX;
}
.school_new .school_content .new_content .new_details .article_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.school_new .school_content .new_content .new_details .article_right span {
  line-height: 30px;
}
.school_new .school_content .new_content .translate_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.school_new .school_content .new_content .translate_page .translate_left {
  display: flex;
  flex-direction: column;
}
.school_new .school_content .new_content .translate_page .translate_left div {
  padding: 15PX 0;
}
.school_new .school_content .new_content .translate_page .translate_left .change {
  color: #066A31;
}
.school_new .school_content .new_content .translate_page .translate_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.school_new .school_content .new_content .translate_page .translate_right i {
  padding: 14PX;
  text-align: center;
  background-color: #A87E53;
  font-size: 20PX;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 13PX;
}
.school_new .school_content .new_content .translate_page .translate_right span {
  color: #999999;
}
.school_new .school_content::before {
  position: absolute;
  left: -6PX;
  top: -6PX;
  content: "";
  display: block;
  width: 10PX;
  height: 10PX;
  background: #A87E53;
  border-radius: 50%;
}
@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_new {
    padding-top: 40PX;
  }
  .school_new .school_nav {
    display: none;
  }
  .school_new .school_content {
    padding-left: 0;
    border-left: none;
  }
  .school_new .school_content .content_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .school_new .school_content .content_title h3 {
    font-size: 20px;
    margin-bottom: 8PX;
  }
  .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 {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
  }
  .school_new .school_content .new_content h3 {
    font-weight: bold;
    line-height: 26px;
    font-size: 20px;
  }
  .school_new .school_content .new_content .title_details {
    display: block;
    margin: 15PX 0;
    line-height: 26px;
    font-weight: 400;
    color: #999999;
  }
  .school_new .school_content .new_content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .school_new .school_content .new_content .translate_page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .school_new .school_content .new_content .translate_page .translate_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .school_new .school_content .new_content .translate_page .translate_left div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 8PX 0;
  }
  .school_new .school_content .new_content .translate_page .translate_left div span {
    width: 30%;
  }
  .school_new .school_content .new_content .translate_page .translate_left div span:last-child {
    width: 100%;
  }
  .school_new .school_content .new_content .translate_page .translate_left .change {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .school_new .school_content .new_content .translate_page .translate_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .school_new .school_content .new_content .translate_page .translate_right i {
    padding: 14PX;
    text-align: center;
    background-color: #A87E53;
    font-size: 20PX;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 13PX;
  }
  .school_new .school_content .new_content .translate_page .translate_right span {
    color: #999999;
  }
  .school_new .school_content::before {
    display: none;
  }
}
