* {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('./font/iconfont.woff2?t=1778825699541') format('woff2'), url('./font/iconfont.woff?t=1778825699541') format('woff'), url('./font/iconfont.ttf?t=1778825699541') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.one {
  display: flex;
  align-items: center;
  margin-top: 1vw;
  box-sizing: border-box;
}
.one .oneLeft {
  width: 17vw;
  margin-left: 17vw;
}
.one .oneright {
  margin-left: 28vw;
  width: 20vw;
  height: 2vw;
  border-radius: 50px;
  background-color: #DFDFDF;
  border: none;
  color: #fefefe;
  display: flex;
  box-sizing: border-box;
}
.one .oneright .oneright1 {
  margin-left: 1vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.one .oneright .oneright1 .onerightInput {
  border: none;
  background-color: #DFDFDF;
  height: 1.8vw;
  color: #fefefe;
  font-size: 1vw;
  width: 16vw;
}
.one .oneright .oneright1 .onerightInput:focus {
  outline: none;
}
.one .oneright .oneright1 .onerightInput::placeholder {
  color: #fefefe;
  font-size: 1vw;
}
.one .oneright .oneright2 {
  line-height: 2vw;
  cursor: pointer;
}
.one .oneright .oneright2 .oneright2_tubiao {
  font-size: 1.4vw;
}
.nav {
  height: 3.7vw;
  background-image: url("./img/61.png");
  background-size: 100% 100%;
  margin-top: 1vw;
  display: flex;
  box-sizing: border-box;
  padding-left: 10.5vw;
  font-size: 0.9vw;
  z-index: 9999;
  position: relative;
}
.nav .nav_item {
  height: 3.7vw;
  color: #FFFFFF;
  margin-left: 2vw;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 0.5vw;
}
.nav .nav_item .nav_one {
  height: 3.7vw;
  line-height: 3.7vw;
  font-size: 1.05vw;
  letter-spacing: -1px;
}
.nav .nav_item .nav_child {
  text-align: center;
  position: absolute;
  z-index: 9999999999;
  width: 110%;
  left: -5%;
  top: 3.7vw;
  font-size: 0.74468085vw;
  color: #E98C13;
  border-top: 0.15957447vw solid #E98C13;
  border-bottom: 0.15957447vw solid #E98C13;
  padding-top: 0.53191489vw;
  padding-bottom: 0.53191489vw;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
}
.nav .nav_item .nav_child .child_nav {
  padding-top: 0.53191489vw;
  padding-bottom: 0.53191489vw;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  /* ———— 动画核心代码 ———— */
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.25s ease;
}
.nav .nav_item .nav_child .child_nav:hover {
  background-color: #EDEDED;
}
.nav .nav_item:hover {
  color: #D99A81 !important;
}
.nav .nav_item:hover .child_nav {
  height: auto;
  /* 高度自适应 */
  opacity: 1;
  transform: translateY(0);
  /* 归位，向下滑出 */
}
.nav .nav_item:hover .nav_child {
  opacity: 1;
}
.banner {
  height: 26vw;
  background-image: url("./img/25.jpg");
  background-size: 100% 100%;
}
.content {
  box-sizing: border-box;
  padding: 0 12.5vw;
  position: relative;
  transform: scale(0.936);
  transform-origin: center top;
}
.content .top_nav {
  height: 8vw;
  position: absolute;
  left: 12.5vw;
  top: -3.2vw;
}
.content .top_nav .top_nav_chinese,
.content .top_nav .top_nav_english {
  line-height: 3.2vw;
  height: 3.2vw;
  width: 16vw;
  box-sizing: border-box;
  padding-left: 1.6vw;
}
.content .top_nav .top_nav_chinese {
  background-color: #dcdddd;
  color: #1218A2;
  font-size: 1.6vw;
  font-weight: bold;
}
.content .top_nav .top_nav_english {
  background-color: #1218A2;
  color: #fff;
  font-size: 1.6vw;
}
.content .school_desc_row {
  display: flex;
}
.content .school_desc_row .second_nav_left {
  width: 16vw;
  margin-top: 6.4vw;
  box-sizing: border-box;
  margin-right: 3.2vw;
}
.content .school_desc_row .second_nav_left .second_nav_left_row {
  padding-left: 1.6vw;
  box-sizing: border-box;
  border: 1px solid #d5d5d6;
  line-height: 3.2vw;
  height: 3.2vw;
  font-size: 1.6vw;
  color: #585757;
  cursor: pointer;
  transition: all 0.3s ease;
}
.content .school_desc_row .second_nav_left .second_nav_left_row:hover {
  background-color: #1218A2;
  color: #fff;
}
.content .school_desc_row .second_nav_left .second_nav_left_row_select {
  background-color: #1218A2;
  color: #fff;
}
.content .school_desc_row .second_nav_right {
  flex: 1;
  overflow-x: hidden;
}
.content .school_desc_row .second_nav_right .tree_nav {
  margin-top: 3.5vw;
  color: #a8a8a9;
  font-size: 0.8vw;
  border-bottom: 1px solid #a4a4a5;
  padding-bottom: 1vw;
}
.content .school_desc_row .second_nav_right .tree_nav span {
  font-size: 0.8vw;
}
.content .school_desc_row .second_nav_right .tree_nav a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.content .school_desc_row .second_nav_right .tree_nav a:link,
.content .school_desc_row .second_nav_right .tree_nav a:visited,
.content .school_desc_row .second_nav_right .tree_nav a:hover,
.content .school_desc_row .second_nav_right .tree_nav a:active,
.content .school_desc_row .second_nav_right .tree_nav a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.content .school_desc_row .second_nav_right .tree_nav a:hover {
  font-weight: bold;
  color: #004098;
}
.content .school_desc_row .second_nav_right .second_nav_right_first {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.2vw;
  margin-top: 2.2vw;
}
.content .school_desc_row .second_nav_right .ldbz {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
  gap: 1vw;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row {
  width: 16vw;
  height: 19vw;
  background: linear-gradient(to top, /* 方向：从下往上 */ #0042a3 0%, /* 底部起始色：红色，0% 位置（最底部） */ #eeefef 58%, /* 底部起始色：红色，0% 位置（最底部） */ #eeefef 100% /* 顶部结束色：青色，100% 位置（最顶部） */);
  /* 核心定位 */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /* 悬浮动画层（纯蓝色，从下往上填充） */
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /* 从底部开始 */
  width: 100%;
  height: 0;
  /* 默认高度为0，隐藏 */
  background: #0042a3;
  /* 纯蓝色 */
  transition: height 0.4s ease;
  /* 平滑动画 */
  z-index: 1;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row:hover::before {
  height: 100%;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row * {
  position: relative;
  z-index: 2;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row .ldbz_row_img {
  width: 14vw;
  height: 11vw;
  margin-top: 1vw;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row .ldbz_row_content {
  width: 14vw;
  margin-top: 0.6vw;
  color: #fff;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row .ldbz_row_content .ldbz_row_content_title {
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row .ldbz_row_content .ldbz_row_content_desc {
  text-align: justify;
  font-size: 0.8vw;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .school_desc_row .second_nav_right .ldbz .ldbz_row .ldbz_row_content .ldbz_row_content_more {
  font-size: 0.55vw;
  text-align: right;
  margin-top: 1vw;
}
.content .school_desc_row .second_nav_right .ycry_right {
  display: flex;
  padding-top: 2.15vw;
  box-sizing: border-box;
  padding-left: 5.8vw;
  gap: 1vw;
}
.content .school_desc_row .second_nav_right .ycry_right .ycry_right_one {
  width: 24vw;
  height: 20vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1vw 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.content .school_desc_row .second_nav_right .ycry_right .ycry_right_one .ycry_right_one_img {
  width: 22vw;
  height: 13vw;
  margin-bottom: 1vw;
}
.content .school_desc_row .second_nav_right .ycry_right .ycry_right_one .ycry_right_one_title {
  width: 20vw;
  text-align: justify;
  font-size: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .school_desc_row .second_nav_right .ycry_right .ycry_right_one:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.3);
}
.content .school_desc_row .second_nav_right .img_wz_list {
  padding-top: 2vw;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row {
  cursor: pointer;
  margin-bottom: 1vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 11.22vw;
  width: 100%;
  box-sizing: border-box;
  padding: 1.32vw;
  padding-right: 0.66vw;
  display: flex;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row:last-child {
  margin-bottom: 0;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.3);
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row .img_wz_list_row_img {
  width: 15.84vw;
  height: 8.6vw;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row .img_wz_list_row_right {
  flex: 1;
  margin-left: 3vw;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row .img_wz_list_row_right .img_wz_list_row_right_time {
  text-align: right;
  color: #0041a2;
  font-size: 0.7vw;
  position: relative;
  top: -0.5vw;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row .img_wz_list_row_right .img_wz_list_row_right_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 1vw;
  font-weight: bold;
}
.content .school_desc_row .second_nav_right .img_wz_list .img_wz_list_row .img_wz_list_row_right .img_wz_list_row_right_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.7vw;
  margin-top: 0.4vw;
}
.content .school_desc_row .second_nav_right .only_wz_list {
  box-sizing: border-box;
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row {
  box-sizing: border-box;
  height: 7vw;
  display: flex;
  color: #58575a;
  align-items: center;
  border-bottom: 1px solid #9f9fa0;
  cursor: pointer;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row:hover {
  color: #1743a2;
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row:hover .only_wz_list_seper {
  background-color: #1743a2;
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row .only_wz_list_time {
  font-size: 0.8vw;
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row .only_wz_list_seper {
  margin-left: 2vw;
  margin-right: 2vw;
  height: 4vw;
  width: 1px;
  background-color: #a6a6a7;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.content .school_desc_row .second_nav_right .only_wz_list .only_wz_list_row .only_wz_list_title {
  font-size: 0.8vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  flex: 1;
  box-sizing: border-box;
  padding-right: 2vw;
}
.content .school_desc_row .second_nav_right .student_jp {
  display: flex;
  box-sizing: border-box;
  padding-top: 1vw;
  padding-left: 5.8vw;
  gap: 0 1vw;
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row {
  width: 24vw;
  height: 21vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1vw 0;
  padding-bottom: 0.5vw;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.3);
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row .student_jp_row_img {
  width: 22vw;
  height: 13vw;
  margin-bottom: 1vw;
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row .student_jp_row_title {
  width: 22vw;
  text-align: justify;
  font-size: 1vw;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row .student_jp_row_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  width: 22vw;
  text-align: justify;
  font-size: 0.7vw;
  color: #585757;
  height: 1.8vw;
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row .student_jp_row_time {
  font-size: 0.6vw;
  width: 22vw;
  text-align: right;
  color: #0041a2;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1vw;
}
.content .school_desc_row .second_nav_right .student_jp .student_jp_row .student_jp_row_time .student_jp_row_time_wz {
  background-color: #eeefee;
  padding: 0.2vw;
}
.content .small_school {
  display: flex;
  box-sizing: border-box;
  margin-top: 4vw;
}
.content .small_school .small_school_left {
  flex: 1;
}
.content .small_school .small_school_left .small_school_title {
  height: 10vw;
  background-color: #94cb00;
  color: #fff;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding-left: 2vw;
}
.content .small_school .small_school_left .small_school_title .small_school_title_english {
  font-size: 1.8vw;
  letter-spacing: 2px;
}
.content .small_school .small_school_left .small_school_title .small_school_title_english span {
  color: #fef000;
}
.content .small_school .small_school_left .small_school_title .small_school_title_chinese {
  margin-left: 2vw;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 2px;
}
.content .small_school .small_school_left .small_school_content {
  background-color: #f6f7fb;
  height: 36.03vw;
  box-sizing: border-box;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 4vw;
}
.content .small_school .small_school_left .small_school_content p {
  text-indent: 2em;
  font-size: 1.2vw;
  text-align: justify;
}
.content .small_school .small_school_right {
  width: 40vw;
  display: flex;
  flex-direction: column;
}
.content .small_school .small_school_right img {
  width: 100%;
}
.content .middle_school {
  display: flex;
  margin-top: 5vw;
}
.content .middle_school .middle_school_left {
  flex: 1;
  background-color: #f6f7fb;
  box-sizing: border-box;
  padding: 0 2vw;
  padding-top: 5vw;
}
.content .middle_school .middle_school_left p {
  text-indent: 2em;
  font-size: 1.2vw;
  text-align: justify;
}
.content .middle_school .middle_school_right {
  width: 33vw;
  display: flex;
  flex-direction: column;
}
.content .middle_school .middle_school_right .middle_school_title {
  background-color: #008ee0;
  display: flex;
  height: 12vw;
  box-sizing: border-box;
  align-items: center;
  padding-left: 2vw;
  color: #fff;
  margin-bottom: 1px;
}
.content .middle_school .middle_school_right .middle_school_title .middle_school_title_english {
  font-size: 1.8vw;
  letter-spacing: 2px;
}
.content .middle_school .middle_school_right .middle_school_title .middle_school_title_english span {
  color: #ede811;
}
.content .middle_school .middle_school_right .middle_school_title .middle_school_title_chinese {
  margin-left: 4vw;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 2px;
}
.content .middle_school .middle_school_right .middle_school_right_img {
  height: 19vw;
  width: 100%;
}
.content .middle_school_down_img {
  height: 32vw;
  width: 100%;
}
.content .high_school {
  margin-top: 2.6vw;
}
.content .high_school .high_school_title {
  height: 12vw;
  background-color: #4d15b8;
  width: 100%;
  display: flex;
  color: #fff;
  box-sizing: border-box;
  padding-left: 2vw;
}
.content .high_school .high_school_title .high_school_title_left {
  font-size: 1.8vw;
  letter-spacing: 2px;
  margin-top: 0.65vw;
  margin-right: 31vw;
}
.content .high_school .high_school_title .high_school_title_left span {
  color: #feef04;
}
.content .high_school .high_school_title .high_school_title_right {
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 5vw;
}
.content .high_school .high_school_desc {
  background-color: #eeefef;
  box-sizing: border-box;
  padding: 1vw 2vw;
}
.content .high_school .high_school_desc p {
  text-indent: 2em;
  font-size: 1.2vw;
  text-align: justify;
}
.content .high_school .high_school_img_div {
  width: 100%;
  display: flex;
}
.content .high_school .high_school_img_div img {
  flex: 1;
  height: 19vw;
}
.listpage {
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}
.listpage .page {
  border: 1px solid transparent;
  color: #6c757d;
  border-color: #6c757d;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 5px;
}
.listpage .page a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.listpage .page a:hover,
.listpage .page a:active,
.listpage .page a:visited,
.listpage .page a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.listpage .page:hover {
  transition: 0.4s;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.listpage .current {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ycry_swiper {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ycry_swiper .ycry_swiper-container {
  width: 50vw;
  overflow: hidden;
  top: 50vh;
  left: 50vw;
}
.ycry_swiper .ycry_swiper-container .img1 {
  width: 50vw;
}
.ycry_swiper .ycry_swiper-container_left,
.ycry_swiper .ycry_swiper-container_right {
  color: #fff;
  font-size: 6vw;
  position: fixed;
  top: 45vh;
  cursor: pointer;
  display: none;
  transition: all 0.2s ease;
  /* 平滑动画 */
}
.ycry_swiper .ycry_swiper-container_left {
  left: 20vw;
}
.ycry_swiper .ycry_swiper-container_right {
  right: 18.5vw;
}
.ycry_list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  margin-top: 2vw;
}
.ycry_list .ycry_right_one {
  width: 24vw;
  height: 20vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1vw 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.ycry_list .ycry_right_one .ycry_right_one_img {
  width: 22vw;
  height: 13vw;
  margin-bottom: 1vw;
}
.ycry_list .ycry_right_one .ycry_right_one_title {
  width: 20vw;
  text-align: justify;
  font-size: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.ycry_list .ycry_right_one:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.3);
}
.student_jp_list {
  display: flex;
  box-sizing: border-box;
  padding-top: 1vw;
  gap: 1vw;
  flex-wrap: wrap;
}
.student_jp_list .student_jp_row {
  width: 24vw;
  height: 21vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1vw 0;
  padding-bottom: 0.5vw;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s ease;
  /* 平滑动画 */
}
.student_jp_list .student_jp_row:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.3);
}
.student_jp_list .student_jp_row .student_jp_row_img {
  width: 22vw;
  height: 13vw;
  margin-bottom: 1vw;
}
.student_jp_list .student_jp_row .student_jp_row_title {
  width: 22vw;
  text-align: justify;
  font-size: 1vw;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.student_jp_list .student_jp_row .student_jp_row_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  width: 22vw;
  text-align: justify;
  font-size: 0.7vw;
  color: #585757;
  height: 1.8vw;
}
.student_jp_list .student_jp_row .student_jp_row_time {
  font-size: 0.6vw;
  width: 22vw;
  text-align: right;
  color: #0041a2;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 1vw;
}
.student_jp_list .student_jp_row .student_jp_row_time .student_jp_row_time_wz {
  background-color: #eeefee;
  padding: 0.2vw;
}
.all_detail .ddtitle {
  text-align: center;
  color: #444444;
  font-size: 1.3vw;
  margin-top: 1vw;
}
.all_detail .ddsubtitle {
  color: #565656;
  font-weight: 400;
  margin-top: 0.26595745vw;
  display: flex;
  color: #7b7777;
  font-size: 0.74468085vw;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-family: MicrosoftYaHei;
  justify-content: space-between;
}
.all_detail .ddsubtitle .article_date .iconfont {
  font-size: 0.74468085vw;
}
.all_detail .ddsubtitle .article_hits {
  width: 12vw;
}
.all_detail .ddsubtitle .article_hits .iconfont {
  font-size: 0.74468085vw;
}
.all_detail .ddsubtitle .article_wz {
  width: 24vw;
}
.all_detail .ddsubtitle .article_wz span {
  cursor: pointer;
}
.all_detail .ddsubtitle .article_from {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_detail .ddsubtitle .article_from .share-icon {
  width: 0.85106383vw;
  height: 0.85106383vw;
}
.all_detail .ddsubtitle .article_from .weixin-share {
  width: 1.27659574vw;
  height: 1.27659574vw;
  margin-left: 0.5vw;
  cursor: pointer;
}
.all_detail .ddsubtitle .article_from .qq-share {
  width: 1.27659574vw;
  height: 1.27659574vw;
  margin-left: 0.3vw;
  cursor: pointer;
}
.all_detail .ddcontent {
  margin-top: 1.06382979vw;
}
.all_detail .ddcontent table {
  max-width: 100% !important;
}
.all_detail .ddcontent img {
  max-width: 100% !important;
}
.school_szll {
  margin-top: 2vw;
}
.school_szll .school_szll_one {
  width: 100%;
}
.school_szll .school_szll_one .school_szll_one_left_p {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.288vw;
  line-height: 2.16vw;
  letter-spacing: 2px;
}
.school_szll .school_szll_one .school_szll_one_left_p .school_szll_one_left_span {
  font-weight: bold;
}
.school_szll_one_right {
  position: absolute;
  width: 15.71vw;
  right: 0;
  z-index: -2;
  top: 42.9vw;
}
.school_szll_cunImg .school_szll_cunImg_one {
  position: relative;
  box-sizing: border-box;
}
.school_szll_cunImg .school_szll_cunImg_one .school_szll_cunImg_one_back {
  width: 80%;
  position: absolute;
  height: 49.488vw;
  left: 10%;
  top: 0;
  z-index: -1;
}
.school_szll_cunImg .school_szll_cunImg_one .school_szll_cunImg_one_title {
  color: #fff;
  padding-top: 18.144vw;
  text-align: center;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 1px;
}
.school_szll_cunImg .school_szll_cunImg_one .school_szll_cunImg_one_div_small {
  text-align: center;
}
.school_szll_cunImg .school_szll_cunImg_one .school_szll_cunImg_one_div_small .school_szll_cunImg_one_small {
  width: 68.512vw;
  height: 34.8vw;
  margin-top: 0.96vw;
}
.school_szll_cunImg .school_szll_cunImg_two {
  margin-top: 7.04vw;
  position: relative;
  width: 80%;
  margin-left: 10%;
}
.school_szll_cunImg .school_szll_cunImg_two .school_szll_cunImg_two_back1 {
  width: 36.296vw;
  height: 6.4vw;
  background-color: #fbd8a8;
  left: 6.24vw;
  top: 0;
  position: absolute;
  z-index: -2;
}
.school_szll_cunImg .school_szll_cunImg_two .school_szll_cunImg_two_back2 {
  position: absolute;
  z-index: 4;
  width: 36.296vw;
  height: 5.288vw;
  line-height: 5.288vw;
  background-color: #f48f01;
  left: 0;
  top: 2.04vw;
  box-sizing: border-box;
  text-align: right;
  padding-right: 1.12vw;
  color: #071195;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 1px;
}
.school_szll_cunImg .school_szll_cunImg_two .school_szll_cunImg_two_img {
  width: 100%;
  height: 34.504vw;
  margin-top: 5.16vw;
}
.school_szll_cunImg .school_szll_cunImg_three {
  position: relative;
  top: -5px;
  z-index: -1;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three1 {
  box-sizing: border-box;
  padding-left: 10%;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three1 .school_szll_cunImg_three_img1 {
  width: 28.68vw;
  height: 14.608vw;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three2 {
  position: relative;
  top: -5px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10%;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three2 .school_szll_cunImg_three_img2 {
  height: 43.576vw;
  width: 90%;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three_back1 {
  width: 36.296vw;
  height: 6.4vw;
  background-color: #fbd8a8;
  right: 9%;
  top: -5.16vw;
  position: absolute;
  z-index: -2;
}
.school_szll_cunImg .school_szll_cunImg_three .school_szll_cunImg_three_back2 {
  position: absolute;
  z-index: 4;
  width: 36.296vw;
  height: 5.288vw;
  line-height: 5.288vw;
  background-color: #f48f01;
  right: 15.9vw;
  top: -3.2vw;
  box-sizing: border-box;
  text-align: right;
  padding-right: 1.12vw;
  color: #071195;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 1px;
}
.school_kctx .school_kctx_one {
  text-align: center;
  margin-top: 3vw;
}
.school_kctx .school_kctx_one .school_kctx_one_img {
  width: 1.376vw;
  height: 2.288vw;
}
.school_kctx .school_kctx_two {
  text-align: center;
  margin-top: 3.1vw;
}
.school_kctx .school_kctx_two .school_kctx_two_img {
  width: 52.96vw;
  height: 4.784vw;
}
.school_kctx .school_kctx_three {
  width: 68.936vw;
  margin-left: 15.532vw;
  margin-top: 1.46vw;
}
.school_kctx .school_kctx_three .school_kctx_three_one {
  display: flex;
  height: 22.712vw;
}
.school_kctx .school_kctx_three .school_kctx_three_one .school_kctx_three_one_left {
  width: 39.064vw;
  height: 22.712vw;
  margin-right: 0.83vw;
}
.school_kctx .school_kctx_three .school_kctx_three_one .school_kctx_three_one_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.school_kctx .school_kctx_three .school_kctx_three_one .school_kctx_three_one_right .school_kctx_three_one_right_img1 {
  width: 100%;
  height: 11.024vw;
}
.school_kctx .school_kctx_three .school_kctx_three_two {
  display: flex;
}
.school_kctx .school_kctx_three .school_kctx_three_two .school_kctx_three_two_right {
  width: 18.1vw;
  margin-left: 1.51vw;
  position: relative;
}
.school_kctx .school_kctx_three .school_kctx_three_two .school_kctx_three_two_right .school_kctx_three_two_right_bac1 {
  width: 14.56vw;
  height: 37.34vw;
  background-color: #f48f01;
  top: -18.8vw;
  right: 0;
  position: absolute;
  opacity: 0.4;
}
.school_kctx .school_kctx_three .school_kctx_three_two .school_kctx_three_two_right .school_kctx_three_two_right_bac2 {
  width: 5.408vw;
  height: 5.16vw;
  background-color: #f48f01;
  opacity: 0.4;
  bottom: -1.9vw;
  left: 1vw;
  position: absolute;
}
.school_kctx .school_kctx_three .school_kctx_three_two .school_kctx_three_two_left {
  flex: 1;
  padding-top: 2.6vw;
}
.school_kctx .school_kctx_three .school_kctx_three_two .school_kctx_three_two_left .school_kctx_three_two_left_p {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.128vw;
  line-height: 2.32vw;
  color: #484544;
}
.school_kctx .school_kctx_four {
  margin-top: 8.36vw;
  display: flex;
}
.school_kctx .school_kctx_four .school_kctx_four_left {
  padding-top: 0.912vw;
  width: 25.128vw;
  height: 30.496vw;
}
.school_kctx .school_kctx_four .school_kctx_four_right {
  flex: 1;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right1 .school_kctx_four_right1_img {
  width: 40.024vw;
  height: 4.824vw;
  padding-left: 0.496vw;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 {
  position: relative;
  z-index: 999;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child {
  position: absolute;
  z-index: 999;
  left: -9.904vw;
  top: 0.8vw;
  width: 53.752vw;
  height: 31.2vw;
  display: flex;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_left {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 30.04vw;
  box-sizing: border-box;
  padding-top: 2.208vw;
  padding-left: 1.376vw;
  padding-right: 1.904vw;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_left .school_kctx_four_right2_child_left_p {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.128vw;
  line-height: 2.32vw;
  color: #484544;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_right .school_kctx_four_right2_child_right_img {
  width: 23.632vw;
  height: 11.28vw;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_right .school_kctx_four_right2_child_right_img1 {
  margin-top: 0.78vw;
}
.school_kctx .school_kctx_four .school_kctx_four_right .school_kctx_four_right2 .school_kctx_four_right2_child .school_kctx_four_right2_child_right .school_kctx_four_right2_child_right_bac {
  height: 1.416vw;
  background-color: #f39001;
  border: none;
  width: 99.8%;
}
.school_kctx .school_kctx_five {
  margin-top: 10.688vw;
}
.school_kctx .school_kctx_five .school_kctx_five_one {
  text-align: center;
}
.school_kctx .school_kctx_five .school_kctx_five_one .school_kctx_five_one_img {
  width: 53vw;
  height: 4.824vw;
}
.school_kctx .school_kctx_five .school_kctx_five_two {
  text-align: center;
  margin-top: 1.792vw;
}
.school_kctx .school_kctx_five .school_kctx_five_two .school_kctx_five_two_img {
  width: 68.896vw;
  height: 30.496vw;
}
.school_kctx .school_kctx_five .school_kctx_five_three {
  box-sizing: border-box;
  padding: 1.6vw 5.488vw 2.4vw 5.824vw;
}
.school_kctx .school_kctx_five .school_kctx_five_three .school_kctx_five_three_p {
  text-align: justify;
  text-indent: 2em;
  font-size: 1.128vw;
  line-height: 2.32vw;
  color: #484544;
}
.school_kctx .school_kctx_five .school_kctx_five_four {
  display: flex;
  justify-content: space-between;
}
.school_kctx .school_kctx_five .school_kctx_five_four .school_kctx_five_four_img {
  width: 22.968vw;
  height: 14.224vw;
}
.school_kctx .school_kctx_five .school_kctx_five_five {
  position: relative;
  top: -1px;
  z-index: -1;
}
.school_kctx .school_kctx_five .school_kctx_five_five .school_kctx_five_five_img {
  height: 0.872vw;
  width: 36.944vw;
}
.school_kctx_dao_er {
  margin-top: 4.72vw;
  width: 100%;
  text-align: center;
}
.school_kctx_dao_er .school_kctx_five_six_img {
  width: 80%;
  height: 24.544vw;
  /* 图片自适应裁剪，避免变形撑宽 */
  object-fit: cover;
}
.school_kctx_dao_one {
  color: #071195;
  margin-top: 2.208vw;
  text-align: center;
  font-size: 2.4vw;
  letter-spacing: 5px;
}
/*# sourceMappingURL=list.css.map */