  /**
Ð£Îñ¹«Ê¾
***/
.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 16PX;
  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::before {
  position: absolute;
  left: -6PX;
  top: -6PX;
  content: "";
  display: block;
  width: 10PX;
  height: 10PX;
  background: #A87E53;
  border-radius: 50%;
}
.business_content li > a {
  margin: 40PX 0 0;
  padding: 45px;
  box-sizing: border-box;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
}
.business_content li > a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.business_content li > a:hover .business_logo {
  opacity: 1;
}
.business_content li > a:hover .business_words span {
  color: #A87E53;
}
.business_content li > a .business_date {
  width: 10%;
  position: relative;
}
.business_content li > a .business_date > img {
  display: none;
}
.business_content li > a .business_date span:first-child {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #A67C4F;
}
.business_content li > a .business_date span:last-child {
  color: #999;
}
.business_content li > a .business_date::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: #066A31;
}
.business_content li > a .business_words {
  width: 80%;
  border-right: 1px solid #DCDCDC;
}
.business_content li > a .business_words span {
  font-size: 20px;
  display: block;
  margin-bottom: 30PX;
  font-weight: bold;
  color: #333333;
  line-height: 30PX;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.business_content li > a .business_words p {
  width: 90%;
  color: #999999;
  line-height: 30PX;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business_content li > a .business_logo {
  margin-left: 20PX;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
}
.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;
  }
  .business_content li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .business_content li .business_date {
    margin-right: 10px;
    width: 15%;
    position: relative;
  }
  .business_content li .business_date::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #066A31;
  }
  .business_content li .business_words {
    width: 67%;
  }
  .business_content li .business_logo {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .school_bg {
    padding-top: 0;
  }
  .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::before {
    display: none;
  }
  .business_content li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20PX 0;
  }
  .business_content li > a {
    padding: 25px;
    display: flex;
    justify-content: space-between;
  }
  .business_content li .business_date {
    margin-right: 10px;
    width: 100%;
  }
  .business_content li .business_date > img {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .business_content li .business_date > span:first-child {
    font-size: 20px;
  }
  .business_content li .business_date span {
    display: block;
    margin-bottom: 10px;
  }
  .business_content li .business_date::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #066A31;
  }
  .business_content li .business_words {
    width: 75%;
    border: none !important;
  }
  .business_content li .business_words span {
    margin-bottom: 10px;
  }
  .business_content li .business_words p {
    font-size: 16px;
  }
  .business_content li .business_logo {
    display: none !important;
  }
  .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;
  }
}
