@charset "UTF-8";
:root {
  --si-dropdown-bg: rgba(0, 0, 0, 0.8);
  --si-theme-red: #c60000;
}

body,
html {
  min-width: 320px;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

.common-common-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-common-header h1 {
  font-size: 1.6rem;
  color: var(--blue-color);
  font-weight: bold;
}
.common-common-header a {
  color: rgb(173, 173, 173);
  display: flex;
  align-items: center;
}
.common-common-header a .icon {
  margin-left: 20px;
  padding: 0.3rem;
  color: inherit;
  border-radius: 50%;
  border: 1px solid rgb(218, 222, 225);
  width: 22px;
  height: 22px;
}
.common-common-header a:hover {
  color: var(--blue-color);
}
.common-common-header a:hover .icon {
  border-color: var(--blue-color);
}

@media screen and (min-width: 1430px) {
  .main_navigation_container_reset_2023_1_9_nav .navbar-nav li {
    padding: 0 0.2vw;
  }
}
.main_navigation_container_reset_2023_1_9_nav .navbar-nav li:last-child {
  padding-right: 0;
}

.min_body_container .main-jieshao {
  margin: 2rem 0;
}
.min_body_container .main-jieshao .container-xl {
  padding: 2rem 2rem;
  display: grid;
  grid-template-columns: 50% 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.min_body_container .main-jieshao .container-xl .left h1 {
  font-size: calc(1.6rem + 0.3vw);
  color: var(--blue-color);
  margin-bottom: calc(2rem + 0.1vh);
}
.min_body_container .main-jieshao .container-xl .left main {
  padding: 0 20px 0 0;
}
.min_body_container .main-jieshao .container-xl .left .more {
  float: right;
  padding: 4px 12px;
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  margin-right: 20px;
  margin-top: 40px;
  border-radius: 10px;
}
.min_body_container .main-jieshao .container-xl .left .more:hover {
  background-color: var(--blue-color);
  color: #fff;
}
.min_body_container .main-jieshao .container-xl .right {
  max-height: 350px;
}
.min_body_container .main-jieshao .container-xl .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .min_body_container .main-jieshao .container-xl {
    grid-template-columns: 100%;
  }
  .min_body_container .main-jieshao .container-xl .left {
    padding: 0 20px;
  }
  .min_body_container .main-jieshao .container-xl .right {
    display: none;
  }
}
.min_body_container .main_dt {
  margin: 2rem 0;
}
.min_body_container .main_dt .main_dt_con {
  padding: 2rem 0;
  display: grid;
  grid-template-areas: "t1 t1 t1 t2 t2 t2" "t3 t3 t4 t4 t5 t5"; /* Ò»ÐÐ Á½ÁÐ */
  grid-gap: 20px;
}
.min_body_container .main_dt .main_dt_con a {
  display: grid;
  grid-template-areas: "left_image right_";
  grid-template-columns: 60% 40%;
  grid-template-rows: 220px;
  background-color: #d5ebff;
  overflow: hidden;
}
.min_body_container .main_dt .main_dt_con a .left_image {
  grid-area: left_image;
}
.min_body_container .main_dt .main_dt_con a .left_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min_body_container .main_dt .main_dt_con a .right_ {
  grid-area: right_;
  padding: 0 20px;
  position: relative;
}
.min_body_container .main_dt .main_dt_con a .right_ h1 {
  font-size: calc(0.8rem + 0.2vw);
  color: #000;
  margin: 20px 0;
  line-height: 26px;
}
.min_body_container .main_dt .main_dt_con a .right_ hr {
  max-width: 60px;
  width: 100%;
  height: 2px;
  background-color: #045eae;
  opacity: 1;
}
.min_body_container .main_dt .main_dt_con a .right_ p {
  font-size: 0.8rem;
  color: #000;
  margin: 20px 0;
}
.min_body_container .main_dt .main_dt_con a .right_ .date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #000;
}
.min_body_container .main_dt .main_dt_con a .right_ .date svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.min_body_container .main_dt .main_dt_con a:nth-child(1) {
  grid-area: t1;
}
.min_body_container .main_dt .main_dt_con a:nth-child(2) {
  grid-area: t2;
}
.min_body_container .main_dt .main_dt_con a:nth-child(3) {
  grid-area: t3;
}
.min_body_container .main_dt .main_dt_con a:nth-child(4) {
  grid-area: t4;
}
.min_body_container .main_dt .main_dt_con a:nth-child(5) {
  grid-area: t5;
}
.min_body_container .main_dt .main_dt_con a:nth-child(n+3) {
  grid-template-columns: 50% 50%;
}
.min_body_container .main_dt .main_dt_con a:hover {
  background-color: rgba(213, 235, 255, 0.8);
}
.min_body_container .main_dt .main_dt_con a:hover .right_ h1 {
  color: var(--blue-color);
}
.min_body_container .main_dt .main_dt_con a:hover .right_ hr {
  background-color: var(--blue-color);
}
.min_body_container .main_dt .main_dt_con a:hover .right_ p {
  color: var(--blue-color);
}
.min_body_container .main_dt .main_dt_con a:hover .right_ .date {
  color: var(--blue-color);
}
@media (max-width: 968px) {
  .min_body_container .main_dt .main_dt_con {
    grid-template-areas: "t1" "t2" "t3" "t4" "t5";
  }
  .min_body_container .main_dt .main_dt_con a {
    grid-template-columns: 50% 50% !important;
  }
  .min_body_container .main_dt .main_dt_con a:nth-child(n+3) {
    display: none;
  }
}
.min_body_container .part-activity {
  padding: 2rem 0;
  background-color: #fefefe;
}
.min_body_container .part-activity .bottom_themu_swiper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide a {
  display: block;
  margin: 6px;
  border-radius: 8px;
  padding: 2.2rem 20px;
  background: #fff url("/static/images/makesi/4.png") no-repeat 130% -120%;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide a h1.title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 38px;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide a p.content {
  font-size: calc(0.8rem + 0.1vw);
  line-height: 24px;
  margin-bottom: 0;
  min-height: 48px;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide a span.date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  margin-top: 10px;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide a span.date .icon {
  margin-right: 10px;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide:hover {
  overflow: hidden;
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide:hover a {
  color: #fff;
  background-color: var(--blue-color);
}
.min_body_container .part-activity .bottom_themu_swiper .swiper-slide.active-slide a {
  background-position: 130% -80%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.min_body_container .team-pe .main_te {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.min_body_container .team-pe .main_te a {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 340px;
}
.min_body_container .team-pe .main_te a .header_image {
  max-height: 270px;
  height: 100%;
  overflow: hidden;
}
.min_body_container .team-pe .main_te a .header_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min_body_container .team-pe .main_te a .content {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 270px);
  justify-content: center;
  padding-top: 8px;
}
.min_body_container .team-pe .main_te a .content::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  bottom: 0;
  width: 4px;
  height: 60%;
  background-color: var(--blue-color);
}
.min_body_container .team-pe .main_te a .content h1 {
  font-size: calc(0.8rem + 0.1vw);
  margin-bottom: 6px;
}
.min_body_container .team-pe .main_te a .content p {
  color: var(--blue-color);
  font-size: calc(1rem + 0.1vw);
}
.min_body_container .team-pe .main_te a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(137, 157, 182, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.min_body_container .team-pe .main_te a:hover::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .min_body_container .team-pe .main_te {
    grid-template-columns: repeat(3, 1fr);
  }
  .min_body_container .team-pe .main_te a:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .min_body_container .team-pe .main_te {
    grid-template-columns: repeat(2, 1fr);
  }
  .min_body_container .team-pe .main_te a:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 576px) {
  .min_body_container .team-pe .main_te {
    grid-template-columns: repeat(1, 1fr);
  }
  .min_body_container .team-pe .main_te a:nth-child(n+2) {
    display: none;
  }
}
.min_body_container .concat-us {
  padding: 2rem 0;
}
.min_body_container .concat-us div.conmain {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 2rem auto;
}
.min_body_container .concat-us div.conmain a {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.min_body_container .concat-us div.conmain a .top_bg {
  background-image: url("/static/images/ea786a3a7ea5f23410d2b5239b19526.png");
  background-size: 100% 100%;
  background-position: center;
  height: 68px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.min_body_container .concat-us div.conmain a .phone {
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: calc(1.1rem + 0.2vw);
}
@media (max-width: 768px) {
  .min_body_container .concat-us .conmain {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer_hongguan {
  background: url("/static/website/academic/image/bottom_bg.jpg") no-repeat;
  background-size: cover;
  min-height: 240px;
  padding: 24px 0 6px 0;
  color: #fff;
}
.footer_hongguan div.container-xl {
  min-height: inherit;
  position: relative;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.footer_hongguan div.container-xl .left_footer_logo,
.footer_hongguan div.container-xl .center_navigation,
.footer_hongguan div.container-xl .right_svgo_nav {
  flex: 1;
}
.footer_hongguan div.container-xl .left_footer_logo.left_footer_logo img,
.footer_hongguan div.container-xl .center_navigation.left_footer_logo img,
.footer_hongguan div.container-xl .right_svgo_nav.left_footer_logo img {
  width: 80%;
  max-width: 280px;
}
.footer_hongguan div.container-xl .left_footer_logo.center_navigation ul,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul {
  display: flex;
  flex-direction: column;
}
.footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li {
  line-height: 32px;
}
.footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li span:first-child,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li span:first-child,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li span:first-child {
  display: inline-block;
  width: max-content;
  min-width: 68px;
  text-align: justify;
  text-align-last: justify;
  margin-right: 2.4vw;
  position: relative;
  margin-bottom: 6px;
}
.footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li span:first-child:after,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li span:first-child:after,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li span:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  bottom: 0;
  right: -1.2vw;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav {
  display: flex;
  justify-content: center;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.weibo,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.weibo,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.weibo {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.erweima,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.erweima,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.erweima {
  display: none;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border .icon,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border .icon,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border .icon {
  font-size: calc(1rem + 1vw);
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border + span,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border + span,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border + span {
  font-size: 0.8rem;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border:hover,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border:hover,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border:hover {
  background-color: #fff;
}
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border:hover .icon,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border:hover .icon,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border:hover .icon {
  color: #c5100d;
}
.footer_hongguan div.container-xl .pos_bottom_copy {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px 0;
  font-size: calc(0.8rem + 0.1vw);
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer_hongguan div.container-xl {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .footer_hongguan div.container-xl .left_footer_logo,
.footer_hongguan div.container-xl .center_navigation,
.footer_hongguan div.container-xl .right_svgo_nav {
    flex: 1;
  }
  .footer_hongguan div.container-xl .left_footer_logo.left_footer_logo,
.footer_hongguan div.container-xl .center_navigation.left_footer_logo,
.footer_hongguan div.container-xl .right_svgo_nav.left_footer_logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_hongguan div.container-xl .left_footer_logo.left_footer_logo img,
.footer_hongguan div.container-xl .center_navigation.left_footer_logo img,
.footer_hongguan div.container-xl .right_svgo_nav.left_footer_logo img {
    width: 66%;
    object-fit: contain;
  }
  .footer_hongguan div.container-xl .left_footer_logo.center_navigation,
.footer_hongguan div.container-xl .center_navigation.center_navigation,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation {
    flex: unset;
    width: 100%;
  }
  .footer_hongguan div.container-xl .left_footer_logo.center_navigation ul,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li {
    line-height: 24px;
    font-size: calc(0.8rem + 0.1vw);
  }
  .footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li span:first-child,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li span:first-child,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li span:first-child {
    display: inline-block;
    width: max-content;
    min-width: 58px;
    text-align: justify;
    text-align-last: justify;
    margin-right: 3.4vw;
    position: relative;
    margin-bottom: 6px;
  }
  .footer_hongguan div.container-xl .left_footer_logo.center_navigation ul li span:first-child:after,
.footer_hongguan div.container-xl .center_navigation.center_navigation ul li span:first-child:after,
.footer_hongguan div.container-xl .right_svgo_nav.center_navigation ul li span:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    bottom: 0;
    right: -1.8vw;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav {
    display: flex;
    justify-content: center;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.weibo,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.weibo,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.weixin,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.weibo {
    display: none;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav div.erweima,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav div.erweima,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav div.erweima {
    display: block;
    position: absolute;
    width: 20vw;
    right: 20px;
    top: 20%;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border {
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border .icon,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border .icon,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border .icon {
    font-size: calc(1rem + 1vw);
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border + span,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border + span,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border + span {
    font-size: 0.8rem;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border:hover,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border:hover,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border:hover {
    background-color: #fff;
  }
  .footer_hongguan div.container-xl .left_footer_logo.right_svgo_nav span.icon-border:hover .icon,
.footer_hongguan div.container-xl .center_navigation.right_svgo_nav span.icon-border:hover .icon,
.footer_hongguan div.container-xl .right_svgo_nav.right_svgo_nav span.icon-border:hover .icon {
    color: #c5100d;
  }
}

.min-height-body {
  padding: 0 !important;
}
.min-height-body .main-xueyuan-container > h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
.min-height-body .main-xueyuan-container > .icon.icon-maozi {
  color: #6c216d;
  font-weight: bold;
  font-size: 1.2rem;
}
.min-height-body .main-xueyuan-container .gray_text {
  color: #999;
  font-size: 1rem;
}
.min-height-body .main-xueyuan-container .content-xueyuan {
  line-height: 40px;
  font-size: 1.1rem;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card {
  display: flex;
  flex-direction: column;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item {
  border-bottom: #f5f5f5 1px solid;
  padding: 17px 5px 17px 22px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .head-img {
  display: none;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos::before {
  content: "";
  border: #3c3c3c 3px solid;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: -15px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos .hr_style {
  display: none;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos h1.title-card {
  font-size: 1.2rem;
  color: #000;
  width: calc(70% + 1vw);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos .pos-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999;
  font-size: 0.8rem;
  line-height: 20px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos .pos-date .icon {
  color: #6c216d;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 8px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item:hover a h1 {
  color: var(--blue-color) !important;
}
@media (max-width: 420px) {
  .min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos {
    flex-direction: row;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos h1.title-card {
    font-size: 1rem;
    width: 70%;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos .pos-date {
    width: 30%;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card .card-item .listimg-pos .pos-date .icon {
    display: none;
  }
}
.min-height-body .main-xueyuan-container .content-xueyuan-card .card-item:last-child {
  margin-bottom: 0;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg .card-item {
  margin-bottom: 40px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg .card-item .listimg-pos {
  background: url("/static/card_bg.png") no-repeat 110% 30px #fff;
  background-size: 30%;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg .card-item:last-child {
  margin-bottom: 0;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a {
  display: flex;
  width: 100%;
  position: relative;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .head-img {
  width: 36%;
  height: 160px;
  overflow: hidden;
  margin-right: 20px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .listimg-pos {
  position: absolute;
  width: 64%;
  height: 80%;
  top: 10%;
  left: 34%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .listimg-pos .title-card {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  color: #000;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .listimg-pos hr {
  display: none;
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .listimg-pos .pos-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.8rem;
  color: rgb(161, 161, 161);
}
.min-height-body .main-xueyuan-container .content-xueyuan-listimg a .listimg-pos .pos-date .icon {
  font-size: 1rem;
  margin-right: 4px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item {
  width: 49%;
  min-height: 230px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .head-img {
  height: 220px;
  overflow: hidden;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .listimg-pos {
  background: url("/static/card_bg.png") no-repeat 110% 0;
  background-size: 30%;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .listimg-pos h1.title-card {
  font-size: 1.1rem;
  color: rgb(0, 0, 0);
  width: 86%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
  line-height: 26px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .listimg-pos hr {
  width: 86%;
  margin: 0 auto;
  background-color: rgb(228, 228, 228);
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .listimg-pos .pos-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 6px;
  margin-right: 10px;
  color: #999;
  font-size: 0.8rem;
  line-height: 20px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item .listimg-pos .pos-date .icon {
  color: #6c216d;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 8px;
}
.min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .min-height-body .main-xueyuan-container .content-xueyuan-card .listimg-pos {
    display: flex;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card .listimg-pos hr {
    order: 5;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card .listimg-pos .pos-date {
    order: 3;
  }
  .min-height-body .main-xueyuan-container .content-xueyuan-card-flexitem .card-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.min-height-body .main_introdution {
  background-color: #fff;
  padding: 20px;
  text-indent: 2em;
  margin-bottom: 46px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.min-height-body .main_introdution ~ .main_introdution_card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
}
.min-height-body .main_introdution ~ .main_introdution_card .left-img {
  max-width: 277px;
  min-width: 275px;
  flex: 1 auto;
  height: auto;
}
.min-height-body .main_introdution ~ .main_introdution_card .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min-height-body .main_introdution ~ .main_introdution_card .right-mubiao {
  padding: 20px 26px;
}
.min-height-body .main_introdution ~ .main_introdution_card .right-mubiao h1 {
  color: #0a58ca;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.min-height-body .main_introdution ~ .main_introdution_card .right-mubiao > p {
  font-size: 0.9rem;
}
.min-height-body .main_introdution ~ .main_introdution_card .right-mubiao a.lookmore {
  display: block;
  width: 100%;
  text-align: right;
  color: #0a58ca;
  font-size: 0.9rem;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .min-height-body .main_introdution ~ .main_introdution_card {
    flex-direction: column;
  }
  .min-height-body .main_introdution ~ .main_introdution_card .left-img {
    max-width: 100%;
    min-width: 100%;
    height: 200px;
  }
  .min-height-body .main_introdution ~ .main_introdution_card .right-mubiao {
    padding: 20px 16px;
  }
}
.min-height-body .more-btn-right-cwb {
  color: #acb0b3;
  text-align: center;
  line-height: 70px;
}
.min-height-body .more-btn-right-cwb .icon {
  color: #acb0b3;
  display: inline-block;
}
.min-height-body button.menuToggle.navbar-toggler {
  display: none;
  outline: none;
}
.min-height-body .content_big {
  background: url("/static/honggaun_school.jpg") no-repeat;
  background-size: cover;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-left {
  background: url("/static/card_bg.png") no-repeat #fff;
  background-position: 130% 40px;
  background-size: 65%;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-left .main-nav-title {
  background: var(--child-header-nav-bg);
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu {
  padding: 0 15px;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu li {
  border-bottom: 1px solid rgb(218, 218, 218);
}
@media (max-width: 1024px) {
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left {
    flex-direction: column;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left button.menuToggle.navbar-toggler {
    display: block;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .main-title-es,
.min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu {
    display: none;
    margin-bottom: 40px;
    padding: 0;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu.show {
    display: block;
    transition: all 0.3s ease;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu.show li {
    height: max-content;
    line-height: unset;
    padding-left: 10px;
    font-size: 1rem;
    border-bottom: 1px solid rgb(238, 238, 238);
    line-height: 38px;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu.show li:hover {
    background: transparent;
    font-weight: normal;
    background-color: #6c216d;
    color: #fff;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu.show li.active-link {
    background: transparent;
    font-weight: normal;
    background-color: #6c216d;
    color: #fff;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .slide-item-menu.show a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left ul.main-childweb-body-left {
    display: none;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left .main-nav-title {
    display: block;
    background: none;
    position: unset;
    color: inherit;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
    background: var(--child-header-nav-bg) !important;
    border-radius: 0;
    padding: 0 10px;
    margin-bottom: 0;
  }
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right {
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 0 0 5px #ccc;
  margin: 0 0 50px;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode {
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  margin: 10px 0;
  min-height: 30px;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode .search-input {
  display: none;
  align-items: center;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode .search-input input {
  width: 156px;
  transition: all 0.3s;
  border: 1px solid #c2c2c2;
  margin-right: 6px;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 4px;
  outline: none;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode .search-input .icon {
  color: #6c216d;
  font-size: 1.2rem;
  margin-right: 10px;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode div.mode-item {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode div.mode-item .icon {
  font-size: 1.6rem;
  cursor: pointer;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode div.mode-item .icon:hover {
  color: #6c216d;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode div.mode-item:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  bottom: 0;
  left: 0;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode div.mode-item-active .icon {
  color: #6c216d;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav {
  margin-bottom: 0;
}
.min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav > ul > li:nth-last-child(2)::after {
  display: none;
}
@media (max-width: 1024px) {
  .min-height-body .content_big .main-childweb-body .main-childweb-body-left {
    display: none;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right {
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right .change-show-mode .search-input {
    display: flex;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav .brand-nav-title span {
    color: #000;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav .brand-nav-title .icon {
    display: block;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav ul {
    display: flex;
    font-size: 12px;
  }
  .min-height-body .content_big .main-childweb-body .main-childweb-body-right .bread-nav ul .search-bread {
    display: none;
  }
}
@media (max-width: 1024px) {
  .min-height-body .content_big {
    background: #fff;
  }
}

.main_navigation_container.main_child {
  min-height: initial !important;
}
.main_navigation_container.main_child .main_navigation_logo a .logo1 {
  display: block;
}
.main_navigation_container.main_child .main_navigation_logo a .logo2 {
  display: none;
}
@media (max-width: 1024px) {
  .main_navigation_container.main_child .main_navigation_logo a .logo1 {
    display: none;
  }
  .main_navigation_container.main_child .main_navigation_logo a .logo2 {
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
