:root {
  --zh-color: #000;
  --es-color: #f3f2ee;
}
.main_mien{
  margin-top: 1rem;
  position: relative;

}
.mar-top{
  height: 80px;
}
/*.main_mien img{*/
/*  width: 100%;*/
/*  height: 350px;*/
/*}*/
 .mien_m .main_mien .swiper-wrapper div.swiper-slide {
  max-height: 240px;
  height: 240px;
}
 .mien_m .main_mien .swiper-wrapper div.swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
 .mien_m .main_mien .swiper-wrapper div.swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
 .mien_m .main_mien .swiper-wrapper div.swiper-slide:hover img {
  transform: scale(1.1);
}


.main_mien a{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main_mien .swiper-button-prev{
  position: absolute;
  bottom: 45%;
  z-index: 666;
  background-color: rgba(155,155,155,0.8);
  padding: 5px;

}
.main_mien .swiper-button-next{
  position: absolute;
  bottom: 45%;
  z-index: 666;
  right: 0;
  background-color: rgba(155,155,155,0.8);
  padding: 5px;
}
.xiangzuo{
  width: 30px;
  height: 30px;
  fill:currentColor;
  color: #fff;

}
.main_mien a span{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(155, 155, 155,0.7);
  font-size: 0.9rem;
  padding: 7px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.main_guiding_navigation {
  /* height: 100vh; */
  /* position: relative; */
  /* overflow: hidden; */
}
.main_guiding_navigation .pos_top_nav {
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #d80001;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.main_guiding_navigation .pos_top_nav .main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  grid-template-rows: 1fr;
  grid-auto-flow: column;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item {
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  font-size: -webkit-calc(1rem + 0.2vw);
  font-size: calc(1rem + 0.2vw);
  height: 100%;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item a:hover {
  background-color: #fff;
  color: #d80001;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item:nth-child(5) {
  height: 60px;
  overflow: hidden;
  margin: 10px auto;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item:nth-child(5) img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 90%;
}
.main_guiding_navigation .pos_top_nav .main_menu .menu_item:nth-child(5):hover a {
  background-color: transparent;
}
.main_guiding_navigation .pos_top_nav button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main_guiding_navigation .pos_top_nav {
    top: 0;
    padding: 10px 0;
  }
  .main_guiding_navigation .pos_top_nav .main_menu {
    grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    display: none;
  }
  .main_guiding_navigation .pos_top_nav .menu_item:nth-child(5) {
    display: none;
  }
  .main_guiding_navigation .pos_top_nav .main_logo.menu_item {
    display: block !important;
    width: 100%;
    max-width: 260px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_guiding_navigation .pos_top_nav .main_logo.menu_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main_guiding_navigation .pos_top_nav .main_logo.menu_item + button {
    float: right;
    display: block;
    z-index: 2;
    position: relative;
  }
  .main_guiding_navigation .pos_top_nav .main_logo.menu_item + button span {
    background-color: #fff;
  }
  .main_guiding_navigation .pos_top_nav .open-menu {
    display: block;
    position: fixed;
    width: 100%;
    max-width: unset;
    background-color: rgba(216, 0, 1, 0.8);
    left: 0;
    z-index: 10;
  }
  .main_guiding_navigation .pos_top_nav .open-menu .main_logo {
    display: none !important;
  }
}
.main_guiding_navigation .pos_bottom_ban {
  z-index: 1;
  position: absolute;
  height: inherit;
  left: 0;
  width: 100%;
  top: 0;
}
.main_guiding_navigation .pos_bottom_ban .main_banner,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper .swiper-slide,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: inherit;
}
.main_guiding_navigation .pos_bottom_ban .main_banner img,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper img,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper .swiper-slide img,
.main_guiding_navigation .pos_bottom_ban .main_banner .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_guiding_navigation .pos_bottom_ban .swiper-pagination {
  position: absolute;
  bottom: -webkit-calc(20px + 0.6vh);
  bottom: calc(20px + 0.6vh);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.main_guiding_navigation .pos_bottom_ban .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 0.5;
  margin-right: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.main_guiding_navigation .pos_bottom_ban .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.main_guiding_navigation .pos_bottom_ban .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.resetHeight {
  max-height: 70vh;
}
.resetHeight .pos_bottom_ban {
  height: 100%;
}
.resetHeight .pos_bottom_ban a {
  display: block;
  width: 100%;
  height: 100%;
}
.resetHeight .pos_bottom_ban a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-cur .content_body {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  padding: 2rem;
}
.center-cur .content_body .left_ {
  max-height: 540px;
}
.center-cur .content_body .left_ .swiper {
  height: 100%;
}
.center-cur .content_body .left_ .swiper .swiper-slide {
  height: 100%;
}
.center-cur .content_body .left_ .swiper .swiper-slide a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.center-cur .content_body .left_ .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-cur .content_body .left_ .swiper .swiper-slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 2rem;
  height: 40px;
  line-height: 40px;
}
.center-cur .content_body .right_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.center-cur .content_body .right_ li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 14px;
  position: relative;
  height: 40px;
}
.center-cur .content_body .right_ li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  display: inline-block;
}
.center-cur .content_body .right_ li span {
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.center-cur .content_body .right_ li:hover a {
  -o-text-overflow: unset;
     text-overflow: unset;
  width: 100%;
  font-weight: bold;
  font-size: -webkit-calc(1rem + 0.1vw);
  font-size: calc(1rem + 0.1vw);
}
.center-cur .content_body .right_ li:hover span {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  right: -100%;
}
.center-cur .content_body .right_ li.active a {
  -o-text-overflow: unset;
     text-overflow: unset;
  width: 100%;
  font-weight: bold;
  font-size: -webkit-calc(1rem + 0.1vw);
  font-size: calc(1rem + 0.1vw);
}
.center-cur .content_body .right_ li.active span {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  right: -100%;
}
@media (max-width: 768px) {
  .center-cur .content_body {
    grid-template-columns: 100%;
  }
  .center-cur .content_body .left_ {
    max-height: 300px;
  }
  .center-cur .content_body .right_ li {
    height: 60px;
  }
  .center-cur .content_body .right_ li a {
    width: 100% !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }
}

.center-activity {
  margin-top: 4rem !important;
}
.center-activity .content {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.center-activity .content a {
  display: inline-block;
  width: 100%;
  padding:0 20px;
  background-color: #fffdf0;
  height:33%;
}
.center-activity .content a div.header_image {
  width: 100%;
}
.center-activity .content a div.header_image img {
  width: 100%;
  max-height: 280px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-activity .content a .main_content {
  /* margin: 14px auto; */
}
.center-activity .content a .main_content p.title {
  line-height: 28px;
}
.center-activity .content a .main_content hr {
  margin: 10px auto;
}
.center-activity .content a .main_content article {
  line-height: 24px;
  font-size: -webkit-calc(0.6rem + 0.2vw);
  font-size: calc(0.6rem + 0.2vw);
}
.center-activity .content a div.date {
  font-size: -webkit-calc(0.6rem + 0.2vw);
  font-size: calc(0.6rem + 0.2vw);
  text-align: right;
}
.center-activity .content a:hover {
  background-color: #e34e48;
  color: #fff;
}
.cyxd{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cyxd-l,.cyxd-r{
  width: 49%;
}
.cyxd-l .title{
  white-space:nowrap;
  display: block;
}
.cyxd-r{
  display: flex;
  justify-content: space-between;
}
.r-item{
  position: relative;
  width: 32%;
  transition: 0.5s;
}
.r-item:hover{
  transform: scale(1.02);
  transition: 0.5s;
}
.r-item img{
  height: 100%;
}
.cyxd-to{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  background-color: rgba(203, 51, 51, 0.625);
  font-size: 24px;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
}
.yqlj{
  display: flex;
  flex-wrap: wrap;
}
.yqlj li{
  color: #000;
  font-size: 22px;
  margin: auto;
  margin-right: 20px;
  line-height: 60px;

}
.yqlj a{
  font-size: 18px;
  color: 666;
}
.yqlj a:hover{
  color: #d92221;
}
@media (max-width: 968px) {
  .center-activity .content {
    grid-template-columns: 1fr;
  }
  .center-activity .content a .main_content p.title {
    line-height: 24px;
  }
  .center-activity .content a .main_content hr {
    margin: 10px auto;
  }
  .center-activity .content a .main_content article {
    line-height: 20px;
    font-size: -webkit-calc(0.6rem + 0.2vw);
    font-size: calc(0.6rem + 0.2vw);
  }
  .center-activity .content a div.date {
    font-size: -webkit-calc(0.6rem + 0.2vw);
    font-size: calc(0.6rem + 0.2vw);
    text-align: right;
  }

  .cyxd{
    display: block;
  }
  .cyxd-l,.cyxd-r{
    width: 100%;
  }
  .cyxd-r{
    margin-top: 20px;
  }
  .cyxd-to{
    font-size: 18px;
  }
}

.center-baodao {
  background-image: url("/static/images/dangjian/b1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
.center-baodao .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}
.center-baodao .content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.center-baodao .content a span.title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: -webkit-calc(0.8rem + 0.2vw);
  font-size: calc(0.8rem + 0.2vw);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 84%;
}
.center-baodao .content a span.date {
  font-size: -webkit-calc(0.6rem + 0.2vw);
  font-size: calc(0.6rem + 0.2vw);
  text-align: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 16%;
}
.center-baodao .content a:hover {
  color: #d80001;
}
.center-baodao .content a:nth-child(n+13) {
  display: none;
}

.center-fenc {
  padding: 2rem 0;
}
.center-fenc .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 10px;
}
.center-fenc .content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-fenc .content a div.left_image {
  max-width: 50%;
  max-height: 320px;
  height: 100%;
  width: 100%;
}
.center-fenc .content a div.left_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-fenc .content a div.right_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 40px 20px;
}
.center-fenc .content a div.right_content span.name {
  color: #6c216d;
  font-size: -webkit-calc(1.2rem + 0.1vw);
  font-size: calc(1.2rem + 0.1vw);
  font-weight: lighter;
  margin-bottom: 8px;
}
.center-fenc .content a div.right_content span + p {
  font-size: -webkit-calc(0.7rem + 0.1vw);
  font-size: calc(0.7rem + 0.1vw);
  line-height: 26px;
  margin-bottom: 8px;
}
.center-fenc .content a div.right_content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -20px;
  top: 10%;
}
.center-fenc .content a:hover {
  color: #fff;
}
.center-fenc .content a:hover .right_content {
  background-color: #b51213;
}
.center-fenc .content a:hover .right_content span.name {
  color: #fff;
}
.center-fenc .content a:hover .right_content::after {
  border-left: 23px solid #b51213;
}
.center-fenc .content a:nth-child(n+3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.center-fenc .content a:nth-child(n+3) div.right_content::after {
  border-left: 23px solid transparent;
  border-right: 23px solid #fff;
  left: 100% !important;
}
.center-fenc .content a:nth-child(n+3):hover .right_content::after {
  border-right: 23px solid #b51213;
}
@media (max-width: 968px) {
  .center-fenc .content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .center-fenc .content a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .center-fenc .content a div.left_image {
    max-width: 100%;
    max-height: 320px;
    height: 100%;
    width: 100%;
  }
  .center-fenc .content a div.left_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 220px;
  }
  .center-fenc .content a div.right_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 20px 10px;
  }
  .center-fenc .content a div.right_content span.name {
    color: #6c216d;
    font-size: -webkit-calc(1.2rem + 0.1vw);
    font-size: calc(1.2rem + 0.1vw);
    font-weight: lighter;
    margin-bottom: 8px;
  }
  .center-fenc .content a div.right_content span + p {
    font-size: -webkit-calc(0.7rem + 0.1vw);
    font-size: calc(0.7rem + 0.1vw);
    line-height: 26px;
    margin-bottom: 8px;
  }
  .center-fenc .content a div.right_content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -20px;
    top: 10%;
  }
  .center-fenc .content a:nth-child(n+3) {
    display: none;
  }
}

.center-stu-comm {
  padding: 2rem 0;
  background-image: url("/static/images/dangjian/b2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.center-stu-comm .container-xl {
  display: grid;
  grid-template-columns: 46% 46%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-rows: repeat(1, 1fr);
}
.center-stu-comm .left_ .common-header .es,
.center-stu-comm .right_ .common-header .es {
  width: 100%;
}
.center-stu-comm .left_ .common-header .zh a,
.center-stu-comm .right_ .common-header .zh a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
}
.center-stu-comm .content {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(40px, 1fr));
}
.center-stu-comm .content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
.center-stu-comm .content a span.title {
  font-size: -webkit-calc(0.8rem + 0.1vw);
  font-size: calc(0.8rem + 0.1vw);
  font-weight: lighter;
  margin-right: 10px;
  max-width: 84%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.center-stu-comm .content a span.date {
  font-size: -webkit-calc(0.6rem + 0.1vw);
  font-size: calc(0.6rem + 0.1vw);
  text-align: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 16%;
}
.center-stu-comm .content a:hover {
  color: #b51213;
}
@media (max-width: 968px) {
  .center-stu-comm .container-xl {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .center-stu-comm .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(auto-fill, minmax(40px, 1fr));
  }
  .center-stu-comm .content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .center-stu-comm .content a span.title {
    font-size: -webkit-calc(0.8rem + 0.1vw);
    font-size: calc(0.8rem + 0.1vw);
    font-weight: lighter;
    margin-right: 10px;
    max-width: 84%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .center-stu-comm .content a span.date {
    font-size: -webkit-calc(0.6rem + 0.1vw);
    font-size: calc(0.6rem + 0.1vw);
    text-align: right;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    max-width: 16%;
  }
  .center-stu-comm .content a:hover {
    color: #b51213;
  }
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.link .title {
  display: inline-block;
  text-align: center;
  font-size: -webkit-calc(1.2rem + 0.1vw);
  font-size: calc(1.2rem + 0.1vw);
  font-weight: bold;
  color: #b51213;
}
.link div.content {
  margin-left: 20px;
}
.link div.content a {
  margin-right: 20px;
}

.container-xl {
  /* max-width: -webkit-calc(100% - 10vw); */
  /* max-width: calc(100% - 10vw); */
}

.content-mt2 {
  /* padding: 2rem 0; */
}

.container-mt2 {
  /* margin: 2rem auto; */
}

.common-header {
  text-align: center;
  position: relative;
  z-index: 1;
}
.common-header .zh {
  font-size: -webkit-calc(1.6rem + 0.3vw);
  font-size: calc(1.6rem + 0.3vw);
  position: relative;
  z-index: 2;
}
.common-header .zh a {
  color: var(--zh-color);
  width: -webkit-calc(20% + 0.2vw);
  width: calc(20% + 0.2vw);
  display: inline-block;
  border-bottom: 1px solid var(--zh-color);
  text-align: center;
  /* padding-left: 4rem; */
  font-weight: bold;
}
.common-header .es {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-size: 2rem;
  top: -18px;
  font-weight: normal;
  color: var(--es-color);
  letter-spacing: 4px;
  padding-right: 65px;
}
@media screen and (max-width: 1024px) {
  .common-header .zh a {
    width: 100%;
    padding-left: 0;
    border-bottom: unset;
  }
  .common-header .es {
    padding-right: 0;
  }
}

.main_guid_child_page {
  padding: 2rem 0;
}
.main_guid_child_page .container-xl {
  min-height: 80vh;
  padding-bottom: 2rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.main_guid_child_page .container-xl .main_child_nav {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.main_guid_child_page .container-xl .main_child_nav .bread {
  padding: 1rem 0;
}
.main_guid_child_page .container-xl .main_child_nav .bread a,
.main_guid_child_page .container-xl .main_child_nav .bread span {
  font-size: -webkit-calc(0.8rem + 0.1vw);
  font-size: calc(0.8rem + 0.1vw);
  font-weight: lighter;
  margin-right: 10px;
}
.main_guid_child_page .container-xl .main_child_nav .bread a:hover,
.main_guid_child_page .container-xl .main_child_nav .bread span:hover {
  color: #b51213;
}
.main_guid_child_page .container-xl .main_child_nav h1 {
  font-size: -webkit-calc(1.8rem + 0.1vw);
  font-size: calc(1.8rem + 0.1vw);
  font-weight: bold;
  color: #b51213;
  margin-bottom: 1rem;
}
.main_guid_child_page .container-xl .main_child_nav + main a {
  width: 100%;
  padding: 0 5%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.main_guid_child_page .container-xl .main_child_nav + main a div.date {
  width: 16%;
  font-size: 1.2rem;
  min-width: 180px;
  color: #b51213;
}
.main_guid_child_page .container-xl .main_child_nav + main a div.date span.date {
  font-size: 1.6rem;
  font-weight: bold;
}
.main_guid_child_page .container-xl .main_child_nav + main a:hover {
  background-color: #d80001;
  color: #fff;
}
.main_guid_child_page .container-xl .main_child_nav + main a:hover div.date {
  color: #fff;
}
.main_guid_child_page .container-xl .main_child_nav + article h1 {
  max-width: 80%;
  margin: 0 auto;
}
.main_guid_child_page .container-xl .main_child_nav + article div.date {
  margin: 20px auto;
  color: #adadad;
}
.main_guid_child_page .container-xl .main_child_nav + article div.content {
  line-height: 34px;
  width: 80%;
  margin: 30px auto;
}/*# sourceMappingURL=index.css.map */
