:root {
  --si-dropdown-bg: rgba(0, 0, 0, 0.8);
  --si-theme-red: #c60000;
}

.daohang2 {
  display: none;
}

html {
  min-width: 320px;
}

.icon-sousuo {
  fill: currentColor;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.icon-sousuo2 {
  fill: currentColor;
  color: #6c216d;
  width: 20px;
  height: 20px;
  position: relative;
  right: 20px;
  top: 8px;
}

.sousuo_bo {
  width: 50px;
  position: relative;
}

.sousuo_input {
  position: absolute;
  top: 40px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  width: 180px;
}

.sousuo_input::after {
  content: "";
  width: 4px;
  height: 20px;
  border-right: solid 1px #dceeff;
  position: absolute;
  right: 45px;
  top: 8px;
}

.sousuo_input_text {
  outline: none;
  text-indent: 1rem;
  padding: 5px 35px 5px 0;
  border-radius: 5px;
  width: 100%;
  height: 35px;
}

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

.swiper_ceshi {
  color: #005bac;
}

.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: 1348px) {
  .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 .concat-us {
  padding: 2rem 0;
}
.min_body_container .concat-us div.conmain {
  display: flex;
  justify-content: space-between;
  margin: 2rem auto;
}
.min_body_container .concat-us div.conmain a {
  width: 23.8095238095%;
  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/qiniu/1.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: 1024px) {
  .min_body_container .concat-us .conmain {
    flex-wrap: wrap;
  }
  .min_body_container .concat-us .conmain a {
    width: 48% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .min_body_container .concat-us .conmain {
    flex-wrap: wrap;
  }
  .min_body_container .concat-us .conmain a {
    width: 100% !important;
  }
}

.part_active_notice {
  background-color: #f9f8f8;
  box-shadow: unset !important;
  background-image: unset !important;
}
.part_active_notice .header_title {
  border-bottom-color: var(--blue-color) !important;
}
.part_active_notice .left_header_img {
  font-size: 18px;
  position: relative;
  font-weight: bold;
}
.part_active_notice .left_header_img .icon {
  display: inline-block !important;
  margin-right: 6px !important;
}
.part_active_notice .left_header_img + a.look_more {
  border-color: var(--blue-color) !important;
  border: unset;
  text-align: right;
  color: rgb(173, 173, 173);
}
.part_active_notice .left_header_img + a.look_more:hover {
  text-decoration: underline;
  color:var(--blue-color) ;
}
.part_active_notice .left_header_img:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--blue-color);
  bottom: -16px;
  left: 0;
}
.part_active_notice .left_box,
.part_active_notice .right_box {
  background: #fff url("/static/images/7b.png") no-repeat bottom left;
  background-size: 100% 100%;
  padding: 0 18px 18px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
.part_active_notice .right_box .left_date {
  border-radius: 6px !important;
  overflow: hidden !important;
}
.part_active_notice .right_box .right_content {
  border-bottom: unset !important;
}
.part_active_notice .right_box .main_announcement .announce_item {
  border-bottom: 2px dashed #cdcdcd;
}
.part_active_notice .right_box .main_announcement .announce_item .left_date,
.part_active_notice .right_box .main_announcement .announce_item .left_date .year {
  background: unset;
  flex-direction: column-reverse;
}
.part_active_notice .right_box .main_announcement .announce_item .day {
  color: var(--blue-color);
}
.part_active_notice .timeline_activity .flex_item:hover p.title {
  font-size: unset !important;
}
.min_body_container .news_notice {
  background-color: #f9f9f9;
  padding-bottom: 30px;
}
.min_body_container .news_notice .common-common-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.min_body_container .news_notice .common-common-header a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.min_body_container .news_notice .main_news_notice .top_news {
  display: flex;
  align-items: stretch;
  max-height: 380px;
  margin-bottom: 30px;
  position: relative;
  height: 380px;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item {
  flex: 50% 0 0;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.left_swiper .swiper-slide,
.min_body_container .news_notice .main_news_notice .top_news .part-item.left_swiper .swiper-slide a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.left_swiper .swiper-slide img,
.min_body_container .news_notice .main_news_notice .top_news .part-item.left_swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item {
  position: unset;
  height: 100%;
  background-color: #fff;
  /* margin-left: 20px; */
  border-radius: 8px;
  padding: 12px;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item a {
  display: block;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item h1.title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item span.line {
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  color: var(--blue-colord);
  font-weight: bold;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item span.line::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  height: 1px;
  background-color: #cbcbcb;
  width: calc(100% - 120px);
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item p.content {
  margin-top: 30px;
  font-size: calc(1rem + 0.1vw);
  line-height: 32px;
  margin-bottom: 0;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item:nth-child(1) {
  display: block;
}
.min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item:nth-child(n+2) {
  display: none;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: calc(48% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller {
  display: flex;
  align-items: center;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-prev,
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-next {
  padding: 0.2rem;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #a7a7a7;
  cursor: pointer;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-prev .icon,
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-next .icon {
  max-width: 24px;
  height: 24px;
  width: 100%;
  font-size: calc(0.6rem + 0.1vw) !important;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-prev:hover,
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-next:hover {
  background-color: var(--blue-color);
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-prev:hover .icon,
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller .swiper-button-next:hover .icon {
  color: #fff;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .right_count span.current {
  font-size: 1.8rem;
  color: var(--blue-color);
  font-weight: bold;
  margin-right: 4px;
}
.min_body_container .news_notice .main_news_notice .top_news .swiper-controller .right_count span.total {
  font-size: 1.2rem;
  color: #a7a7a7;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .min_body_container .news_notice .main_news_notice .top_news {
    display: flex;
    height: 560px;
    flex-direction: column;
    max-height: unset;
  }
  .min_body_container .news_notice .main_news_notice .top_news .part-item {
    width: 100%;
    margin-bottom: 30px;
    flex: 100%;
  }
  .min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper {
    height: 321px;
  }
  .min_body_container .news_notice .main_news_notice .top_news .part-item.right_hover_swiper .hover_item {
    margin-left: 0;
    height: inherit;
  }
  .min_body_container .news_notice .main_news_notice .top_news .swiper-controller {
    width: 100%;
    margin-top: 10px;
    transform: unset !important;
  }
  .min_body_container .news_notice .main_news_notice .top_news .swiper-controller .btn-controller {
    padding-left: 10px;
  }
  .min_body_container .news_notice .main_news_notice .top_news .swiper-controller .right_count {
    margin-right: 0;
  }
  .min_body_container .news_notice .main_news_notice .bottom_themu_swiper {
    display: none;
  }
}
.min_body_container .news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a {
  display: block;
  margin: 6px;
  border-radius: 8px;
  background-color: #fff;
  padding: 2.2rem 20px;
  background: #fff url("/static/images/makesi/4.png") no-repeat;
  background-position: 130% -120%;
  transition: box-shadow 0.3s ease-in-out;
}
.min_body_container .news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a h1.title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 38px;
}
.min_body_container .news_notice .main_news_notice .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 .news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a span.date {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.min_body_container .news_notice .main_news_notice .bottom_themu_swiper .swiper-slide a:hover {
  color: #fff;
}
.min_body_container .news_notice .main_news_notice .bottom_themu_swiper .swiper-slide:hover a {
  background-color: rgb(171, 201, 229) !important;
}
.min_body_container .news_notice .main_news_notice .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 .tz_notice {
  padding: 2rem 0;
}
.min_body_container .tz_notice .bottom_themu_swiper {
  display: grid;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 6px;
  margin-top: 20px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide {
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 20px;
  background: #fff url("/static/images/makesi/4.png") no-repeat;
  background-position: 130% -120%;
  transition: box-shadow 0.3s ease-in-out;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide a h1.title {
  font-size: 1rem;
  line-height: 38px;
  max-width: 70%;
}
.min_body_container .tz_notice .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 .tz_notice .bottom_themu_swiper .swiper-slide a span.date {
  text-align: right;
  margin-top: 10px;
  flex: 1;
  color: #a7a7a7;
  font-size: calc(0.8rem + 0.1vw);
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide a:hover {
  color: #fff;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide:hover a {
  background-color: rgb(171, 201, 229) !important;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide:nth-child(6) {
  border-bottom: none;
}
.min_body_container .tz_notice .bottom_themu_swiper .swiper-slide:nth-child(n+7) {
  display: none;
}
.min_body_container .tz_notice .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 .guiding-lead {
  margin: 2rem auto;
  background-image: url("/static/website/security/css/assets/houqin_bg2.jpg");
  background-size: cover;
}
.min_body_container .guiding-lead .common-common-header {
  display: flex;
  justify-content: space-between;
}
.min_body_container .guiding-lead .common-common-header a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.min_body_container .guiding-lead .dj_content {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
}
.min_body_container .guiding-lead .dj_content .dj_list {
  width: 23%;
  box-shadow: 2px 2px 5px 1px #e5e5e5;
  margin-bottom: 20px;
  border: 1px var(--blue-color) solid;
  cursor: pointer;
}
.min_body_container .guiding-lead .dj_content .dj_list > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.min_body_container .guiding-lead .dj_content .dj_list > a::after {
  content: "";
  width: 100%;
  height: 280px;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 8;
  visibility: hidden;
}
.min_body_container .guiding-lead .dj_content .dj_list > a:hover::after {
  visibility: visible;
  background: rgba(108, 33, 109, 0.3);
}
.min_body_container .guiding-lead .dj_content .dj_list img {
  padding: 5px;
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.min_body_container .guiding-lead .dj_content .dj_list .dj_time {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background-color: var(--blue-color);
  color: #fff;
}
.min_body_container .guiding-lead .dj_content .dj_list .dj_time div {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
  justify-content: flex-end;
}
.min_body_container .guiding-lead .dj_content .dj_list .dj_time p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 10px 10px 0 10px;
  min-height: 58px;
}
.min_body_container .fuwu_box {
  margin: 2rem auto;
}
.min_body_container .fuwu_box .fuwu_content {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
}
.min_body_container .fuwu_box .fuwu_content .fuwu_list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.min_body_container .fuwu_box .fuwu_content .fuwu_list span {
  font-size: 1.2rem;
}
.min_body_container .fuwu_box .fuwu_content .fuwu_list:hover {
  color: #005bac;
}
@media (max-width: 1024px) {
  .min_body_container .fuwu_box .fuwu_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .min_body_container .fuwu_box .fuwu_content .fuwu_list {
    width: 30%;
  }
}
.min_body_container .bumen_box {
  margin: 2rem auto;
}
.min_body_container .bumen_box .common-common-header {
  padding: 0;
}
.min_body_container .bumen_box .bumen_content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.min_body_container .bumen_box .bumen_content .bumen_list {
  width: 32%;
}
.min_body_container .bumen_box .bumen_content .bumen_list > a {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 1px 1px 10px 2px #e5e5e5;
  margin: 2rem auto;
  cursor: pointer;
}
.min_body_container .bumen_box .bumen_content .bumen_list:hover {
  color: var(--blue-color);
}
.min_body_container .bumen_box .bumen_content .bumen_list img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}
.min_body_container .bumen_box .bumen_content .bumen_list p {
  padding: 6px 4px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.min_body_container .bumen_box .bumen_content .bumen_list p span:nth-child(1) {
  padding: 7px 7px 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.min_body_container .bumen_box .bumen_content .bumen_list p img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -18px;
  top: 40%;
}
.min_body_container .bumen_box .bumen_content .bumen_list p span:nth-child(3) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 90%;
  height: 45%;
  border-top: 1px #e5e5e5 solid;
  padding-left: 7px;
}
@media (max-width: 1024px) {
  .min_body_container .bumen_box .bumen_content {
    display: flex;
    flex-direction: column;
  }
  .min_body_container .bumen_box .bumen_content .bumen_list {
    width: 100%;
  }
}
.min_body_container .commun-service {
  margin: 2rem 0;
}
.min_body_container .commun-service .common-common-header {
  padding-right: 50%;
}
@media (max-width: 1024px) {
  .min_body_container .commun-service .common-common-header {
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
}
.min_body_container .commun-service .main_service {
  display: flex;
  margin-top: 2rem;
  align-items: stretch;
}
.min_body_container .commun-service .main_service > div {
  width: 50%;
}
.min_body_container .commun-service .main_service .left_service {
  margin-right: 20px;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide {
  height: 280px;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a {
  height: 100%;
  width: 100%;
  display: block;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a img {
  height: 56%;
  width: 100%;
  object-fit: cover;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a div.content {
  height: 44%;
  border: 1px solid var(--si-theme-red);
  border-top: transparent;
  padding: 10px 20px;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a div.content h1.title {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a div.content p.main_content {
  font-size: calc(0.7rem + 0.1vw);
}
.min_body_container .commun-service .main_service .left_service .swiper-slide a div.content div.date {
  display: flex;
  align-items: center;
  font-size: calc(0.7rem + 0.1vw);
  margin-top: 10px;
}
.min_body_container .commun-service .main_service .right_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: var(--si-theme-red);
  font-size: calc(1.4rem + 0.1vw);
}
.min_body_container .commun-service .main_service .right_service .img-item {
  width: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
}
.min_body_container .commun-service .main_service .right_service .img-item img {
  width: 100%;
  max-width: 60px;
  object-fit: contain;
  margin-right: 20px;
}
.min_body_container .commun-service .main_service .right_service .img-item:hover {
  background-color: #e5e5e5;
}
@media (max-width: 1024px) {
  .min_body_container .commun-service .main_service {
    flex-wrap: wrap;
  }
  .min_body_container .commun-service .main_service .left_service {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 400px;
  }
  .min_body_container .commun-service .main_service .left_service .swiper-slide {
    height: 100%;
  }
  .min_body_container .commun-service .main_service .left_service .swiper-slide img {
    height: 70% !important;
  }
  .min_body_container .commun-service .main_service .left_service .swiper-slide div.content {
    height: 30% !important;
  }
  .min_body_container .commun-service .main_service .left_service .swiper-slide div.content p.main_content {
    font-size: calc(0.8rem + 0.2vw) !important;
  }
  .min_body_container .commun-service .main_service .right_service {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .min_body_container .commun-service .main_service .right_service .img-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .min_body_container .commun-service .main_service .right_service {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .min_body_container .commun-service .main_service .right_service .img-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.min_body_container .theme_activity {
  padding: 2rem 0;
  background-color: #d5e5f2;
}
.min_body_container .theme_activity .main_activity {
  display: flex;
  margin-top: 20px;
}
.min_body_container .theme_activity .main_activity .activity-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 24%;
  margin-right: 20px;
  transition: all 0.3s;
}
.min_body_container .theme_activity .main_activity .activity-item .activity-img {
  background-color: #4f7189;
  position: relative;
}
.min_body_container .theme_activity .main_activity .activity-item .activity-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min_body_container .theme_activity .main_activity .activity-item .activity-img .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(79, 113, 137, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(0.8rem + 0.1vw);
  line-height: 24px;
}
.min_body_container .theme_activity .main_activity .activity-item .activity-content {
  padding: 1.2rem 1.2rem 0.8rem;
  font-size: calc(0.8rem + 0.1vw);
  color: #a7a7a7;
}
.min_body_container .theme_activity .main_activity .activity-item .activity-content p {
  line-height: 24px;
}
.min_body_container .theme_activity .main_activity .activity-item:hover {
  transform: translateY(-10px);
}
.min_body_container .theme_activity .main_activity .activity-item:hover .activity-img .content {
  background-color: rgba(79, 113, 137, 0.4);
}
.min_body_container .theme_activity .main_activity .activity-item:nth-child(4n) {
  margin-right: 0;
}
.min_body_container .theme_activity .main_activity .activity-item:nth-child(n+5) {
  margin-right: 0;
  display: none;
}
@media (max-width: 1024px) {
  .min_body_container .theme_activity .main_activity {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .min_body_container .theme_activity .main_activity .activity-item {
    width: 46%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    display: flex;
  }
  .min_body_container .theme_activity .main_activity .activity-item:nth-child(2n) {
    margin-right: 0;
  }
  .min_body_container .theme_activity .main_activity .activity-item:nth-child(n+3) {
    margin-right: 0;
    display: block;
  }
}
.min_body_container .mien_m {
  margin-top: 2rem;
  margin: 2rem auto;
}
.min_body_container .mien_m .common-common-header {
  margin: 2rem auto;
}

.footer-link {
  margin: 20px auto;
}
.footer-link ul {
  display: flex;
  align-items: center;
}
.footer-link ul li:first-child {
  margin-right: 20px;
  font-size: calc(1rem + 0.1vw);
}
.footer-link ul li {
  margin-right: 20px;
  white-space: nowrap;
}
.footer-link ul li a {
  width: max-content;
  color: #a7a7a7;
  font-size: calc(0.8rem + 0.1vw);
}
.footer-link ul li a:hover {
  color: var(--si-theme-red);
}
@media (max-width: 1024px) {
  .footer-link {
    margin: 20px 0;
  }
  .footer-link ul {
    flex-wrap: wrap;
  }
  .footer-link ul li {
    margin-bottom: 10px;
  }
}

.footer_container {
  background: rgba(24, 106, 180, 0.67);
  position: relative;
  padding: 2rem 0;
  font-size: calc(0.8rem + 0.1vw);
  color: #fff;
  padding-bottom: 4rem;
}
.footer_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/static/makesi/13.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.footer_container .main_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_container .main_footer .left_logo {
  flex: 24% 0 0;
  margin-right: 40px;
  position: relative;
}
.footer_container .main_footer .left_logo img {
  width: 100%;
  height: 100%;
}
.footer_container .main_footer .left_logo::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
}
.footer_container .main_footer .right_info {
  display: flex;
  align-items: center;
  flex: 1;
}
.footer_container .main_footer .right_info > div {
  margin-right: 20px;
}
.footer_container .main_footer .right_info .erweima {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
}
.footer_container .main_footer .right_info .erweima img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.footer_container div.copy {
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.6rem 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .footer_container .main_footer .left_logo::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer_container .main_footer {
    flex-direction: column;
  }
  .footer_container .main_footer .left_logo {
    margin-right: 0;
    width: 80%;
    margin-bottom: 20px;
  }
  .footer_container .main_footer .left_logo::before {
    display: none;
  }
  .footer_container .main_footer .right_info {
    flex-direction: column;
  }
  .footer_container .main_footer .right_info > div {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer_container .main_footer .right_info .erweima {
    margin-left: 0;
  }
  .footer_container .copy {
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .guiding-lead .dj_content {
    display: flex;
    flex-direction: column;
  }
  .guiding-lead .dj_content .dj_list {
    width: 100% !important;
    margin: 0 !important;
  }
  .guiding-lead .dj_content .dj_list img {
    width: 100%;
    height: 100%;
  }
}
.footer_hongguan {
  background: url("/static/website/security/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%;
}
.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: var(--blue-color);
}
.footer_hongguan div.container-xl .pos_bottom_copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px 0;
  font-size: calc(0.8rem + 0.1vw);
}
@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: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #3c3c3c;
  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 .listimg-pos .title-card {
  color: var(--blue-color);
}
@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;
  }
}

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