@media (min-width: 800px) {
  .swiperBox {
    /* height: 50vw; */
  }
  .swiperImg {
    min-height: 6rem;
  }
  .infoItem::before {
    content: "";
    width: 0;
    height: 2.47rem;
    background-color: #1a51c8;
    transition: all 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .infoItem:hover .infoItem_title,
  .infoItem:hover .infoItem_date,
  .infoItem:hover .infoItem_content {
    color: #fff;
  }
  .infoItem:hover .infoItem_line {
    background-color: #be9e5d;
  }

  .infoItem:hover::before {
    width: 100%;
  }
  .menuItem.active::after {
    content: "";
    width: 0.02rem;
    height: 0.34rem;
    background-color: #1a51c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuItem:not(.active)::before {
    content: "";
    width: 0;
    height: 0.68rem;
    background-color: #1a51c8;
    transition: all 0.8s;
    position: absolute;
    left: -0.3rem;
    top: 0;
    z-index: 0;
  }
  .menuItem:not(.active):hover,
  .menuItem:not(.active):hover a {
    color: #fff;
    border-color: transparent;
  }

  .menuItem:not(.active):hover::before {
    width: 2.1rem;
  }
  .headerItem:hover,
  .headerItem:hover a {
    color: #1a51c8;
  }
  .headSubBox {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    width: 2rem;
    height: auto;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 0.08rem 0.08rem;
    border-top: 0.03rem solid #067aff;
    transform-origin: top;
    transition: all 0.3s;
  }
  .headerItem:hover .headSubBox {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
  }
  .headSubItem {
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.2rem;
    color: #666;
    font-family: SourceHanSerifCN-Bold;

    transition: all 0.3s;
  }
  .headSubItem:hover {
    background-color: #1a51c8;
    color: #fff!important;
  }
  .headerBtnImg:not(.headerBtnImg2):hover + .inputBox,
  .inputBox:hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 800px) and (min-width: 760px) {
  .navShow {
    padding-top: 1.5rem;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(26, 81, 200, 0.9);
    height: 100% !important;
  }


  .subItemShow.headerItem:has(.headSubBox) {
    display: flex;
    flex-direction: column;
    height: auto;
    transform: none;
  }
  .headSubBox {
    height: auto;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
  }
  .subItemShow .headSubBox {
    transform: scaleY(1);
  }
  .headSubItem {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    margin-left: 0;
    padding-left: 0.8rem;

    font-family: Source Han Serif SC, Source Han Serif SC-SemiBold;
    color: #ffffff;
    position: relative;
    cursor: pointer;
  }
  .headerBtnImg:not(.headerBtnImg2) {
    display: none;
  }
  .navShow .headerBtnImg {
    display: block;
    position: absolute;
    right: 1.43rem;
    top: 0.435rem;
  }
  .navShow .headerBtnImg2 {
    right: 0.6rem;
  }
  .navShow .headerItem {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    margin-left: 0;
    padding-left: 0.6rem;
    display: block;
    transition: all 0.3s;
  }
  .headerItem,
  .absoluteBox,
  .swiper-button-prev,
  .swiper-button-next,
  .mouseIcon,
  .mouseCircle,
  .mainBoxC_top .moreBox:first-child {
    display: none;
  }
  .headerBar {
    height: 0.63rem;
  }
  .headerBtnImg {
    margin-left: 0;
  }
  .headerBtnImg2 {
    display: block;
    margin-left: 0.2rem;
  }
  .inputBox {
    top: 0;
    right: 0.83rem;
  }
  .navShow .inputBox {
    right: 1.43rem;
    top: 0.435rem;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .mainBoxA {
    position: relative;
  }
  .mainBoxA_main {
    flex-direction: column;
    height: auto;
  }
  .mainBoxA_mainL {
    width: auto;
    flex: 1;
  }
  .mainBoxA_mainLTitle {
    line-height: 0.48rem;
    font-size: 0.33rem;
  }
  .mainBoxA_mainLDate {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .mainBoxA_mainLText {
    line-height: 0.36rem;
    font-size: 0.21rem;
    margin-top: 0.16rem;
  }
  .mainBoxA_mainProcess {
    height: 0.54rem;
    margin-top: 0.2rem;
  }
  .curIndex {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.45rem;
    margin-bottom: 0.01rem;
  }
  .slash {
    height: 0.54rem;
  }
  .totalNum {
    height: 0.21rem;
    line-height: 0.21rem;
    font-size: 0.27rem;
    margin-top: 0.03rem;
  }
  .mainBoxA_mainRItem {
    width: 4.758rem;
    height: 2.678rem;
    margin-top: 0.24rem;
  }
  .mainBoxA_mainRTitle {
    height: 0.754rem;
    line-height: 0.754rem;
    font-size: 0.234rem;
  }
  .mainBoxA_infoBox {
    position: absolute;
    left: 5rem;
    top: 6.5rem;
    margin-top: 0;
    width: auto;
  }
  .mainA_infoItem {
    width: calc(100vw - 295px);
    height: 0.93rem;
  }
  .mainA_infoItem:nth-child(2) {
    border-top: 1px solid rgba(210, 210, 210, 0.54);
  }
  .mainA_infoIcon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.28;
  }
  .mainA_infoText {
    flex: 1;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.27rem;
  }
  .mainA_infoDate {
    margin-left: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
  }
  .cardTitleBox {
    height: 0.9rem;
  }
  .cardTitleBg {
    width: 0.86rem;
    height: 0.86rem;
    right: -0.7rem;
  }
  .cardTitle_text {
    height: 0.51rem;
    line-height: 0.51rem;
    font-size: 0.51rem;
    margin-top: 0.15rem;
  }
  .englishText {
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.21rem;
    margin-top: 0.12rem;
  }
  .moreBox {
    height: 0.48rem;
  }
  .moreBox_text {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    margin-right: 0.12rem;
  }
  .mainBoxB_main {
    flex-wrap: wrap;
  }
  .mainBoxB_line {
    top: 2vw;
  }
  .mainBoxB_mainItem {
    width: 44vw;
    margin-bottom: 2.66vw;
  }
  .mainBoxB_mainPoint {
    width: 4vw;
    height: 4vw;
    margin-left: 4.121vw;
    border: 1.14vw solid #99ccff;
  }
  .mainBoxB_mainCard {
    height: 3.76rem;
    border-radius: 1.2rem 0 1.2rem 0;
    margin-top: 0.42rem;
    padding: 0.52rem 0.8rem 0;
  }
  .mainBoxB_mainDay {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .mainBoxB_mainYear {
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
  }
  .mainBoxB_mainText {
    line-height: 0.48rem;
    font-size: 0.36rem;
  }
  .mainBoxCBg {
    /* background-image: url("../img/mainC_mobileBg.png"); */
    /* margin-top: -2.2rem; */
  }
  .mainBoxC_main {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .mainBoxC_mainCard {
    margin-top: 0.4rem;
    width: 80%;
  }
  .mainBoxC_mainTitle {
    line-height: 0.64rem;
    font-size: 0.48rem;
  }
  .mainBoxC_mainText {
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .mainBoxC_mainBtnBox {
    height: 0.52rem;
  }
  .mainBoxC_mainBtnText {
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.28rem;
  }
  .mainBoxC_mainBtnIcon {
    margin-left: 0.18rem;
    width: 0.94rem;
    height: 0.52rem;
  }
  .mainBoxD {
    flex-direction: column;
  }
  .mainBoxD_item {
    width: 100%;
  }
  .mainBoxD_item + .mainBoxD_item {
    margin-top: 0.5rem;
  }
  .mainBoxD_itemCard {
    height: 53vw;
  }
  .mainBoxD_itemCardTitle {
    font-size: 0.27rem;
  }
  .mainBoxD_itemInfoItem {
    height: 0.81rem;
  }
  .mainBoxD_itemInfoIcon {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.21rem;
  }
  .mainBoxD_itemInfoText {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.27rem;
  }
  .footer_top {
    flex-direction: column;
    height: 2.6rem;
  }
  .footerLogo {
    width: 6.93rem;
    height: 1.35rem;
  }
  .footerTopBar {
    height: 0.96rem;
    margin-bottom: 0.38rem;
  }
  .footerTopItem + .footerTopItem {
    margin-left: 0.5rem;
  }
  .footerTopIcon {
    width: 0.96rem;
    height: 0.96rem;
    margin-right: 0.34rem;
  }
  .footerTopText {
    height: 0.39rem;
    line-height: 0.39rem;
    font-size: 0.39rem;
  }
  .footer_main {
    flex-wrap: wrap;
    height: 1.8rem;
    padding: 0.3rem 0;
    box-sizing: content-box;
  }
  .footerMainItem {
    height: 0.27rem;
    font-size: 0.27rem;
    line-height: 0.27rem;
    width: 33%;
    padding-left: 0.3rem;
  }
  .footerMainItem::before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_bottom {
    flex-direction: column;
    height: auto;
    padding: 0.3rem 0;
  }
  .footerBottomL_text {
    line-height: 0.6rem;
    font-size: 0.28rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBottomR {
    width: 80%;
    height: 0.68rem;
    margin-top: 0.3rem;
    justify-content: space-around;
  }
  .footerBottomR_img {
    /* width: 0.68rem; */
    height: 0.68rem;
  }
  .footerBottomR_img + .footerBottomR_img {
    margin-left: 0;
  }

  .codeModal {
    width: 3rem;
    height: 3rem;
    padding: 0.3rem;
  }
  .codeModal::before {
    content: "";
    width: 0.48rem;
    height: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 0.14rem 0.24rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.3rem;
  }
  .infoItem::before {
    content: "";
    width: 0;
    height: 2.47rem;
    background-color: #1a51c8;
    transition: all 0.8s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .infoItem:hover .infoItem_title,
  .infoItem:hover .infoItem_date,
  .infoItem:hover .infoItem_content {
    color: #fff;
  }
  .infoItem:hover .infoItem_line {
    background-color: #be9e5d;
  }

  .infoItem:hover::before {
    width: 100%;
  }
  .menuItem.active::after {
    /* content: ""; */
    width: 0.02rem;
    height: 0.34rem;
    background-color: #1a51c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuItem:not(.active)::before {
    content: "";
    width: 0;
    height: 0.68rem;
    background-color: #1a51c8;
    transition: all 0.8s;
    position: absolute;
    left: -0.3rem;
    top: 0;
    z-index: 0;
  }
  .menuItem:not(.active):hover,
  .menuItem:not(.active):hover a {
    color: #fff;
    border-color: transparent;
  }

  .menuItem:not(.active):hover::before {
    width: 2.1rem;
  }

  .menuBox {
    left: 0.4rem;
  }
  .infoItem,
  .paginationBox,
  .introItem,
  .leaderItem,
  .ruleItem {
    margin-left: 30vw;
    width: 60vw;
  }
  .leaderItem {
    justify-content: center;
  }
  .infoDetailItem {
    margin-left: 25vw;
    width: 70vw;
  }
}
@media (max-width: 760px) {
  .aos-animate {
    transform: none !important;
    transition: none !important;
  }
  .navShow {
    padding-top: 1.5rem;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(26, 81, 200, 1);
    height: 100% !important;
    overflow: auto;
    padding-bottom: .8rem;
  }


  .subItemShow.headerItem:has(.headSubBox) {
    display: flex;
    flex-direction: column;
    height: auto;
    transform: none;
  }
  .headSubBox {
    height: auto;
    overflow: hidden;
    /* transform: scaleY(0); */
    /* transform-origin: top; */
    /* transition: all 0.3s; */
    display: none;
    /* flex-direction: column; */
    padding-right: 5%;
    margin-top: .2rem;
  }
  .subItemShow .headSubBox {
    transform: scaleY(1);
  }
  .headSubItem {
    /* width: 100%; */
    /* height: 0.6rem; */
    /* line-height: 0.6rem; */
    font-size: 0.28rem;
    margin-left: 0;
    font-family: Source Han Serif SC, Source Han Serif SC-SemiBold;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 .2rem;
  }
    .headSubItem+ .headSubItem {/* padding-left: 0.4rem; */}
  .headerBtnImg:not(.headerBtnImg2) {
    display: none;
  }
  .navShow .headerBtnImg {
    display: block;
    position: absolute;
    right: 1.43rem;
    top: 0.435rem;
  }
  .navShow .headerBtnImg2 {
    right: 0.6rem;
  }
  .navShow .headerItem {
    display: block;
    transition: all 0.3s;
    width: 100%;
    /* height: 1rem; */
    /* line-height: 1.6em; */
    font-size: 0.32rem;
    margin-left: 0;
    padding-left: 0.6rem;
    margin-bottom: .3rem;
  }
  .headerItem,
  .absoluteBox,
  .swiper-button-prev,
  .swiper-button-next,
  .mouseIcon,
  .mouseCircle,
  .mainBoxE_mainImg,
  .mainBoxC_top .moreBox:first-child {
    display: none;
  }
  .headerBar {
    height: 0.63rem;
  }
  .headerBtnImg {
    margin-left: 0;
  }
  .headerBtnImg2,
  .mainBoxE_swiper {
    display: block;
  }
  .headerBtnImg2 {
    margin-left: 0.2rem;
  }
  .inputBox {
    top: 0;
    right: 0.83rem;
  }
  .navShow .inputBox {
    right: 1.43rem;
    top: 0.435rem;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .mainBoxA {
    position: relative;
  }
  .mainBoxA_main {
    flex-direction: column;
    height: auto;
  }
  .mainBoxA_mainL {
    width: auto;
    flex: 1;
    flex-direction: column;
  }
  .mainBoxA_mainLSwiper {
    width: 100%;
    height: 48vw;
  }
  .mainBoxA_mainRItem{
    width:50%;
    height: 30vw;
  }
  .mainBoxA_mainLCard {
    /* width: 7.04rem; */
  }

  .mainBoxA_mainLTitle {
    line-height: 0.48rem;
    font-size: 0.33rem;
  }
  .mainBoxA_mainLDate {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .mainBoxA_mainLText {
    line-height: 0.36rem;
    font-size: 0.21rem;
    margin-top: 0.16rem;
  }
  .mainBoxA_mainProcess {
    height: 0.54rem;
    margin-top: 0.2rem;
  }
  .curIndex {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.45rem;
    margin-bottom: 0.01rem;
  }
  .slash {
    height: 0.54rem;
  }
  .totalNum {
    height: 0.21rem;
    line-height: 0.21rem;
    font-size: 0.27rem;
    margin-top: 0.03rem;
  }
  .mainBoxA_mainR {
    flex-direction: row;
  }

  .mainBoxA_mainRTitle {
    height: 0.754rem;
    line-height: 0.754rem;
    font-size: 0.234rem;
  }

  .mainA_infoItem {
    width: 7.04rem;
    height: 0.93rem;
  }
  .mainA_infoItem:nth-child(2) {
    border-top: 1px solid rgba(210, 210, 210, 0.54);
  }
  .mainA_infoIcon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.28;
  }
  .mainA_infoText {
    flex: 1;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.27rem;
  }
  .mainA_infoDate {
    margin-left: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
  }

  .moreBox {
    height: 0.48rem;
  }
  .moreBox_text {
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.24rem;
    margin-right: 0.12rem;
  }
  .mainBoxB_main {
    flex-wrap: wrap;
  }
  .mainBoxB_mainItem {
    width: 44vw;
    margin-bottom: 2.66vw;
  }

  .mainBoxB_mainCard {
    height: 3.16rem;
    border-radius: 1.2rem 0 1.2rem 0;
    margin-top: 0.42rem;
    padding: 0.52rem 0.3rem 0;
  }
  .mainBoxB_mainDay {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .mainBoxB_mainYear {
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .mainBoxB_mainText {
    line-height: 0.36rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 3;
  }
  .mainBoxBBg {
    background-image: url("../img/mainC_mobileBg.png");
    /* margin-top: -2.2rem; */
  }
  .mainBoxC_main {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .mainBoxC_mainSwiper {
    width: 7.4rem;
    height: 3.474rem;
  }

  .mainBoxC_mainImg {
    width: 6.156rem;
  }
  .mainBoxC_mainSwiper .swiper-slide {
    height: 3.474rem;
  }
  .swiper-slide-prev .mainBoxC_mainImg,
  .swiper-slide-next .mainBoxC_mainImg {
    width: 4.689rem;
    height: 2.646rem;
  }
  .mainBoxC-swiper-button-prev,
  .mainBoxA-swiper-button-prev {
    left: 0.36rem;
  }
  .mainBoxC-swiper-button-next,
  .mainBoxA-swiper-button-next {
    right: 0.36rem;
  }

  .mainBoxC_mainCard {
    margin-top: 0.4rem;
    width: 80%;
  }
  .mainBoxC_mainTitle {
    line-height: 1.6em;
    font-size: 0.32rem;
  }
  .mainBoxC_mainText {
    line-height: 0.48rem;
    font-size: 0.24rem;
  }
  .mainBoxC_mainBtnBox {
    height: 0.52rem;
  }
  .mainBoxC_mainBtnText {
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.28rem;
  }
  .mainBoxC_mainBtnIcon {
    margin-left: 0.18rem;
    width: 0.94rem;
    height: 0.52rem;
  }
  .mainBoxD {
    padding-top: 0.9rem;
    flex-direction: column;
  }
  .mainBoxD_item {
    width: 100%;
  }
  .mainBoxD_item + .mainBoxD_item {
    margin-top: 0.5rem;
  }
  .mainBoxD_itemCard {
    height: 53vw;
  }
  .mainBoxD_itemCardTitle {
    font-size: 0.27rem;
  }
  .mainBoxD_itemInfoItem {
    height: 0.81rem;
  }
  .mainBoxD_itemInfoIcon {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.21rem;
  }
  .mainBoxD_itemInfoText {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.27rem;
  }

  .mainBoxE_mainImg:nth-child(2) {
    left: 0.5rem;
    top: 3.6rem;
  }
  .mainBoxE_mainImg:nth-child(4) {
    width: 3.27rem;
    height: 1.84rem;
    left: auto;
    right: 0;
  }
  .mainBoxE_mainImg:nth-child(5) {
    width: 3.24rem;
    height: 1.83rem;
    right: auto;
    left: 0.2rem;
    top: 5.3rem;
  }
  .mainBoxE_mainImg:nth-child(6) {
    top: 1.8rem;
  }
  .mainBoxE {
    padding: 0.55rem 0 0.52rem;
  }
  .mainBoxE_main {
    height: auto;
    margin-top: 0.6rem;
  }
  .footer_top {
    flex-direction: column;
  }
  .footerTopBar {
    margin-bottom: 0.38rem;
  }
  .footerTopItem + .footerTopItem {
    margin-left: 0.5rem;
  }
  .footer_main {
    flex-wrap: wrap;
    height: auto;
    padding: 0.3rem 0;
    box-sizing: content-box;
  }
  .footerMainItem {
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    width: 50%;
    padding-left: 0.3rem;
  }
  .footerMainItem::before {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_bottom {
    flex-direction: column;
    height: auto;
    padding: 0.3rem 0;
  }
  .footerBottomL_text {
    line-height: 0.5rem;
    font-size: 0.24rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBottomR {
    width: 80%;
    height: 0.68rem;
    margin-top: 0.3rem;
    justify-content: space-around;
  }
  .footerBottomR_img {
    height: 0.5rem;
  }
  .footerBottomR_img + .footerBottomR_img {
    margin-left: 0;
  }
  .infoItem {
    flex-direction: column;
  }

  .menuBox {
    background: none !important;
    padding: 0;
    margin: 0 auto;
    width: 80vw;
    height: 0.7rem;
    left: 10vw;
    top: 0.73rem;
  }
  .menuBox_main {
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
  }
  .menuItem {
    border: none !important;
  }
  .infoItem,
  .paginationBox,
  .introItem,
  .leaderItem,
  .infoDetailItem,
  .ruleItem {
    margin: 0 auto;
    width: 90vw;
    padding-right: 0;
  }
  .leaderItem {
    justify-content: center;
  }
  .paginationBox {
    width: 85vw;
  }
  .ruleBox .paginationBox {
    margin-top: 0.4rem;
  }
  .infoMain {
    padding-top: 0.8rem;
  }
  .infoItem {
    height: auto;
    margin-bottom: 0.24rem;
    padding: 0;
  }
  .infoImg {
    width: 6rem;
    height: 3.74rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
  .infoItem_title {
    -webkit-line-clamp: 2;
    height: auto;
    font-size: 0.3rem;
    line-height: 0.34rem;
  }
  .infoItem_date {
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.2rem;
  }
  .infoItem_line {
    display: none;
  }
  .infoItem_content {
    font-size: 0.2rem;
    line-height: 0.3rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0.24rem;
  }
  .introBox .menuBox_main,
  .ruleBox .menuBox_main {
    background-color: transparent;
  }
  .introMain,
  .ruleMain {
    padding-top: 0.8rem;
  }
  .introItem {
    padding: 0;
  }

  .introImg {
    margin-left: 0;
    float: none;
    width: 5.85rem;
    height: 3.567rem;
  }
  .colorBlock {
    right: 0;
    top: 2.6rem;
  }
  .leaderMain {
    padding-top: 0.8rem;
  }
  .infoDetailMain {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .infoDetailItem {
    padding: 0.3rem 0.4rem 0.5rem;
  }
  .infoDetailImg {
    width: 5rem;
    height: 3.424rem;
  }
}

/*umming*/
@media (max-width: 740px){
  .menuBox{height: auto;width: 90vw;left: 5vw;top: .8rem}
  .menuBox_main{display: block;white-space: nowrap;overflow: auto;height: auto;padding: .25rem 0;text-align: center;}
  .menuItem{display: inline-block;font-size: .24rem;height: auto;line-height: 1.4em}
  .menuItem+.menuItem{margin-left: .3rem}
}
@media (max-width: 480px){
 .bannerNavText{height: auto;line-height: 1.4em;font-size: .22rem} 
 .introItem_content{font-size: .26rem;line-height: 1.8em;text-indent: 2em;text-align: justify;}
 .introMain, .ruleMain,.leaderMain,.infoDetailMain{padding-top: 1rem}
 .leaderCard{width: 100%;height: auto;padding: .3rem}
.leaderTitle{height: auto;font-size: .24rem;line-height: 1.4em}
 .leaderEvaluation{font-size: .2rem;line-height: 1.6em;height: auto}
 .leaderCardR{height: auto}
 .leaderName{height: auto;font-size: .24rem;line-height: 1.4em}
 .leaderDuty{height: auto;line-height: 1.4em;font-size: .2rem}
 .infoDetailTitle{width: 100%}
 .description{font-size: .2rem;text-align: center;}
 .infoDetailContent p, .infoDetailContent span{line-height: 1.8em!important;text-indent: 2em;font-size: .26rem!important;margin-bottom: .2rem;}
.infoDetailContent video{ max-width:100%;height:auto;}




.infoDetailEndBox{ flex-wrap: wrap;height: auto }
 .infoDetailBtnBox{width: 100%;height: .5rem;line-height: .5rem;margin:.3rem auto 0;width: 2rem;justify-content: center;}
 .infoDetailEndText{height: auto;line-height: 1.4em;font-size: .24rem}
 .infoDetailEndL{width: 100%;flex:auto;}
 .infoDetailItem img{margin: 0;margin-right: 5px}
.introDateBox{font-size:.24rem}
}


.headerItem .plus{position: absolute;width: .6rem;height: .6rem;background: url(../img/arrdd.svg) no-repeat center;background-size: .3rem .3rem;display: none;top: 0;right: 5%}.headerItem .plus.show{transform: rotate(180deg);transition: .3s}@media (max-width: 800px){.headerItem .plus{display: block;} }