/* pc样式 */
@media screen and (min-width: 1024px){

    .banner {
        margin: 0 auto;
    }

    /* 轮播 */
    .swiper .swiper-slide {
        height: 5rem;
    }

    .swiper-slide-img {
        height: 5rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }

    .swiper-pagination {
        z-index: 999;
        bottom: 0.3rem !important;
    }

    .swiper-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        background-color: #ffffff;
        opacity: 1;
        width: 0.1rem;
	    height: 0.1rem;
        border: 0.02rem solid #ffffff;
        margin: 0 0.1rem !important;
    }

    .swiper-pagination>.swiper-pagination-bullet-active {
        background-color: var(--zt_color--);
        width: 0.1rem;
	    height: 0.1rem;
        border: 0.02rem solid #ffffff;
        margin: 0 0.1rem !important;
        opacity: 1;
    }

    .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(0, 0, 0,.3);
        left: 2rem;
    }
    .swiper-button-prev>img {
        width: 0.15rem;
    }

    .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(0, 0, 0,.3);
        right: 2rem;
    }
    .swiper-button-next>img {
        width: 0.15rem;
    }

    /* 内容 */
    .content {
        min-height: 8rem;
    }

    .content1 {
        padding: 0.5rem 0;
    }
    .content1-box,.content2-box,.content3-box,.content4-box {
        display: flex;
        justify-content: space-between;
    }
    .content1-left,.content1-right,.content2-left,.content2-right,.content3-left,.content3-right{
        width: 48%;
    }


     /* 新闻资讯轮播 */
     .swiper2 {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .swiper2-slide-top {

    }

    .swiper2-slide-img {
        width: 100%;
        height: 3.8rem;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 1s ease;
        background-size: 100% auto;
    }

    .swiper2>.swiper-wrapper .swiper-slide:hover .swiper2-slide-img {
        transition: all 1s ease;
        transform: scale(1);
    }

    .swiper2-slide-bottom {
        position: relative;
        width: 100%;
        height: 0.6rem;
        background-color: var(--zt_color--);
        display: flex;
        align-items: center;
    }

    .swiper2-slide-date {
        width: 1.2rem;
        height: 0.3rem;
        position: absolute;
        top: -0.15rem;
        left: 0.2rem;
        background-color: #ebaa10;
        font-size: 0.16rem;
        color: #ffffff;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .swiper2-slide-bottom>h2 {
        padding-left: 0.1rem;
        padding-right: 1.3rem;
        font-size: 0.18rem;
        font-weight: 700;
        color: #fefefe;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .swiper2-pagination {
        width: 1rem !important;
        position: absolute;
        z-index: 999;
        bottom: 0.2rem !important;
        right: 0.1rem !important;
        left: auto !important;
    }

    .swiper2-pagination>.swiper-pagination-bullet {
        margin: 0 0.05rem !important;
        cursor: pointer;
        margin-right: 0.1rem;
        background-color: #ffffff;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
    }

    .swiper2-pagination>.swiper-pagination-bullet-active {
        background-color: #ffb95d;
    }


    /* 学院新闻 */
    .xyxw {
        
    }

    /* 内容2 */
    .content2 {
        padding: 0.5rem 0;
        background-image: url(../imgs/center_bj.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* 内容3 */
    .content3 {
        padding: 0.5rem 0;
    }

    .tab-box-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    
    .tab-box-title-left{
        position: relative;
        display: flex;
    }
    
    .tab-box-title-left>ul{
        display: flex;
        align-items: center;
    }
    
    .tab-box-title-left>ul>li{
        margin-right: 0.3rem;
        position: relative;
        cursor: pointer;
        font-size: 0.32rem;
        color: #5e5e5e;
        padding: 0 0 0.2rem 0;
        
    }
    
    .tab-box-title-left>ul>.tab-box-title-left-active {
        color: var(--zt_color--) ;
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .tab-box-title-left>ul>.tab-box-title-left-active>span{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }
    .tab-box-title-right {
        width: 0.8rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
    }
    .tab-box-title-right>a {
        display: none;
    }

    #itemBox>.item {
        margin-top: 10px;
        height: 100%;
        display: none;
    }

    /* tab2样式 */
    .tab2-box-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    
    .tab2-box-title-left{
        position: relative;
        display: flex;
    }
    
    .tab2-box-title-left>ul{
        display: flex;
        align-items: center;
    }
    
    .tab2-box-title-left>ul>li{
        margin-right: 0.3rem;
        position: relative;
        cursor: pointer;
        font-size: 0.32rem;
        color: #5e5e5e;
        padding: 0 0 0.2rem 0;
        
    }
    
    .tab2-box-title-left>ul>.tab2-box-title-left-active {
        color: var(--zt_color--) ;
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .tab2-box-title-left>ul>.tab2-box-title-left-active>span{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }
    .tab2-box-title-right {
        width: 0.8rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
    }
    .tab2-box-title-right>a {
        display: none;
    }

    #itemBox2>.item {
        margin-top: 10px;
        height: 100%;
        display: none;
    }

    /* 内容4 */
    .content4{
        padding: 0.5rem 0;
        background-image: url(../imgs/bottom_bj.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .ysss {
        width: 100%;
    }
    .ysss-box {
        padding: 0.3rem 0;
        width: 100%;
        overflow: hidden;
    }
    .ysss-img {
        position: relative;
        display: block;
        width: 4rem;
	        height: 2.7rem;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% 2.21rem;
    }

    .ysss-text {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0.2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.5rem;
        background-color: rgba(0, 0, 0,.5);
        
    }
    .ysss-text >p {
        font-size: 0.18rem;
        color: #ffffff;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ysss-box .slick-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(134, 10, 10,.5);
        position: absolute;
        top: 50%;
        right: 0.2rem;
        background-image: url(../imgs/banner_right.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 24px;
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }
    .ysss-box .slick-prev {
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(134, 10, 10,.5);
        position: absolute;
        top: 50%;
        left: 0;
        background-image: url(../imgs/banner_left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 24px;
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }



}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .banner {
        margin: 0 auto;
    }

    /* 轮播 */
    .swiper .swiper-slide {
        height: 5rem;
    }

    .swiper-slide-img {
        height: 5rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }

    .swiper-pagination {
        z-index: 999;
        bottom: 0.3rem !important;
    }

    .swiper-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        background-color: #ffffff;
        opacity: 1;
        width: 0.1rem;
	    height: 0.1rem;
        border: 0.02rem solid #ffffff;
        margin: 0 0.1rem !important;
    }

    .swiper-pagination>.swiper-pagination-bullet-active {
        background-color: var(--zt_color--);
        width: 0.1rem;
	    height: 0.1rem;
        border: 0.02rem solid #ffffff;
        margin: 0 0.1rem !important;
        opacity: 1;
    }

    .swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(0, 0, 0,.3);
        left: 2rem;
    }
    .swiper-button-prev>img {
        width: 0.15rem;
    }

    .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(0, 0, 0,.3);
        right: 2rem;
    }
    .swiper-button-next>img {
        width: 0.15rem;
    }

    /* 内容 */
    .content {
        min-height: 8rem;
    }

    .content1 {
        padding: 0.5rem 0;
    }
    .content1-box,.content2-box,.content3-box,.content4-box {
        display: flex;
        justify-content: space-between;
    }
    .content1-left,.content1-right,.content2-left,.content2-right,.content3-left,.content3-right{
        width: 48%;
    }


     /* 新闻资讯轮播 */
     .swiper2 {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .swiper2-slide-top {

    }

    .swiper2-slide-img {
        width: 100%;
        height: 3.5rem;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 1s ease;
        background-size: 100% auto;
    }

    .swiper2>.swiper-wrapper .swiper-slide:hover .swiper2-slide-img {
        transition: all 1s ease;
        transform: scale(1);
    }

    .swiper2-slide-bottom {
        position: relative;
        width: 100%;
        height: 0.9rem;
        background-color: var(--zt_color--);
        display: flex;
        align-items: center;
    }

    .swiper2-slide-date {
        width: 1.2rem;
        height: 0.3rem;
        position: absolute;
        top: -0.15rem;
        left: 0.2rem;
        background-color: #ebaa10;
        font-size: 0.16rem;
        color: #ffffff;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .swiper2-slide-bottom>h2 {
        padding-left: 0.1rem;
        padding-right: 1.3rem;
        font-size: 0.24rem;
        font-weight: 700;
        color: #fefefe;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .swiper2-pagination {
        width: 1rem !important;
        position: absolute;
        z-index: 999;
        bottom: 0.35rem !important;
        right: 0.1rem !important;
        left: auto !important;
    }

    .swiper2-pagination>.swiper-pagination-bullet {
        margin: 0 0.05rem !important;
        cursor: pointer;
        margin-right: 0.1rem;
        background-color: #ffffff;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
    }

    .swiper2-pagination>.swiper-pagination-bullet-active {
        background-color: #ffb95d;
    }


    /* 学院新闻 */
    .xyxw {
        
    }

    /* 内容2 */
    .content2 {
        padding: 0.5rem 0;
        background-image: url(../imgs/center_bj.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* 内容3 */
    .content3 {
        padding: 0.5rem 0;
    }

    .tab-box-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    
    .tab-box-title-left{
        position: relative;
        display: flex;
    }
    
    .tab-box-title-left>ul{
        display: flex;
        align-items: center;
    }
    
    .tab-box-title-left>ul>li{
        margin-right: 0.3rem;
        position: relative;
        cursor: pointer;
        font-size: 0.32rem;
        color: #5e5e5e;
        padding: 0 0 0.2rem 0;
        
    }
    
    .tab-box-title-left>ul>.tab-box-title-left-active {
        color: var(--zt_color--) ;
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .tab-box-title-left>ul>.tab-box-title-left-active>span{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }
    .tab-box-title-right {
        width: 0.8rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
    }
    .tab-box-title-right>a {
        display: none;
    }

    #itemBox>.item {
        margin-top: 10px;
        height: 100%;
        display: none;
    }

    /* tab2样式 */
    .tab2-box-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.01rem solid #d5d2d2;
    }
    
    .tab2-box-title-left{
        position: relative;
        display: flex;
    }
    
    .tab2-box-title-left>ul{
        display: flex;
        align-items: center;
    }
    
    .tab2-box-title-left>ul>li{
        margin-right: 0.3rem;
        position: relative;
        cursor: pointer;
        font-size: 0.32rem;
        color: #5e5e5e;
        padding: 0 0 0.2rem 0;
        
    }
    
    .tab2-box-title-left>ul>.tab2-box-title-left-active {
        color: var(--zt_color--) ;
        border-bottom: 0.03rem solid var(--zt_deep_color--);
    }
    .tab2-box-title-left>ul>.tab2-box-title-left-active>span{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--zt_deep_color--);
    }
    .tab2-box-title-right {
        width: 0.8rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
    }
    .tab2-box-title-right>a {
        display: none;
    }

    #itemBox2>.item {
        margin-top: 10px;
        height: 100%;
        display: none;
    }

    /* 内容4 */
    .content4{
        padding: 0.5rem 0;
        background-image: url(../imgs/bottom_bj.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .ysss {
        width: 100%;
    }
    .ysss-box {
        padding: 0.3rem 0;
        width: 100%;
        overflow: hidden;
    }
    .ysss-img {
        position: relative;
        display: block;
        width: 96%;
	    height: 2.7rem;
        background-position: center top;
        background-repeat: no-repeat;
        background-size:100% 2.21rem;
    }

    .ysss-text {
        box-sizing: border-box;
        width: 100%;
        padding: 0 0.2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.5rem;
        background-color: rgba(0, 0, 0,.5);
        
    }
    .ysss-text >p {
        font-size: 0.22rem;
        color: #ffffff;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ysss-box .slick-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(134, 10, 10,.5);
        position: absolute;
        top: 50%;
        right: 0.2rem;
        background-image: url(../imgs/banner_right.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 24px;
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }
    .ysss-box .slick-prev {
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.3rem;
        height: 0.75rem;
        background-color: rgba(134, 10, 10,.5);
        position: absolute;
        top: 50%;
        left: 0;
        background-image: url(../imgs/banner_left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 24px;
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }
}

@media screen and (max-width: 800px){
    .swiper .swiper-slide {
        height: 3rem;
    }
    .swiper-slide-img {
        height: 3rem;
    }
    .swiper-button-next {
        right: 0.2rem;
    }
    .swiper-button-prev {
        left: 0.2rem;
    }

    .content1-box,.content2-box,.content3-box,.content4-box {
        display: block;
    }
    .content1-left,.content1-right,.content2-left,.content2-right,.content3-left,.content3-right{
        width: 100%;
    }
    .content1-right,.content2-right,.content3-right {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 500px) {
    .swiper .swiper-slide {
        height: 2.5rem;
    }
    .swiper-slide-img {
        height: 2.5rem;
    }
    .ysss-img {
        height: 3.2rem;
        width: 100%;
        background-size: 100% 2.7rem;
    }
}