
@keyframes grow {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1.1);
    }
  }

/* pc样式 */
@media screen and (min-width: 1024px){
    

    /* banner样式 */
    .banner {
        overflow: hidden;
        height: 7rem;
        margin: 0 auto;
        border-radius: 0 0.7rem 0 0;
    }

    /* 轮播 */
    .swiper .swiper-slide {
        /* width: 1920px; */
        height: 7rem;
    }

    .suoxiao {
        transition: all 1s ease;
        animation: grow 20s infinite;

    }
    .swiper-slide-img {
        /* width: 1920px; */
        height: 7rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* transition: all 1s ease; */
    }

    .swiper .swiper-pagination {
        display: flex;
        z-index: 9;
        right: 50%;
        bottom: 0.3rem;
        align-items: center;
        justify-content: center;
    }
    .swiper-pagination-bullet {
        margin: 0 0.1rem !important;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
        background-color: #ffffff;
    }
    .swiper-pagination>.swiper-pagination-bullet-active {
        margin: 0 0 !important;
        border:  transparent;
        background-color: transparent;
        width: 0.8rem;
        height: 0.4rem;
    }
    .swiper-pagination>.swiper-pagination-bullet-active>.move-round {
        display: flex;
        /* justify-content: center; */
    }

    .swiper-button-prev {
        height: 0.4rem;
        left: 40%;
        top: auto;
        bottom: 0.3rem;
    }

    .swiper-button-next {
        height: 0.4rem;
        right: 40%;
        top: auto;
        bottom: 0.3rem;
    }
    .swiper-button-prev>img,.swiper-button-next>img {
        height: 0.35rem;
    }

    /* 内容 */
    .content {
        background-image: url(../imgs/content_bj.png);
        background-repeat: no-repeat;
        background-size: auto 6.4rem;
        background-position: left calc(100% - 7.4rem);
        padding: 0.6rem 0;
        min-height:12rem;
    }

    .content-box1 {
        box-sizing: border-box;
        padding: 0.8rem 0.4rem 0 0.4rem;
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 10.8rem;
        background-image: url(../imgs/box1_top_bj.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }

    /* box1盒子掉落样式 */
    .content-box1-bg {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
    .content-box1-bg .content-box1-bg1,.content-box1-bg2,.content-box1-bg3,.content-box1-bg4,.content-box1-bg5 {
        width: 0.04rem;
        height: 100%;
        position: absolute;
        top: 0.03rem;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .content-box1-bg1 {
        background-image: url(../imgs/box1_top_bj1.png);
        background-size: 0.04rem auto;
        left: 0px;
    }
    .content-box1-bg2 {
        width: 0.01rem;
        left: 3.23rem;
        background-image: url(../imgs/box1_top_bj2.png);
        background-size: 0.01rem auto;
    }
    .content-box1-bg3 {
        width: 0.01rem;
        left: 6.5rem;
        background-image: url(../imgs/box1_top_bj3.png);
        background-size: 0.01rem auto;
    }
    .content-box1-bg4 {
        width: 0.04rem;
        right: 6.45rem;
        background-image: url(../imgs/box1_top_bj4.png);
        background-size: 0.04rem auto;
    }
    .content-box1-bg5 {
        width: 0.04rem;
        right: 0px;
        background-image: url(../imgs/box1_top_bj5.png);
        background-size: 0.04rem auto;
    }
    /* 最新动态 */
    .zxdt{
        width: 8.7rem;
        min-height: 4rem;
    }

    .zxdt-box {
        margin-top: 0.4rem;
    }

    .zxdt-box-top {
        position: relative;
        width:100%;
        height: 5.6rem;
        background-image: url(../imgs/zxdt_bj.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .zxdt-lunbo {
        width: 7.3rem;
	    height: 5.2rem;
        position: absolute;
        bottom: 0;
        right: 0.4rem;
    }
     /* 最新动态轮播 */
     .swiper2 {
        width: 7.3rem;
	    height: 5.2rem;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper2 .swiper-slide {
        overflow: hidden;
        display: flex;
        pointer-events: auto; 
    }

    .swiper2-slide-img {
        width: 7.3rem;
	    height: 5.2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all 1s ease;
    }
    .swiper2 .swiper-slide:hover .swiper2-slide-img{
        transition: all 1s ease;
        transform: scale(1.2);
    }
    .swiper2-slide-bj {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .swiper2-slide-text {
        position: absolute;
        bottom: 0.2rem;
        left: 0.2rem;
        font-size: 0.24rem;
        color: #ffffff;
    }

    .zxdt-lunbo .swiper2-pagination {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        position: absolute;
        z-index: 9;
        left: -1rem;
        top: 0.7rem;
    }

    .swiper2-pagination>.swiper-pagination-bullet {
        margin: 0.2rem 0.1rem !important;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
        background-color: #ffffff;
    }
    .swiper2-pagination>.swiper-pagination-bullet-active {
        margin: 0 0 !important;
        border:  transparent;
        background-color: transparent;
        width: 0.8rem;
        height: 0.4rem;
    }
    .swiper2-pagination>.swiper-pagination-bullet-active>.move-round2 {
        display: flex;
        justify-content: center;
    }

    .zxdt-box-bottom {}
    .zxdt-box-bottom-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zxdt-box-bottom-list>li {
        width: 27%;
        min-height: 1.5rem;
    }
    .zxdt-box-bottom-list>li:nth-child(3n-1) {
        margin: 0 0.5rem;
    }
    .zxdt-box-bottom-list>li>a {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .zxdt-box-bottom-list>li>a>p {
        margin: 0.4rem 0 00.1rem 0;
        font-size: 0.14rem;
        color: var(--zt_color--);
    }
    .zxdt-box-bottom-list>li>a>p>span {
        font-size: 0.22rem;
    }
    .zxdt-box-bottom-list>li>a>p>em {
        margin: 0 0.1rem;
    }
    .zxdt-box-bottom-list>li>a>h2 {
        font-weight: 500;
        font-size: 0.18rem;
        line-height: 0.3rem;
        /* text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; */
    }
    .zxdt-box-bottom-list>li:hover .aline_w {
        font-weight: 700;
        background-size: 100% 0.02rem;
        color: var(--zt_color--);
    }

    .aline_w {
        display: inline;
        position: relative;
        background-image: linear-gradient(var(--zt_color--), var(--zt_color--));
        background-position: 0 100%;
        background-size: 0 0.02rem;
        background-repeat: no-repeat;
        transition: background-size .5s;
    }

    .content-box1-right {
        width: 5.7rem;
    }
    /* 通知公告 */
    .tzgg{
        min-height: 4rem;
    }

    .tzgg-box {
        padding-top: 0.2rem;
    }
    .tzgg-box>ul>li {
        
    }
    .tzgg-box>ul>li>a {
        background-image: linear-gradient(var(--zt_color--), var(--zt_color--));
        background-position: 0 100%;
        background-size: 0 0.02rem;
        background-repeat: no-repeat;
        transition: background-size .5s;
        border-bottom: 0.01rem solid #e8e8e8;
        height: 1.05rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tzgg-box>ul>li>a>p {
        font-size: 0.14rem;
        color: var(--zt_color--);
    }
    .tzgg-box>ul>li>a>p>span {
        font-size: 0.22rem;
    }
    .tzgg-box>ul>li>a>p>em {
        margin: 0 0.1rem;
    }
    .tzgg-box>ul>li>a>h2 {
        margin-top: 0.1rem;
        font-weight: 500;
        font-size: 0.18rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;     
          
    }
    .tzgg-box>ul>li:hover>a {
        background-size: 100% 0.01rem;
        color: var(--zt_color--);
    }
    .tzgg-box>ul>li:hover>a>h2 {
        font-weight: 700;
        color: var(--zt_color--);
    }

    .cgyy {
        margin-top: 0.4rem;
    }
    .cgyy>a {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--zt_color--);
        font-size: 0.24rem;
        width: 100%;
        height: 0.7rem;
        background-image: url(../imgs/cgyy_btn_bj.png);
        background-position: center;
        background-size: 100% 0.7rem;
        background-repeat: no-repeat;
    }
    .cgyy img {
        margin-right: 0.1rem;
        width: 0.34rem;
    }

    /* 参观信息 */
    .cgxx{
        margin-top: 0.4rem;
    }

    .cgxx-box{
        z-index: 99;
        transform: translate(-0.4rem, 0px);
        width: 6.5rem;
        position: relative;
    }

    .cgxx-tab {
        margin-top: 0.4rem;
        height: 1.85rem;
        background-image: url(../imgs/cgxx_bj.png);
        background-position: center;
        background-size: cover;
    }

    .cgxx-tab ul{
        display: flex;
        justify-content: space-between;
    }
    .cgxx-tab>ul>li{
        width: 2.2rem;
        height: 1.85rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cgxx-tab>ul>li img {
        height: 0.6rem;
    }
    .cgxx-tab>ul>li p {
        margin-top: 0.2rem;
        font-size: 0.22rem;
        color: #333;
    }

    .cgxx-info {
        position: absolute;
        top: 1.85rem;
        left: 0;
    }
    .cgxx-info .item {
        z-index: 99;
        position: relative;
        box-sizing: border-box;
        display: none;
        width: 6.5rem;
        box-shadow: 0.03rem 0.03rem 0.4rem 0px 
		rgba(129, 141, 141, 0.4);
        background-color: #fff;
        padding: 0.4rem;
    }
    .cgxx-info .item::after {
        content: "";
        position: absolute;
        left: auto;
        top: auto;
        bottom: 100%;
        right: auto;
        border: 0.1rem solid transparent;
        border-top-color: transparent;
        border-bottom-color: #fff;
        
    }
    .cgxx-info .item:nth-child(1)::after {
        left: 1rem;
    }
    .cgxx-info .item:nth-child(2)::after {
        left: 48%;
    }
    .cgxx-info .item:nth-child(3)::after {
        right: 1rem;
    }
    .cgxx-item-title{
        display: flex;
        align-items: center;
    }
    .cgxx-item-title>p{
        margin: 0 0.1rem;
        font-size: 0.2rem;
    }
    .cgxx-item-title>img{
        height: 0.3rem;
    }
    .item>p {
        margin-top: 0.2rem;
        font-size: 0.18rem;
    }
    .item>p>img {
        height: 0.3rem;
    }
    .item>h2 {
        margin-top: 0.2rem;
        font-size: 0.2rem;
        color: var(--zt_color--);
    }
    .item>h2>span {
        font-weight: 500;
        font-size: 0.18rem;
        color: #333;
    }
    .item>h3 {
        margin-top: 0.2rem;
        font-weight: 500;
        font-size: 0.16rem;
        color: #888888;
    }
    .cgxx-item-xian {
        margin: 0.3rem 0;
        height: 1px;
	    background-color: #e8e8e8;
    }


    /* 内容2 */
    .content-bxo2 {
        margin-top: 1.2rem;
    }

   
    /* 内容3 */
    .content-box3 {
        position: relative;
        min-height: 8.6rem;
        margin-top: 1.7rem;
        display: flex;
        justify-content: space-between;
    }
    /* box3盒子掉落样式 */
    .content-box3-bg {
        z-index: -1;
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        height: 100%;
    }
    .content-box3-bg .content-box3-bg1,.content-box3-bg2,.content-box3-bg3,.content-box3-bg4,.content-box3-bg5,.content-box3-bg6 {
        width: 0.04rem;
        height: 100%;
        position: absolute;
        top: 0.03rem;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .content-box3-bg1 {
        width: 0.04rem;
        background-image: url(../imgs/box3_top_bj1.png);
        background-size: 0.04rem auto;
        left: 0px;
    }
    .content-box3-bg2 {
        width: 0.01rem;
        left: 20%;
        background-image: url(../imgs/box3_top_bj2.png);
        background-size: 0.01rem auto;
    }
    .content-box3-bg3 {
        width: 0.01rem;
        left: 40%;
        background-image: url(../imgs/box3_top_bj3.png);
        background-size: 0.01rem auto;
    }
    .content-box3-bg4 {
        width: 0.04rem;
        right: 40%;
        background-image: url(../imgs/box3_top_bj4.png);
        background-size: 0.04rem auto;
    }
    .content-box3-bg5 {
        width: 0.01rem;
        right: 20%;
        background-image: url(../imgs/box3_top_bj5.png);
        background-size: 0.01rem auto;
    }
    .content-box3-bg6 {
        width: 0.04rem;
        right: 0px;
        background-image: url(../imgs/box3_top_bj6.png);
        background-size: 0.04rem auto;
    }

    .xsjr,.xsyj {
        position: relative;
        width: 7.5rem;
    }
    /* 校史今日 */
    .xsjr-box {
        margin-top: 0.4rem;
        height: 5.5rem;
        background-image: url(../imgs/xsjr_left_bj.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 0.11rem auto;
        display: flex;
        justify-content: space-between;
    }
    .xsjr-box-left{
        flex: 1;
    }
    .xsjr-box-left>ul {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .xsjr-box-left>ul>li {
        height: 20%;
    }
    .xsjr-box-left>ul>li>a{
        height: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
    }
    .xsjr-box-left>ul>li>a>span{
        transition: all 1s ease;
        position: absolute;
        left: 0;
        top: 0.33rem;
        display: block;
        width: 0.5rem;
        height: 1px;
        background-color: #6c6d43;
    }
    .xsjr-box-left>ul>.xsjr-box-left-active>a>span {
        width: 1rem;
        transition: all 1s ease;
    }
    .xsjr-box-left>ul>.xsjr-box-left-active>a>em {
        margin-left: 1.1rem;
        font-size: 0.24rem;
        color: var(--zt_color--);
        transition: all 1s ease;
    }
    .xsjr-box-left>ul>.xsjr-box-left-active>a>p {
        margin-left: 1.1rem;
        font-size: 0.24rem;
        color: var(--zt_color--);
        font-weight: 700;
        /* font-family: serif; */
        transition: all 1s ease;
    }
    .xsjr-box-left>ul>li>a>em{
        transition: all 1s ease;
        margin-left: 0.7rem;
        font-size: 0.18rem;
        color: #333;
        font-style: italic;
        margin-bottom: 0.15rem;
    }
    .xsjr-box-left>ul>li>a>p {
        width: 4rem;
        transition: all 1s ease;
        margin-left: 0.7rem;
        font-size: 0.18rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }




    /* 校史今日轮播 */
    .xsjr-box-right{
        margin-top: 0.5rem;
        position: relative;
        width: 2.4rem;
    }
    .xsjr-lunbo {
        background-color: var(--zt_color--)
    }
    .xsjr-lunbo-bj {
        position: absolute;
        top: 0.06rem;
        left: 0.06rem;
        width: 2.4rem;
        height: 3.6rem;
        background-color: var(--zt_color--)

    }
    .swiper3 {
        width: 2.4rem;
        height: 3.6rem;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper3 .swiper-slide {
        overflow: hidden;
        display: flex;
        pointer-events: auto; 
    }

    .swiper3-slide-img {
        width: 2.4rem;
        height: 3.6rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all 1s ease;
    }

    .swiper3 .swiper-slide:hover .swiper3-slide-img {
        transition: all 1s ease;
        transform: scale(1.2);
    }

    .xsjr-lunbo .swiper3-pagination {
        display: flex;
        justify-content: center;
        position: absolute;
        z-index: 9;
        left: 0;
        bottom: 0;
    }

    .swiper3-pagination>.swiper-pagination-bullet {
        display: none;
    }
    .swiper3-pagination>.swiper-pagination-bullet-active {
        display: block;
        margin: 0 0 !important;
        border:  transparent;
        background-color: transparent;
        width: 1rem;
        height: 0.5rem;
    }
    .swiper3-pagination>.swiper-pagination-bullet-active>.move-round3 {
        display: flex;
        justify-content: center;
    }
    .swiper3-button-prev {
        display: none;
    }
    .swiper3-button-next {
        cursor: pointer;
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        z-index: 9;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,0);
    }

    /* 校史研究 */
    .xsyj-box {
        margin-top: 0.4rem;
    }
    .xsyj-box>ul>li>a {
        height: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .xsyj-box>ul>li>a>img {
        height: 0.14rem;
        animation: zhuanquan 5s linear infinite;
    }
    .xsyj-item-date{
        padding-right: 0.1rem;
        width: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .xsyj-item-date>p{
        font-size: 0.18rem;
        color: var(--zt_color--);
    }
    .xsyj-item-date>h2{
        font-size: 0.3rem;
        color: var(--zt_color--);
    }
    .xsyj-item-text{
        padding-left: 0.2rem;
        flex: 1;
        font-size: 0.18rem;
        line-height: 0.3rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xsyj-box>ul>li:hover .aline_w {
        font-weight: 700;
        background-size: 100% 0.02rem;
        color: var(--zt_color--);
    }

    /* 内容4 */
      .content-box4 {
        overflow: hidden;
        position: relative;
        margin-top: 0.6rem;
        min-height: 8.4rem;
      }  

       /* 内容4盒子掉落样式 */
    .content-box4-bg {
        z-index: -1;
        position: absolute;
        top: 1rem;
        left: 0;
        right: 0;
        height: 100%;
    }
    .content-box4-bg .content-box4-bg1,.content-box4-bg2,.content-box4-bg3,.content-box4-bg4,.content-box4-bg5,.content-box4-bg6 {
        width: 0.04rem;
        height: 100%;
        position: absolute;
        top: 0.03rem;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .content-box4-bg1 {
        width: 0.04rem;
        background-image: url(../imgs/box4_top_bj1.png);
        background-size: 0.04rem auto;
        left: 0px;
    }
    .content-box4-bg2 {
        width: 0.01rem;
        left: 20%;
        background-image: url(../imgs/box3_top_bj2.png);
        background-size: 0.01rem auto;
    }
    .content-box4-bg3 {
        width: 0.01rem;
        left: 40%;
        background-image: url(../imgs/box3_top_bj3.png);
        background-size: 0.01rem auto;
    }
    .content-box4-bg4 {
        width: 0.04rem;
        right: 40%;
        background-image: url(../imgs/box4_top_bj4.png);
        background-size: 0.04rem auto;
    }
    .content-box4-bg5 {
        width: 0.01rem;
        right: 20%;
        background-image: url(../imgs/box3_top_bj5.png);
        background-size: 0.01rem auto;
    }
    .content-box4-bg6 {
        width: 0.04rem;
        right: 0px;
        background-image: url(../imgs/box4_top_bj6.png);
        background-size: 0.04rem auto;
    }

    .bycg {
        width: 16.45rem;
        overflow: hidden;
    }

    .swiper-bycg {
        position: relative;
        width: 100%;
        height: 5.2rem;
        padding:0.8rem 0;
        margin-left: auto;
        margin-right: auto;
        
      }
      .swiper-bycg .swiper-slide {
        width: 3.5rem;
        height: 4.6rem;
        margin: 0 !important;
        transform: translate(-0.2rem,0);
      }
      .swiper-bycg .swiper-slide:hover>.swiper-bycg-img>img {
        transform: translate(0,-0.6rem);
        transition: transform 1s ease;
      }
      .swiper-bycg .swiper-slide:nth-child(2n-1) {
        transform: translate(-0.2rem,0.6rem);
      }
      .swiper-bycg-img>img {
        transition: transform 1s ease;
        width: 3.5rem;
        height: 4.6rem;
        box-shadow: 3px 3px 18px 0px 
		rgba(129, 141, 141, 0.4);
      }

      .bycg-zy {
        position:absolute;
        bottom: 0;
        right: 1rem;
        width: 0.9rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .bycg-zy>span {
        display: block;
        width: 0.01rem;
        height: 0.2rem;
        background-color: var(--zt_color--);
      }
      .swiper4-button-next>img,.swiper4-button-prev>img {
        height: 0.3rem;
        cursor: pointer;
      }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
/* banner样式 */
.banner {
    overflow: hidden;
    height: 6rem;
    margin: 0 auto;
    border-radius: 0 0 0 0;
}

/* 轮播 */
.swiper .swiper-slide {
    /* width: 1920px; */
    height: 6rem;
}

.suoxiao {
    transition: all 1s ease;
    animation: grow 20s infinite;

}
.swiper-slide-img {
    /* width: 1920px; */
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* transition: all 1s ease; */
}

.swiper .swiper-pagination {
    display: flex;
    z-index: 9;
    right: 50%;
    bottom: 0.3rem;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    margin: 0 0.1rem !important;
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}
.swiper-pagination>.swiper-pagination-bullet-active {
    margin: 0 0 !important;
    border:  transparent;
    background-color: transparent;
    width: 0.8rem;
    height: 0.4rem;
}
.swiper-pagination>.swiper-pagination-bullet-active>.move-round {
    display: flex;
    /* justify-content: center; */
}

.swiper-button-prev {
    height: 0.4rem;
    left: 40%;
    top: auto;
    bottom: 0.3rem;
}

.swiper-button-next {
    height: 0.4rem;
    right: 40%;
    top: auto;
    bottom: 0.3rem;
}
.swiper-button-prev>img,.swiper-button-next>img {
    height: 0.35rem;
}

/* 内容 */
.content {
    background-image: url(../imgs/content_bj.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left calc(100% - 7.4rem);
    padding: 0.6rem 0;
    min-height:12rem;
}

.content-box {
    
}

.content-box1 {
    box-sizing: border-box;
    padding: 0.8rem 0.4rem 0 0.4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 10.8rem;
    background-image: url(../imgs/box1_top_bj.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

/* box1盒子掉落样式 */
.content-box1-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.content-box1-bg .content-box1-bg1,.content-box1-bg2,.content-box1-bg3,.content-box1-bg4,.content-box1-bg5 {
    width: 0.04rem;
    height: 100%;
    position: absolute;
    top: 0.03rem;
    background-repeat: no-repeat;
    background-position: top center;
}

.content-box1-bg1 {
    background-image: url(../imgs/box1_top_bj1.png);
    background-size: 0.04rem auto;
    left: 0px;
}
.content-box1-bg2 {
    width: 0.01rem;
    left: 20%;
    background-image: url(../imgs/box1_top_bj2.png);
    background-size: 0.01rem auto;
}
.content-box1-bg3 {
    width: 0.01rem;
    left: 40%;
    background-image: url(../imgs/box1_top_bj3.png);
    background-size: 0.01rem auto;
}
.content-box1-bg4 {
    width: 0.04rem;
    right: 40%;
    background-image: url(../imgs/box1_top_bj4.png);
    background-size: 0.04rem auto;
}
.content-box1-bg5 {
    width: 0.04rem;
    right: 0px;
    background-image: url(../imgs/box1_top_bj5.png);
    background-size: 0.04rem auto;
}
/* 最新动态 */
.zxdt{
    width: 8.8rem;
    min-height: 4rem;
}

.zxdt-box {
    margin-top: 0.4rem;
}

.zxdt-box-top {
    position: relative;
    width:100%;
    height: 5.6rem;
    background-image: url(../imgs/zxdt_bj.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.zxdt-lunbo {
    width: 7.3rem;
    height: 5.2rem;
    position: absolute;
    bottom: 0;
    right: 0.4rem;
}
 /* 最新动态轮播 */
 .swiper2 {
    width: 7.3rem;
    height: 5.2rem;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper2 .swiper-slide {
    overflow: hidden;
    display: flex;
    pointer-events: auto; 
}

.swiper2-slide-img {
    width: 7.3rem;
    height: 5.2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s ease;
}
.swiper2 .swiper-slide:hover .swiper2-slide-img{
    transition: all 1s ease;
    transform: scale(1.2);
}
.swiper2-slide-bj {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.swiper2-slide-text {
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    font-size: 0.24rem;
    color: #ffffff;
}

.zxdt-lunbo .swiper2-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    position: absolute;
    z-index: 9;
    left: -1rem;
    top: 0.7rem;
}

.swiper2-pagination>.swiper-pagination-bullet {
    margin: 0.2rem 0.1rem !important;
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}
.swiper2-pagination>.swiper-pagination-bullet-active {
    margin: 0 0 !important;
    border:  transparent;
    background-color: transparent;
    width: 0.8rem;
    height: 0.4rem;
}
.swiper2-pagination>.swiper-pagination-bullet-active>.move-round2 {
    display: flex;
    justify-content: center;
}

.zxdt-box-bottom {}
.zxdt-box-bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zxdt-box-bottom-list>li {
    width: 27%;
    min-height: 1.5rem;
}
.zxdt-box-bottom-list>li:nth-child(3n-1) {
    margin: 0 0.5rem;
}
.zxdt-box-bottom-list>li>a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zxdt-box-bottom-list>li>a>p {
    margin: 0.4rem 0 00.1rem 0;
    font-size: 0.2rem;
    color: var(--zt_color--);
}
.zxdt-box-bottom-list>li>a>p>span {
    font-size: 0.28rem;
}
.zxdt-box-bottom-list>li>a>p>em {
    margin: 0 0.1rem;
}
.zxdt-box-bottom-list>li>a>h2 {
    font-weight: 500;
    font-size: 0.24rem;
    line-height: 0.4rem;
    /* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}
.zxdt-box-bottom-list>li:hover .aline_w {
    font-weight: 700;
    background-size: 100% 0.02rem;
    color: var(--zt_color--);
}

.aline_w {
    display: inline;
    position: relative;
    background-image: linear-gradient(var(--zt_color--), var(--zt_color--));
    background-position: 0 100%;
    background-size: 0 0.02rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.content-box1-right {
    width: 6.45rem;
}
/* 通知公告 */
.tzgg{
    min-height: 4rem;
}

.tzgg-box {
    padding-top: 0.2rem;
}
.tzgg-box>ul>li {
    
}
.tzgg-box>ul>li>a {
    background-image: linear-gradient(var(--zt_color--), var(--zt_color--));
    background-position: 0 100%;
    background-size: 0 0.02rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
    border-bottom: 0.01rem solid #e8e8e8;
    height: 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tzgg-box>ul>li>a>p {
    font-size: 0.2rem;
    color: var(--zt_color--);
}
.tzgg-box>ul>li>a>p>span {
    font-size: 0.28rem;
}
.tzgg-box>ul>li>a>p>em {
    margin: 0 0.1rem;
}
.tzgg-box>ul>li>a>h2 {
    margin-top: 0.1rem;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;     
      
}
.tzgg-box>ul>li:hover>a {
    background-size: 100% 0.01rem;
    color: var(--zt_color--);
}
.tzgg-box>ul>li:hover>a>h2 {
    font-weight: 700;
    color: var(--zt_color--);
}

    .cgyy {
        margin-top: 0.4rem;
    }
    .cgyy>a {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--zt_color--);
        font-size: 0.24rem;
        width: 100%;
        height: 0.7rem;
        background-image: url(../imgs/cgyy_btn_bj.png);
        background-position: center;
        background-size: 100% 0.7rem;
        background-repeat: no-repeat;
    }
    .cgyy img {
        margin-right: 0.1rem;
        width: 0.34rem;
    }

/* 参观信息 */
.cgxx{
    margin-top: 0.4rem;
}

.cgxx-box{
        z-index: 99;
    transform: translate(-0.4rem, 0px);
    width: 7.2rem;
    position: relative;
}

.cgxx-tab {
    margin-top: 0.4rem;
    height: 2rem;
    background-image: url(../imgs/cgxx_bj.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.cgxx-tab ul{
    display: flex;
    justify-content: space-between;
}
.cgxx-tab>ul>li{
    width: 2.2rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cgxx-tab>ul>li>img {
    height: 0.6rem;
}
.cgxx-tab>ul>li>p {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #333;
}

.cgxx-info {
    position: absolute;
    top: 2rem;
    left: 0;
}
.cgxx-info .item {
    z-index: 99;
    position: relative;
    box-sizing: border-box;
    display: none;
    width: 7.2rem;
    box-shadow: 0.03rem 0.03rem 0.4rem 0px 
    rgba(129, 141, 141, 0.4);
        background-color: #fff;
    padding: 0.4rem;
}

.cgxx-info .item::after {
    content: "";
    position: absolute;
    left: auto;
    top: auto;
    bottom: 100%;
    right: auto;
    border: 0.1rem solid transparent;
    border-top-color: transparent;
    border-bottom-color: #fff;
    
}
.cgxx-info .item:nth-child(1)::after {
    left: 1rem;
}
.cgxx-info .item:nth-child(2)::after {
    left: 48%;
}
.cgxx-info .item:nth-child(3)::after {
    right: 1rem;
}
.cgxx-item-title{
    display: flex;
    align-items: center;
}
.cgxx-item-title>p{
    margin: 0 0.1rem;
    font-size: 0.24rem;
}
.cgxx-item-title>img{
    height: 0.3rem;
}
.item>p {
    margin-top: 0.2rem;
    font-size: 0.22rem;
}
.item>p>img {
    margin: 0 0.1rem;
    height: 0.3rem;
}
.item>h2 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: var(--zt_color--);
}
.item>h2>span {
    font-weight: 500;
    font-size: 0.24rem;
    color: #333;
}
.item>h3 {
    margin-top: 0.2rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #888888;
}
.cgxx-item-xian {
    margin: 0.3rem 0;
    height: 1px;
    background-color: #e8e8e8;
}


/* 内容2 */
.content-bxo2 {
    margin-top: 1.2rem;
}



/* 内容3 */
.content-box3 {
    position: relative;
    min-height: 8.6rem;
    margin-top: 1.7rem;
    display: flex;
    justify-content: space-between;
}
/* box3盒子掉落样式 */
.content-box3-bg {
    z-index: -1;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: 100%;
}
.content-box3-bg .content-box3-bg1,.content-box3-bg2,.content-box3-bg3,.content-box3-bg4,.content-box3-bg5,.content-box3-bg6 {
    width: 0.04rem;
    height: 100%;
    position: absolute;
    top: 0.03rem;
    background-repeat: no-repeat;
    background-position: top center;
}

.content-box3-bg1 {
    width: 0.04rem;
    background-image: url(../imgs/box3_top_bj1.png);
    background-size: 0.04rem auto;
    left: 0px;
}
.content-box3-bg2 {
    width: 0.01rem;
    left: 20%;
    background-image: url(../imgs/box3_top_bj2.png);
    background-size: 0.01rem auto;
}
.content-box3-bg3 {
    width: 0.01rem;
    left: 40%;
    background-image: url(../imgs/box3_top_bj3.png);
    background-size: 0.01rem auto;
}
.content-box3-bg4 {
    width: 0.04rem;
    right: 40%;
    background-image: url(../imgs/box3_top_bj4.png);
    background-size: 0.04rem auto;
}
.content-box3-bg5 {
    width: 0.01rem;
    right: 20%;
    background-image: url(../imgs/box3_top_bj5.png);
    background-size: 0.01rem auto;
}
.content-box3-bg6 {
    width: 0.04rem;
    right: 0px;
    background-image: url(../imgs/box3_top_bj6.png);
    background-size: 0.04rem auto;
}

.xsjr,.xsyj {
    position: relative;
    width: 45%;
}
/* 校史今日 */
.xsjr-box {
    margin-top: 0.4rem;
    height: 5.5rem;
    background-image: url(../imgs/xsjr_left_bj.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.11rem auto;
    display: flex;
    justify-content: space-between;
}
.xsjr-box-left{
    flex: 1;
}
.xsjr-box-left>ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.xsjr-box-left>ul>li {
    height: 20%;
}
.xsjr-box-left>ul>li>a{
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.xsjr-box-left>ul>li>a>span{
    transition: all 1s ease;
    position: absolute;
    left: 0;
    top: 0.33rem;
    display: block;
    width: 0.5rem;
    height: 1px;
    background-color: #6c6d43;
}
.xsjr-box-left>ul>.xsjr-box-left-active>a>span {
    width: 1rem;
    transition: all 1s ease;
}
.xsjr-box-left>ul>.xsjr-box-left-active>a>em {
    margin-left: 1.1rem;
    font-size: 0.28rem;
    color: var(--zt_color--);
    transition: all 1s ease;
}
.xsjr-box-left>ul>.xsjr-box-left-active>a>p {
    margin-left: 1.1rem;
    font-size: 0.28rem;
    color: var(--zt_color--);
    font-weight: 700;
    /* font-family: serif; */
    transition: all 1s ease;
}
.xsjr-box-left>ul>li>a>em{
    transition: all 1s ease;
    margin-left: 0.7rem;
    font-size: 0.24rem;
    color: #333;
    font-style: italic;
    margin-bottom: 0.15rem;
}
.xsjr-box-left>ul>li>a>p {
    width: 4rem;
    transition: all 1s ease;
    margin-left: 0.7rem;
    font-size: 0.24rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}




/* 校史今日轮播 */
.xsjr-box-right{
    margin-top: 0.5rem;
    position: relative;
    width: 2.4rem;
}
.xsjr-lunbo {
    background-color: var(--zt_color--)
}
.xsjr-lunbo-bj {
    position: absolute;
    top: 0.06rem;
    left: 0.06rem;
    width: 2.4rem;
    height: 3.6rem;
    background-color: var(--zt_color--)

}
.swiper3 {
    width: 2.4rem;
    height: 3.6rem;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper3 .swiper-slide {
    overflow: hidden;
    display: flex;
    pointer-events: auto; 
}

.swiper3-slide-img {
    width: 2.4rem;
    height: 3.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 1s ease;
}

.swiper3 .swiper-slide:hover .swiper3-slide-img {
    transition: all 1s ease;
    transform: scale(1.2);
}

.xsjr-lunbo .swiper3-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
}

.swiper3-pagination>.swiper-pagination-bullet {
    display: none;
}
.swiper3-pagination>.swiper-pagination-bullet-active {
    display: block;
    margin: 0 0 !important;
    border:  transparent;
    background-color: transparent;
    width: 1rem;
    height: 0.5rem;
}
.swiper3-pagination>.swiper-pagination-bullet-active>.move-round3 {
    display: flex;
    justify-content: center;
}
.swiper3-button-prev {
    display: none;
}
.swiper3-button-next {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}

/* 校史研究 */
.xsyj-box {
    margin-top: 0.4rem;
}
.xsyj-box>ul>li>a {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xsyj-box>ul>li>a>img {
    height: 0.2rem;
    animation: zhuanquan 5s linear infinite;
}
.xsyj-item-date{
    padding-right: 0.1rem;
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.xsyj-item-date>p{
    font-size: 0.2rem;
    color: var(--zt_color--);
}
.xsyj-item-date>h2{
    font-size: 0.36rem;
    color: var(--zt_color--);
}
.xsyj-item-text{
    padding-left: 0.2rem;
    flex: 1;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xsyj-box>ul>li:hover .aline_w {
    font-weight: 700;
    background-size: 100% 0.02rem;
    color: var(--zt_color--);
}

/* 内容4 */
  .content-box4 {
    overflow: hidden;
    position: relative;
    margin-top: 0.6rem;
    min-height: 8.4rem;
  }  

   /* 内容4盒子掉落样式 */
.content-box4-bg {
    z-index: -1;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    height: 100%;
}
.content-box4-bg .content-box4-bg1,.content-box4-bg2,.content-box4-bg3,.content-box4-bg4,.content-box4-bg5,.content-box4-bg6 {
    width: 0.04rem;
    height: 100%;
    position: absolute;
    top: 0.03rem;
    background-repeat: no-repeat;
    background-position: top center;
}

.content-box4-bg1 {
    width: 0.04rem;
    background-image: url(../imgs/box4_top_bj1.png);
    background-size: 0.04rem auto;
    left: 0px;
}
.content-box4-bg2 {
    width: 0.01rem;
    left: 20%;
    background-image: url(../imgs/box3_top_bj2.png);
    background-size: 0.01rem auto;
}
.content-box4-bg3 {
    width: 0.01rem;
    left: 40%;
    background-image: url(../imgs/box3_top_bj3.png);
    background-size: 0.01rem auto;
}
.content-box4-bg4 {
    width: 0.04rem;
    right: 40%;
    background-image: url(../imgs/box4_top_bj4.png);
    background-size: 0.04rem auto;
}
.content-box4-bg5 {
    width: 0.01rem;
    right: 20%;
    background-image: url(../imgs/box3_top_bj5.png);
    background-size: 0.01rem auto;
}
.content-box4-bg6 {
    width: 0.04rem;
    right: 0px;
    background-image: url(../imgs/box4_top_bj6.png);
    background-size: 0.04rem auto;
}

.bycg {
    width: auto;
    overflow: hidden;
}

.swiper-bycg {
    position: relative;
    width: 100%;
    height: 5.2rem;
    padding:0.8rem 0;
    margin-left: auto;
    margin-right: auto;
    
  }
  .swiper-bycg .swiper-slide {
    width: 3.5rem;
    height: 4.6rem;
    margin: 0 !important;
    transform: translate(0rem,0);
  }
  .swiper-bycg .swiper-slide:hover>.swiper-bycg-img>img {
    transform: translate(0,-0.6rem);
    transition: transform 1s ease;
  }
  .swiper-bycg .swiper-slide:nth-child(2n-1) {
    transform: translate(0rem,0.6rem);
  }
  .swiper-bycg-img>img {
    transition: transform 1s ease;
    width: 3.5rem;
    height: 4.6rem;
    box-shadow: 3px 3px 18px 0px 
    rgba(129, 141, 141, 0.4);
  }

  .bycg-zy {
    position:absolute;
    bottom: 0;
    right: 1rem;
    width: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bycg-zy>span {
    display: block;
    width: 0.01rem;
    height: 0.2rem;
    background-color: var(--zt_color--);
  }
  .swiper4-button-next>img,.swiper4-button-prev>img {
    height: 0.3rem;
    cursor: pointer;
    background-color: rgba(235, 113, 29,0.2);
  }
}


@media screen and (max-width: 800px) {
    /* banner样式 */
.banner {
    height: 4rem;
}
.swiper-slide-img {
    height: 4rem;
}
/* 轮播 */
.swiper .swiper-slide {
    height: 4rem;
}

    .swiper-button-prev {
        left: 25%;
    }
    .swiper-button-next {
        right: 25%;
    }
    .content-box1 {
        flex-direction: column;
        padding: 0.2rem 0rem 0 0rem;
        height: auto;
    }
    .zxdt {
        width: 100%;
    }
    .zxdt-box-top {
        height: 5rem;
    }
    .zxdt-lunbo {
        width: 90%;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0rem;
    }
    .swiper2 {
        width: 100%;
        height: auto;
    }
    .swiper2-slide-img {
        width: 100%;
        height: 5rem;
    }
    .zxdt-lunbo .swiper2-pagination {
        left: -12%;
    }

    .zxdt-box-bottom-list>li:nth-child(3n-1) {
        margin: 0 0;
    }
    .zxdt-box-bottom-list>li {
        width: 30%;
    }
    .content-box1-right {
        margin-top: 1rem;
        width: 100%;
    }

    .cgxx-box {
        transform: translate(0, 0);
        width: 100%;
    }
    .cgxx-tab {
        height: 2.5rem;
    }
    .cgxx-tab>ul>li {
        width: 33%;
        height: 2.5rem;
    }
    .cgxx-info {
        top: 2.5rem;
        width: 100%;
    }
    .cgxx-info .item {
        width: 100%;
    }


    .content-box3 {
        flex-direction: column;
        margin-top: 1rem;
    }
    .xsjr, .xsyj {
        width: 100%;
    }
    .xsjr-box-left {
        width: 50%;
    }
    .xsjr-box-left>ul>li>a>p {
        width: 3rem;
    }
    .xsyj {
        margin-top: 1rem;
    }

}
@media screen and (max-width: 700px) {
    .swiper-bycg {
        height: 4rem;
    }
    .swiper-bycg .swiper-slide {
        height: 3rem;
    }
    .swiper-bycg-img>img {
        width: 2rem;
        height: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .zxdt-box-bottom-list>li {
        width: 47%;
    }
}