@charset "UTF-8";
/* * 首页-学院要闻 */
.new_list {
  width: 100%;
  height: 56rem;
  position: relative;
}

.new_left_bg {
  background: #f2f4f7;
  width: 35%;
  height: 100%;
  position: absolute;
}

.sztuImg {
  position: absolute;
  left: 4.5%;
  top: 3.5rem;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 14rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 0.22rem rgba(27, 160, 102, 0.22);
  pointer-events: none;
  user-select: none;
}

.sztuImg > span {
  display: block;
  width: 0.78em;
  text-align: center;
}

.new_banner_img > img {
  width: 100%;
  height: 100%;
}

.new_list_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.25rem;
}

.new_swiper_banner {
  position: relative;
  width: 50%;
  margin-top: 6.75rem;
  flex-direction: column;
}

.new_banner_img {
  width: 100%;
  height: 25rem;
  margin: 0 auto;
}

.new_banner_bottom {
  width: 95%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 2.5%;
  bottom: -4.25rem;
  background: none;
}

.swiper-btm-bg {
  width: 95%;
  height: 9.125rem;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0.125rem 1rem 0px rgba(1, 19, 52, 0.24);
}

.new_time {
  position: absolute;
  width: 4rem;
  height: 5rem;
  background: url(../../2023/img/icon/home_new_time.png);
  background-size: 100% 100%;
  top: -1.25rem;
  left: 0.75rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.new_time > div:nth-child(1) {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: -0.625rem;
}

.new_time > div:nth-child(2) {
  width: 1.875rem;
  height: 0.0625rem;
  background: #ffffff;
  -webkit-transform: skew(100deg);
  -moz-transform: skew(100deg);
  transform: rotate(-10deg);
}

.new_time > div:nth-child(3) {
  font-size: 1rem;
  font-weight: 600;
}

.new_title {
  padding: 1rem 0 0 0;
  text-align: center;
}

.isNewTitle {
  font-size: 1.375rem;
  color: #044d07;
  font-weight: bold;
  width: 78%;
  margin: 0 auto;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.new_bottom_radius {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0 0;
  padding-bottom: 1rem;
}

.new_bottom_radius > div {
  width: 0.625rem;
  height: 0.625rem;
  background: #b1b1b1;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 1rem;
}

.isRadiusClick {
  background: #2b9767 !important;
}

.home_new_right {
  width: 38.125rem;
  min-height: 38.5rem;
  display: flex;
  flex-direction: column;
}

.home_new_right_top {
  margin: 6.75rem 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.home_new_right_top .en-tit {
  order: 2;
  font-weight: 700;
  color: #1da066;
  font-size: 1.25rem;
  font-family: times new roman;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new_title_h2 {
  order: 1;
  display: flex;
  align-items: center;
}
.new_title_h2 .news_title_item {
  display: flex;
  align-items: center;
}
.new_title_h2 .news_title_item h2 {
  font-size: 2rem;
  color: #232323;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 0.3125rem;
}
.new_title_h2 .news_title_item.active h2 {
  font-weight: bold;
}

.new_title_h2 > div {
  cursor: pointer;
}

.istitle {
  color: #000;
  font-weight: bold;
}

.new_title_h2 .news_title_item:nth-child(1) {
  padding-right: 2.8rem;
  position: relative;
}

.new_title_h2 .news_title_item:nth-child(2) {
  padding-left: 2.5rem;
}

.new_title_h2 .news_title_item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  background: #c0c0c0;
  width: 0.1rem;
  height: 2rem;
  transform: rotate(20deg);
}

.new_title_h2 .news_title_item:nth-child(2)::after {
  display: none;
}

.home_new_list {
  display: none;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0.125rem 1rem 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  flex: 1;
}
.home_new_list .active {
  display: block;
}

.home_new_box {
  width: 100%;
  padding: 1rem 0 0 0;
}

.home_new_box a {
  cursor: pointer;
  width: 100%;
}

.home_new_item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.25rem;
  width: 100%;
  margin: 0 auto;
  height: 4.25rem;
  overflow: hidden;
  transition: all 600ms ease-in-out;
  position: relative;
}
.home_new_item .item-link {
  height: 100%;
  width: calc(100% - 2.5rem);
  border-bottom: 0.0625rem solid #ddd;
  position: absolute;
  left: 1.25rem;
  top: 0;
  z-index: 2;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  transition: all 600ms ease-in-out;
}
.home_new_item .item-link .day {
  color: #000;
  width: 4.375rem;
  height: 1.75rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  transition: all 600ms ease-in-out;
}
.home_new_item .item-link .info {
  width: calc(100% - 4.375rem);
  padding-left: 0.875rem;
  box-sizing: border-box;
}
.home_new_item .item-link .info .tit {
  font-size: 1.125rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 600ms ease-in-out;
  margin-top: 1.75rem;
}
.home_new_item .item-link .info .dec {
  font-size: 0.875rem;
  margin-top: 0.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 600ms ease-in-out;
  opacity: 0;
}
.home_new_item .is_bg_img {
  opacity: 0;
  height: 4.25rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home_new_box .home_new_item:first-of-type {
}
.home_new_box .home_new_item.hover .is_bg_img {
  opacity: 1;
}
.home_new_item:hover {
  transition: all 600ms ease-in-out;
}
.home_new_item:hover .is_bg_img,
.home_new_box .home_new_item.hover .is_bg_img {
  opacity: 1;
}
.home_new_item .item-link:hover,
.home_new_box .home_new_item.hover .item-link {
  border-bottom: 0.0625rem solid transparent;
}
.home_new_item .item-link:hover .day,
.home_new_box .home_new_item.hover .item-link .day {
  background: #1da066;
  color: #fff;
}
.home_new_item .item-link:hover .info .tit,
.home_new_box .home_new_item.hover .item-link .info .tit {
  color: #004811;
  margin-top: 0;
}
.home_new_item .item-link:hover .info .dec,
.home_new_box .home_new_item.hover .item-link .info .dec {
  color: #004811;
  opacity: 1;
}

.home_new_item > div:nth-child(1) {
  min-width: 4.375rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  color: #004c00;
  margin-right: 1.25rem;
}

.home_new_item > div:nth-child(2) {
  width: calc(100% - 4.375rem);
  cursor: pointer;
}

.home_new_item > div:nth-child(2) > div:nth-child(2) {
  display: none;
}

.home_new_item > div:nth-child(2) > div {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #050505;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 95%;
}

.home_new_item > div:nth-child(2):hover > div {
  color: #949997 !important;
}

.new_bottom_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem 1.75rem 1.25rem;
  margin-top: auto;
}
.new_bottom_more a {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: #004c00;
  cursor: pointer;
  margin-right: 0.5rem;
  text-decoration: none;
}
.new_bottom_more::after {
  content: '';
  width: 1.25rem;
  height: 0.125rem;
  background: #004e00;
}

#newsSlider {
  width: 100%;
  position: relative;
}

.news_card {
  width: 45rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 1.875rem;
  margin-top: 6.75rem;
}

.news_card #newsSlider {
  height: 100%;
  width: 100%;
}

#newsSlider .swiper-wrapper {
  display: flex;
}

#newsSlider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
}

#newsSlider .swiper-wrapper .swiper-slide .img-scal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#newsSlider .swiper-wrapper .swiper-slide .img-scal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 900ms ease-in-out;
}
#newsSlider .swiper-wrapper .swiper-slide .img-scal:hover img {
  transform: scale(1.2);
  transition: all 600ms ease-in-out;
}

#newsSlider .swiper-slide .newsImage {
  width: 100%;
  height: 25.375rem;
  display: block;
}

#newsSlider .swiper-button-next {
  margin-right: 0.5rem;
}

#newsSlider .swiper-button-prev {
  margin-left: 0.5rem;
}

#newsSlider .swiper-button-next:hover,
#newsSlider .swiper-button-prev:hover {
  opacity: 1;
}

#newsSlider .swiper-button-next,
#newsSlider .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  top: 12.5rem;
  opacity: 0.5;
}

#newsSlider .swiper-button-prev:after,
#newsSlider .swiper-button-next:after {
  font-size: 0;
  font-weight: bold;
}

#newsSlider .swiper-button-prev {
  background-image: url(../../2023/img/prev_icon.png);
}

#newsSlider .swiper-button-next {
  background-image: url(../../2023/img/next_icon.png);
}

#newsSlider .swiper-pagination {
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 45%;
}

#newsSlider .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #b1b1b1;
  border-radius: unset;
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  justify-content: center;
}

#newsSlider .swiper-pagination-bullet-active {
  background-color: #2b9767;
}

#newsSlider .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 1.5rem;
}

@media (max-width: 1910px) {
  .new_list_box {
    padding-top: 2.5rem;
    gap: 4rem;
  }
  .news_card {
    margin-right: 3.75rem;
  }
  #newsSlider .swiper-slide .newsImage {
    height: 20.625rem;
  }
  .isNewTitle {
    font-size: 1.25rem;
  }
  .new_swiper_banner {
    margin-top: 5.25rem;
  }
  .news_card {
    margin-top: 5.25rem;
  }
  .home_new_right {
    flex: 1;
    width: auto;
  }
  .home_new_right_top {
    margin: 5.25rem 0 1.25rem 0;
  }
  .home_new_item,
  .home_new_item .is_bg_img {
    height: 3.75rem;
  }
  .home_new_item .item-link .day {
    font-size: 0.875rem;
  }
  .home_new_item .item-link .info .tit {
    font-size: 1rem;
  }
  .home_new_item .is_bg_img {
    width: calc(100% - 0.625rem);
  }
  .sztuImg {
    font-size: 12rem;
    top: 3rem;
    left: 4.5%;
    gap: 1.1rem;
  }
}
@media (min-width: 3200px) {
  /* .new_list {
    height: 68.75rem;
  }
  .news_card {
    width: 56.25rem;
    margin-top: 6.25rem;
  }
  #newsSlider .swiper-slide .newsImage {
    height: 36.625rem;
  }
  .home_new_right {
    width: 44.375rem;
  } */
  .sztuImg {
    left: 5.25rem;
  }
}
@media (max-width: 1280px) {
  /* .new_list {
    height: 46.25rem;
  }
  .new_list_box {
    padding-top: 0;
  }
  .news_card {
    width: 28.125rem;
    margin-right: 1.25rem;
  }
  #newsSlider .swiper-slide .newsImage {
    height: 20.625rem;
  }
  .isNewTitle {
    font-size: 1rem;
    width: 70%;
  } */
}
@media (max-width: 768px) {
  #newsSlider .swiper-button-next,
  #newsSlider .swiper-button-prev {
    display: none;
  }
  .news_card {
    width: 100%;
    margin-top: 4.733vw;
  }
  .new_list {
    height: auto;
    border-top: 1px solid transparent;
  }
  .new_list_box {
    display: block;
    gap: 0;
  }
  #newsSlider .swiper-slide .newsImage {
    height: 53.3333vw;
  }
  .sztuImg {
    display: none !important;
  }
  .isNewTitle {
    width: 100%;
    padding-left: 19.7333vw;
    padding-right: 5.3333vw;
    -webkit-line-clamp: 2;
    text-align: left;
  }
  .swiper-btm-bg {
    height: 29.3333vw;
  }
  .new_left_bg {
    width: 50%;
  }
  .home_new_right {
    position: relative;
    z-index: 10;
    display: block;
    min-height: auto;
  }
  .new_title_h2 .news_title_item:nth-child(1) {
    padding-right: 5.3333vw;
  }
  .new_title_h2 .news_title_item:nth-child(2) {
    padding-left: 5.3333vw;
  }
  .new_title_h2 .news_title_item:last-of-type::after {
    display: none;
  }
  .new_title_h2 .news_title_item h2 {
    font-size: 4.2667vw;
  }
  .home_new_right_top {
    margin: 0 0 4vw 0;
    gap: 1.6vw;
  }
  .home_new_right_top .en-tit {
    font-size: 3.2vw;
  }
  .home_new_item .item-link .info .tit {
    font-size: 13px;
  }
  .new_bottom_more a {
    font-size: 12px;
  }
}
