.news_box {
  margin-bottom: 5.625rem;
}

.notice_box {
  background: #eff4ff;
  padding: 2.5rem 0 3.75rem 0;
}

.news_cnt_body .news_item {
  width: 27.5rem;
  margin-left: 2.5rem;
}
.news_cnt_body .news_item .an_image_box {
  width: 100%;
  height: 19rem;
}
.news_cnt_body .news_item .time {
  font-size: 1.125rem;
  color: #636363;
  margin: 1rem auto;
}
.news_cnt_body .news_item .time span {
  padding-right: 0.625rem;
}
.news_cnt_body .news_item .item_title {
  font-size: 1.5rem;
  color: #242424;
  line-height: 1.5;
margin-top:1rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.news_cnt_body .news_item .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2.5rem;
}
.news_cnt_body .news_item .more span {
  font-size: 1.25rem;
  color: #242424;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.news_cnt_body .news_item:hover .an_image_box img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.news_cnt_body .news_item:hover .item_title,
.news_cnt_body .news_item:hover .more span {
  color: var(--mainColor);
}

/*notice*/
.notice_box .cnt_body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.notice_box .cnt_body .cnt_left {
  width: 22.5rem;
  height: 17.5rem;
  margin-right: 2.125rem;
}
.notice_box .cnt_body .cnt_left a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.notice_box .cnt_body .cnt_left a .an_image_box {
  width: 100%;
  height: 100%;
}
.notice_box .cnt_body .cnt_left .bm_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.notice_box .cnt_body .cnt_left .bm_text span {
  color: #fff;
  font-size: 1.25rem;
  float: right;
  margin-bottom: 0.625rem;
}
.notice_box .cnt_body .cnt_left p {
  color: #fff;
  margin-bottom: 0.625rem;
}
.notice_box .cnt_body .cnt_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notice_box .cnt_body .cnt_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notice_box .cnt_body .cnt_right ul li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.notice_box .cnt_body .cnt_right ul li:hover {
  background: var(--mainColor);
}
.notice_box .cnt_body .cnt_right ul li:hover .time,
.notice_box .cnt_body .cnt_right ul li:hover .title,
.notice_box .cnt_body .cnt_right ul li:hover .more span {
  color: #fff;
}
.notice_box .cnt_body .cnt_right ul li:nth-of-type(3n) {
  margin-right: 0;
}
.notice_box .cnt_body .cnt_right ul li a {
  display: block;
  border: 1px solid #242424;
  padding: 0.75rem 0.9375rem;
  height: 7.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_box .cnt_body .cnt_right ul li a .time {
  color: #636363;
  font-size: 1rem;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.notice_box .cnt_body .cnt_right ul li a .time span {
  padding-right: 0.625rem;
}
.notice_box .cnt_body .cnt_right ul li a .title {
  margin: 0.625rem auto;
  font-size: 1.025rem;
  color: #242424;
height: 2.45rem;
text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.notice_box .cnt_body .cnt_right ul li a .more {
  text-align: right;
}
.notice_box .cnt_body .cnt_right ul li a .more span {
  font-size: 18px;
  color: #636363;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

/*campus*/
.campus_box {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
.campus_box .cnt_body .cnt_right {
  width: 100%;
}
.campus_box .cnt_body .cnt_right ul {
  width: 100%;
}
.campus_box .cnt_body .cnt_right ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 3);
  border-left: 1px solid #242424;
  padding: 0 1.25rem;
}
.campus_box .cnt_body .cnt_right ul li:nth-of-type(1) {
  border-left: none;
  padding-left: 0;
}
.campus_box .cnt_body .cnt_right ul li:last-of-type{
  padding-right: 0;
}
.campus_box .cnt_body .cnt_right ul li a .an_image_box {
  width: 100%;
  height: 25.625rem;
}
.campus_box .cnt_body .cnt_right ul li a .time {
  color: #636363;
  font-size: 1.125rem;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  margin-top: 1.25rem;
}
.campus_box .cnt_body .cnt_right ul li a .time span {
  padding-right: 0.625rem;
}
.campus_box .cnt_body .cnt_right ul li a .title {
  margin: 1.25rem auto;
  font-size: 1.375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1.25rem;
  color: #242424;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
    height: 1.85rem;
}
.campus_box .cnt_body .cnt_right ul li a .sub {
  color: #242424;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.campus_box .cnt_body .cnt_right ul li a .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}
.campus_box .cnt_body .cnt_right ul li a .more span {
  font-size: 18px;
  color: #242424;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.campus_box .cnt_body .cnt_right ul li a:hover .title,
.campus_box .cnt_body .cnt_right ul li a:hover .sub,
.campus_box .cnt_body .cnt_right ul li a:hover .more span {
  color: var(--mainColor);
}
.campus_box .cnt_body .cnt_right ul li a:hover .an_image_box img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 992px) {
  .news_box {
    margin-bottom: 3vw;
  }
  .news_cnt_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_cnt_body .news_item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 8%;
  }
  .news_cnt_body .news_item .an_image_box {
    height: 40vw;
  }
  .news_cnt_body .news_item .item_title {
    margin-bottom: 2.6667vw;
  }
  .news_cnt_body .news_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .notice_box {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-bottom: 4vw;
  }
  .notice_box .index_cnt_title {
    margin-top: 0;
  }
  .notice_box .cnt_body {
    padding: 0;
    display: block;
  }
  .notice_box .cnt_body .cnt_left {
    width: 100%;
    margin: 0;
    margin-bottom: 4vw;
  }
  .notice_box .cnt_body .cnt_left a p {
    font-size: 3.4667vw;
  }
  .notice_box .cnt_body .cnt_left a .bm_text span {
    font-size: 4.5333vw;
  }
  .notice_box .cnt_body .cnt_right ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4vw;
  }
  .notice_box .cnt_body .cnt_right ul li a {
    height: 26.6667vw;
  }
  .notice_box .cnt_body .cnt_right ul li a .title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .notice_box .cnt_body .cnt_right ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .notice_box .cnt_body .cnt_right ul li:nth-child(2n) {
    margin-right: 0;
  }
  .campus_box {
    padding: 4vw 3.2vw;
  }
  .campus_box .cnt_body {
    padding: 0;
  }
  .campus_box .cnt_body ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .campus_box .cnt_body ul li {
    width: 50%;
    padding: 0;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #242424;
    padding-bottom: 5.3333vw;
  }
  .campus_box .cnt_body ul li a .an_image_box {
    height: 53.3333vw;
  }
  .campus_box .cnt_body ul li a .sub {
    margin-bottom: 0;
  }
  .campus_box .cnt_body ul li a .more {
    margin-top: 2.6667vw;
  }
  .campus_box .cnt_body ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 3%;
  }
  .campus_box .cnt_body ul li:nth-child(2n+1) {
    border-left: 0;
  }
  .campus_box .cnt_body ul li:nth-last-of-type(1) {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5.3333vw;
  }
  .campus_box .cnt_body ul li:nth-last-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5.3333vw;
  }
}