/* pc样式 */
@media screen and (min-width: 1024px) {
    .content-bj1 {
        background-color: #f4f9ff;
    }

    /* 内容 */
    .content-box1 {}

    .xyxw {
        padding: 0.5rem 0;
    }

    .xyxw-box {
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }

    .xyxw-box-left {
        width: 48%;
    }

    .swiper2 {
        position: relative;
        overflow: hidden;
    }

    .swiper2-slide-img {
        position: relative;
        height: 5.6rem;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 5.6rem;
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }

    .swiper2-slide-date {
        position: absolute;
        left: 0.3rem;
        top: 0;
        width: 0.9rem;
        height: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--zt_color--);

    }

    .swiper2-slide-date>h2 {
        font-size: 0.28rem;
        color: #ffffff;
    }

    .swiper2-slide-date>p {
        font-size: 0.16rem;
        color: #ffffff;
    }

    .swiper2-slide-date>span {
        margin: 0.05rem 0;
        display: block;
        width: 0.7rem;
        height: 1px;
        background-color: #ffffff;
        opacity: 0.3;
    }

    .swiper2-pagination {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 95% !important;
        position: absolute;
        text-align: right;
        z-index: 9;
        left: auto !important;
        right: 5% !important;
        bottom: 1.2rem !important;
    }


    .swiper2-slide-text {
        background-color: var(--zt_color--);
        padding: 0 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1rem;
    }

    .swiper2-slide-text p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0.2rem;
        color: #fff;
        font-weight: 700;
    }

    .swiper2 .swiper-pagination-bullet {
        margin: 0 0.1rem !important;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
        background-color: #ffffff;
    }

    .swiper2 .swiper2-pagination>.swiper-pagination-bullet-active {
        margin: 0 0 !important;
        border: transparent;
        background-color: transparent;
        width: 0.8rem;
        height: 0.4rem;
    }

    .swiper2 .swiper2-pagination>.swiper-pagination-bullet-active>.move-round2 {
        display: flex;
        /* justify-content: center; */
    }

    .xyxw-box-right {
        width: 48%;
        box-sizing: border-box;
    }

    .xyxw-list {}

    .xyxw-list li {
        margin-bottom: 0.3rem;
    }

    .xyxw-list li a {
        display: flex;
    }

    .xyxw-list-date {
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 0px 0.1rem 0 rgba(15, 88, 170, 0.4);
    }

    .xyxw-list-date-top {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.22rem;
        color: #fff;
        width: 0.85rem;
        height: 0.45rem;
        background-color: var(--zt_color--);
    }

    .xyxw-list-date-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.2rem;
        color: var(--zt_color--);
        width: 0.85rem;
        height: 0.4rem;
        background-color: #fff;
    }

    .xyxw-list-right {
        margin-left: 0.3rem;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dashed #c3d7ee;
    }

    .xyxw-list-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 0.6rem;
    }

    .xyxw-list-text p {
        font-size: 0.18rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .xyxw-list-text h3 {
        font-size: 0.16rem;
        color: var(--zt_color--);
    }

    .xyxw-list-icon {
        margin-left: 0.2rem;
    }

    .xyxw-list-icon img {
        width: 0.45rem;
    }

    /* 内容2 */
    .content-bj2 {
        padding: 0.5rem 0;
        background-color: #e3f0ff;
    }

    .content-box2,
    .content-box3,
    .content-box4 {
        display: flex;
        justify-content: space-between;
    }

    .tzgg,
    .kydt {
        width: 48%;
    }

    .tzgg-box {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem;
        border-left: 0.05rem solid var(--zt_color--);
    }

    /* 内容3 */
    .content-bj3 {
        padding: 0.5rem 0;
        background-color: #f4f9ff;
    }

    .djgz,
    .xggz {
        width: 48%;
    }

    .djgz-box {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem 0.3rem 2.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.8rem 100%;
    }

    /* 内容4 */
    .content-bj4 {
        padding-bottom: 0.5rem;
        background-color: #f4f9ff;
    }

    .bkxjy,
    .jcdt {
        width: 48%;
    }

    .tab-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 0.85rem;
    }

    .tab-title-left {
padding-right:1rem;
        height: 0.85rem;
        display: flex;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.6rem;
    }

    .tab-title-left>ul {
        display: flex;
        align-items: center;
    }

    .tab-title-left>ul>li {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .tab-title-left>ul>li>.tab-title-text {
        height: 0.6rem;
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        font-weight: 700;
        color: #333333;
        border-bottom: 0.04rem solid transparent;

    }

    .tab-title-left>ul>li:nth-child(1)>span {
        margin: 0 0.25rem;
        width: 0.02rem;
        height: 0.3rem;
        background-color: #333333;
    }





    .tab-title-left>ul>.tab-title-left-active>.tab-title-text {
        color: var(--zt_color--);
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }

    .tab-title-right>a {
        display: none;
        padding: 0.07rem 0.15rem;
        font-size: 0.16rem;
        color: var(--zt_color--);
        border: solid 1px var(--zt_color--);
    }

    .tab-title-right>a img {
        width: 0.36rem;
    }

    .tab-itemBox {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem 0.3rem 2.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.8rem 100%;
    }

    .tab-itemBox>.item {
        display: none;
    }

    /* 内容5 */
    .content-bj5 {
        background-color: #e3f0ff;
    }
    /* 团队风采 */
    .tdfc {
        padding: 0.5rem 0;
    }

    .tdfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .tdfc-box>ul {
        height:1.6rem;
    }
    .tdfc-box>ul>li {
        width: 400px;
        margin-right:20px;
        transition: all 0.7s;
    }
    .tdfc-img {
        width: 400px;
        height: 270px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 270px;
        transition: all .5s ease;
    }
    .tdfc-box>ul>li:hover .tdfc-img {
        background-size: auto 300px;
        transition: all .5s ease;
    }
    .tdfc-text {
        position: relative;
        box-sizing: border-box;
        padding: 30px;
        width: 400px;
        height: 110px;
        background-color: #fff;
    }
    .tdfc-text span{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        display: block;
        width: 340px;
        height: 6px;
        background-color: var(--zt_color--);
    }
    .tdfc-text h2 {
        font-size: 18px;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tdfc-text img {
        position: absolute;
        right: 30px;
        bottom: 20px;
        width:25px;
    }



    /* 内容6 */
    .content-bj6 {
        background-color: #e3f0ff;
    }
    /* 名师风采 */
    .msfc {
        padding-bottom: 0.5rem;
    }

    .msfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .msfc-box>ul {
        height: 380px;
    }
    .msfc-box>ul>li {
        width: 310px;
        height: 376px;
        margin-right: 20px;
        transition: all 0.7s;
        background-color: #ffffff;
        border-radius: 5px;
        border: solid 2px #0f58aa;
        background-image: url(../images/msfc_bg.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .msfc-box>ul>li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .msfc-img {
        margin-top: 20px;
        width: 180px;
        height: 180px;
       /* border-radius: 50%;
        background-color: #fff;
        border: 1px solid #00428d;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 180px;
        transition: all .5s ease;
    }
    .msfc-box>ul>li:hover .msfc-img {
        background-size: auto 200px;
        transition: all .5s ease;
    }
    .msfc-text {

    }
    .msfc-text h2 {
        text-align: center;
        margin: 10px 0;
        font-weight: 700;
        font-size: 20px;
        color: var(--zt_color--);
    }
    .msfc-text h5 {
        text-align: center;
        font-size: 18px;
        color: var(--zt_color--);
    }
    .msfc-text p{
        padding: 0 10px;
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        color: var(--zt_color--);
    }

    /* 内容7 */
    .content-bj7 {
        background-color: #e3f0ff;
    }
    /* 学生风采 */
    .xsfc {
        padding-bottom: 0.5rem;
    }
    .xsfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .xsfc-box>ul {
        height: 460px;
    }
    .xsfc-box>ul>li {
        width: 400px;
        margin-right:20px;
        transition: all 0.7s;
    }
    .xsfc-img {
        width: 400px;
        height: 270px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 270px;
        transition: all .5s ease;
    }
    .xsfc-box>ul>li:hover .xsfc-img {
        background-size: auto 300px;
        transition: all .5s ease;
    }
    .xsfc-text {
        position: relative;
        box-sizing: border-box;
        padding: 50px 30px 0 30px;
        width: 400px;
        height: 190px;
        background-color: #fff;
        border-bottom: 4px solid var(--zt_color--);
    }
    .xsfc-date {
        position: absolute;
        left: 30px;
        top: -35px;
        width: 70px;
        height: 70px;
        background-color: var(--zt_color--);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .xsfc-date h3{
        font-size: 24px;
        color: #fff;
    }
    .xsfc-date p{
        font-size: 14px;
        color: #ffffff;
    }
    .xsfc-text h2 {
        font-size: 18px;
        color: #333333;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xsfc-more {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .xsfc-more p{
        font-size: 16px;
        color: var(--zt_color--);
    }
    .xsfc-more img{
        width: 25px;
    }


    /* 内容8 */
    .content-bj8 {
        background-color: #e3f0ff;
    }
    /* 校友风采 */
    .xyfc {
        padding-bottom: 0.5rem;
    }
    .xyfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .xyfc-box>ul {
        height: 420px;
    }
    .xyfc-box>ul>li {
        width: 310px;
        height: 420px;
        margin-right: 20px;
        transition: all 0.7s;
        background-color: #ffffff;
        border-radius: 5px;
        background-image: url(../images/xyfc_bg.png);
        background-size: 240px auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .xyfc-box>ul>li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .xyfc-img {
        margin-top: 40px;
        width: 230px;
        height: 290px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 290px;
        transition: all .5s ease;
    }
    .xyfc-box>ul>li:hover .xyfc-img {
        background-size: auto 320px;
        transition: all .5s ease;
    }
    .xyfc-text {
        height: 60px;
        border-bottom: 1px solid rgba(15, 88, 170,.2);
        display: flex;
        align-items: center;
    }
    .xyfc-text h2 {
        text-align: center;
        font-size: 18px;
        color: var(--zt_color--);
    }

    /* 内容9 */
    .content-bj9 {
        background-color: #f4f9ff;
    }
    /* 科研平台 */
    .kypt {
        padding: 0.5rem 0;
    }

    .kypt-box {
        margin-top: 0.3rem;
    }
    .kypt-box ul{
        display: flex;
        justify-content: space-between;
    }

    .kypt-box ul li:hover .kypt-img {
        background-size: 3.5rem auto;
        transition: all .5s ease;
    }

    .kypt-img {
        width: 3.2rem;
        height: 2.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.2rem auto;
        transition: all .5s ease;
    }



    /* 内容10 */
    .content-bj10 {
        background-color: #f4f9ff;
    }
    /* 实验中心 */
    .syzx {
        padding-bottom: 0.5rem;
    }

    .syzx-box {
        margin-top: 0.3rem;
    }

    .syzx-box ul{
        display: flex;
        justify-content: space-between;
    }

    .syzx-box ul li:hover .syzx-img {
        background-size: 3.5rem auto;
        transition: all .5s ease;
    }

    .syzx-img {
        width: 3.2rem;
        height: 2.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.2rem auto;
        transition: all .5s ease;
    }
    .syzx-text {
        position: relative;
        height: 0.6rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
        color: #333;
    }
    .syzx-text::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 3rem;
        height: 0.06rem;
        background-color: var(--zt_color--);
    }



    /* 内容11 */
    .content-bj11 {
        background-color: #f4f9ff;
    }

    .content-box11 {
        display: flex;
        justify-content: space-between;
    }

    /* 能源资讯 */
    .nyzx {
        width: 12.5rem;
        padding-bottom: 0.5rem;
        overflow: hidden;
    }
    .swiper3 {
        position: relative;
        width: 100%;
        height: 1.65rem;
        padding: 0.3rem 0;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper3-pagination {
        height: 0.2rem;
        position: absolute;
        right: 0;
        top: -0.3rem;
        text-align: right;
        z-index: 10;
    }
    .swiper3-pagination>.swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
        background-color: rgba(15, 88, 170,.7);
    }
    .swiper3-pagination>.swiper-pagination-bullet-active {
        background-color: var(--zt_color--);
    }

    .nyzx-item{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0.3rem;
        box-sizing: border-box;
        height: 1.6rem;
        background-color: #fff;
    }
    .nyzx-item::after {
        content: "";
        width: 0.3rem;
        height: 0.03rem;
        background-color: var(--zt_color--);
        position: absolute;
        left: 0;
        top: 0;
    }
    .nyzx-item h2{
        font-size: 0.18rem;
        color: #333;
    }
    .nyzx-item p{
        font-size: 0.16rem;
        color: var(--zt_color--);
    }
    

    /* 其他链接 */
    .qtlj {
        width: 4rem;
    }

    .qtlj>.currency-title>.currency-title-right>img{
        width: 0.3rem;
    }

    .qtlj-box {
        height: 1.6rem;
        margin-top: 0.3rem;
        box-sizing: border-box;
        padding: 0.3rem;
        background-color: var(--zt_color--);
        background-image: url(../images/qtlj_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
    }
    .qtlj-box ul{
        height: 1rem;
        overflow: auto;
    }

    .qtlj-box ul::-webkit-scrollbar{
        width: 2px;
        height: 2px;
        background-color: #ccc;
        border-radius: 1px;
    }
    .qtlj-box ul::-webkit-scrollbar-thumb {
        width: 4px;
        background: #fff;
    }


    .qtlj-box ul li{
        margin-bottom: 0.1rem;
    }
    .qtlj-box ul li a{
        color: #fff;
        font-size: 0.16rem;
    }


}


@media screen and (max-width: 1200px) {
    .kypt-img,.syzx-img {
        width: 2.8rem;
        height: 1.9rem;
    }
    .syzx-text::after {
        width: 2.6rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-bj1 {
        background-color: #f4f9ff;
    }

    /* 内容 */
    .content-box1 {}

    .xyxw {
        padding: 0.5rem 0;
    }

    .xyxw-box {
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }

    .xyxw-box-left {
        width: 48%;
    }

    .swiper2 {
        position: relative;
        overflow: hidden;
    }

    .swiper2-slide-img {
        position: relative;
        height: 5.6rem;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 5.6rem;
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }

    .swiper2-slide-date {
        position: absolute;
        left: 0.3rem;
        top: 0;
        width: 0.9rem;
        height: 0.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--zt_color--);

    }

    .swiper2-slide-date>h2 {
        font-size: 0.28rem;
        color: #ffffff;
    }

    .swiper2-slide-date>p {
        font-size: 0.16rem;
        color: #ffffff;
    }

    .swiper2-slide-date>span {
        margin: 0.05rem 0;
        display: block;
        width: 0.7rem;
        height: 1px;
        background-color: #ffffff;
        opacity: 0.3;
    }

    .swiper2-pagination {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 95% !important;
        position: absolute;
        text-align: right;
        z-index: 9;
        left: auto !important;
        right: 5% !important;
        bottom: 1.2rem !important;
    }


    .swiper2-slide-text {
        background-color: var(--zt_color--);
        padding: 0 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1rem;
    }

    .swiper2-slide-text p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0.2rem;
        color: #fff;
        font-weight: 700;
    }

    .swiper2 .swiper-pagination-bullet {
        margin: 0 0.1rem !important;
        opacity: 1;
        width: 0.1rem;
        height: 0.1rem;
        background-color: #ffffff;
    }

    .swiper2 .swiper2-pagination>.swiper-pagination-bullet-active {
        margin: 0 0 !important;
        border: transparent;
        background-color: transparent;
        width: 0.8rem;
        height: 0.4rem;
    }

    .swiper2 .swiper2-pagination>.swiper-pagination-bullet-active>.move-round2 {
        display: flex;
        /* justify-content: center; */
    }

    .xyxw-box-right {
        width: 48%;
        box-sizing: border-box;
    }

    .xyxw-list {}

    .xyxw-list li {
        margin-bottom: 0.3rem;
    }

    .xyxw-list li a {
        display: flex;
    }

    .xyxw-list-date {
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0px 0px 0.1rem 0 rgba(15, 88, 170, 0.4);
    }

    .xyxw-list-date-top {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.22rem;
        color: #fff;
        width: 0.85rem;
        height: 0.45rem;
        background-color: var(--zt_color--);
    }

    .xyxw-list-date-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.2rem;
        color: var(--zt_color--);
        width: 0.85rem;
        height: 0.4rem;
        background-color: #fff;
    }

    .xyxw-list-right {
        margin-left: 0.3rem;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px dashed #c3d7ee;
    }

    .xyxw-list-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 0.6rem;
    }

    .xyxw-list-text p {
        font-size: 0.18rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .xyxw-list-text h3 {
        font-size: 0.16rem;
        color: var(--zt_color--);
    }

    .xyxw-list-icon {
        margin-left: 0.2rem;
    }

    .xyxw-list-icon img {
        width: 0.45rem;
    }

    /* 内容2 */
    .content-bj2 {
        padding: 0.5rem 0;
        background-color: #e3f0ff;
    }

    .content-box2,
    .content-box3,
    .content-box4 {
        display: flex;
        justify-content: space-between;
    }

    .tzgg,
    .kydt {
        width: 48%;
    }

    .tzgg-box {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem;
        border-left: 0.05rem solid var(--zt_color--);
    }

    /* 内容3 */
    .content-bj3 {
        padding: 0.5rem 0;
        background-color: #f4f9ff;
    }

    .djgz,
    .xggz {
        width: 48%;
    }

    .djgz-box {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem 0.3rem 2.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.8rem 100%;
    }

    /* 内容4 */
    .content-bj4 {
        padding-bottom: 0.5rem;
        background-color: #f4f9ff;
    }

    .bkxjy,
    .jcdt {
        width: 48%;
    }

    .tab-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 0.85rem;
    }

    .tab-title-left {
padding-right:0.5rem;
        height: 0.85rem;
        display: flex;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto 0.6rem;
    }

    .tab-title-left>ul {
        display: flex;
        align-items: center;
    }

    .tab-title-left>ul>li {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .tab-title-left>ul>li>.tab-title-text {
        height: 0.6rem;
        display: flex;
        align-items: center;
        font-size: 0.32rem;
        font-weight: 700;
        color: #333333;
        border-bottom: 0.04rem solid transparent;

    }

    .tab-title-left>ul>li:nth-child(1)>span {
        margin: 0 0.25rem;
        width: 0.02rem;
        height: 0.3rem;
        background-color: #333333;
    }





    .tab-title-left>ul>.tab-title-left-active>.tab-title-text {
        color: var(--zt_color--);
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }

    .tab-title-right>a {
        display: none;
        padding: 0.07rem 0.15rem;
        font-size: 0.16rem;
        color: var(--zt_color--);
        border: solid 1px var(--zt_color--);
    }

    .tab-title-right>a img {
        width: 0.36rem;
    }

    .tab-itemBox {
        margin-top: 0.3rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.3rem 0.3rem 0.3rem 2.1rem;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1.8rem 100%;
    }

    .tab-itemBox>.item {
        display: none;
    }

    /* 内容5 */
    .content-bj5 {
        background-color: #e3f0ff;
    }
    /* 团队风采 */
    .tdfc {
        padding: 0.5rem 0;
    }

    .tdfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .tdfc-box>ul {
        height: 1.6rem;
    }
    .tdfc-box>ul>li {
        width: 200px;
        margin-right:20px;
        transition: all 0.7s;
    }
    .tdfc-img {
        width: 200px;
        height: 170px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 170px;
        transition: all .5s ease;
    }
    .tdfc-box>ul>li:hover .tdfc-img {
        background-size: auto 200px;
        transition: all .5s ease;
    }
    .tdfc-text {
        position: relative;
        box-sizing: border-box;
        padding: 15px;
        width: 200px;
        height: 70px;
        background-color: #fff;
    }
    .tdfc-text span{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        display: block;
        width: 140px;
        height: 3px;
        background-color: var(--zt_color--);
    }
    .tdfc-text h2 {
        font-size: 16px;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .tdfc-text img {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 20px;
    }



    /* 内容6 */
    .content-bj6 {
        background-color: #e3f0ff;
    }
    /* 名师风采 */
    .msfc {
        padding-bottom: 0.5rem;
    }

    .msfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .msfc-box>ul {
        height: 280px;
    }
    .msfc-box>ul>li {
        width: 180px;
        height: 275px;
        margin-right: 20px;
        transition: all 0.7s;
        background-color: #ffffff;
        border-radius: 5px;
        border: solid 2px #0f58aa;
        background-image: url(../images/msfc_bg.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .msfc-box>ul>li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .msfc-img {
        margin-top: 20px;
        width: 110px;
        height: 110px;
       /* border-radius: 50%;
        background-color: #fff;
        border: 1px solid #00428d;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 110px;
        transition: all .5s ease;
    }
    .msfc-box>ul>li:hover .msfc-img {
        background-size: auto 150px;
        transition: all .5s ease;
    }
    .msfc-text {

    }
    .msfc-text h2 {
        text-align: center;
        margin: 5px 0;
        font-weight: 700;
        font-size: 18px;
        color: var(--zt_color--);
    }
     .msfc-text h5 {
        text-align: center;
        font-size: 16px;
        color: var(--zt_color--);
    }
    .msfc-text p {
     padding: 0 5px;
        margin-top: 5px;
        text-align: center;
        font-size: 14px;
        color: var(--zt_color--);
    }

    /* 内容7 */
    .content-bj7 {
        background-color: #e3f0ff;
    }
    /* 学生风采 */
    .xsfc {
        padding-bottom: 0.5rem;
    }
    .xsfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .xsfc-box>ul {
        height: 310px;
    }
    .xsfc-box>ul>li {
        width: 200px;
        margin-right:20px;
        transition: all 0.7s;
    }
    .xsfc-img {
        width: 200px;
        height: 170px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 170px;
        transition: all .5s ease;
    }
    .xsfc-box>ul>li:hover .xsfc-img {
        background-size: auto 200px;
        transition: all .5s ease;
    }
    .xsfc-text {
        position: relative;
        box-sizing: border-box;
        padding: 40px 15px 0 15px;
        width: 200px;
        height: 140px;
        background-color: #fff;
        border-bottom: 4px solid var(--zt_color--);
    }
    .xsfc-date {
        position: absolute;
        left: 20px;
        top: -30px;
        width: 60px;
        height: 60px;
        background-color: var(--zt_color--);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .xsfc-date h3{
        font-size: 18px;
        color: #fff;
    }
    .xsfc-date p{
        font-size: 12px;
        color: #ffffff;
    }
    .xsfc-text h2 {
        font-size: 16px;
        color: #333333;
        line-height: 25px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xsfc-more {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .xsfc-more p{
        font-size: 14px;
        color: var(--zt_color--);
    }
    .xsfc-more img{
        width: 20px;
    }


    /* 内容8 */
    .content-bj8 {
        background-color: #e3f0ff;
    }
    /* 校友风采 */
    .xyfc {
        padding-bottom: 0.5rem;
    }
    .xyfc-box {
        overflow: hidden;
        padding: 0.3rem 0;
    }
    .xyfc-box>ul {
        height: 300px;
    }
    .xyfc-box>ul>li {
        width: 180px;
        height: 300px;
        margin-right: 20px;
        transition: all 0.7s;
        background-color: #ffffff;
        border-radius: 5px;
        background-image: url(../images/xyfc_bg.png);
        background-size: 160px auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .xyfc-box>ul>li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .xyfc-img {
        margin-top: 10px;
        width: 160px;
        height: 200px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 200px;
        transition: all .5s ease;
    }
    .xyfc-box>ul>li:hover .xyfc-img {
        background-size: auto 220px;
        transition: all .5s ease;
    }
    .xyfc-text {
        padding: 0 10px;
        height: 60px;
        border-bottom: 1px solid rgba(15, 88, 170,.2);
        display: flex;
        align-items: center;
    }
    .xyfc-text h2 {
        text-align: center;
        font-size: 16px;
        color: var(--zt_color--);
    }

    /* 内容9 */
    .content-bj9 {
        background-color: #f4f9ff;
    }
    /* 科研平台 */
    .kypt {
        padding: 0.5rem 0;
    }

    .kypt-box {
        margin-top: 0.3rem;
    }
    .kypt-box ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .kypt-box ul li {
        margin-bottom: 10px;
    }

    .kypt-box ul li:hover .kypt-img {
        background-size: 3.5rem auto;
        transition: all .5s ease;
    }

    .kypt-img {
        width: 3.2rem;
        height: 2.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.2rem auto;
        transition: all .5s ease;
    }



    /* 内容10 */
    .content-bj10 {
        background-color: #f4f9ff;
    }
    /* 实验中心 */
    .syzx {
        padding-bottom: 0.5rem;
    }

    .syzx-box {
        margin-top: 0.3rem;
    }

    .syzx-box ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .syzx-box ul li {
        margin-bottom: 10px;
    }

    .syzx-box ul li:hover .syzx-img {
        background-size: 3.5rem auto;
        transition: all .5s ease;
    }

    .syzx-img {
        width: 3.2rem;
        height: 2.1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.2rem auto;
        transition: all .5s ease;
    }
    .syzx-text {
        position: relative;
        height: 0.6rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
        color: #333;
    }
    .syzx-text::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 80%;
        height: 0.06rem;
        background-color: var(--zt_color--);
    }



    /* 内容11 */
    .content-bj11 {
        background-color: #f4f9ff;
    }

    .content-box11 {
        display: flex;
        justify-content: space-between;
    }

    /* 能源资讯 */
    .nyzx {
        width: 70%;
        padding-bottom: 0.5rem;
        overflow: hidden;
    }
    .swiper3 {
        position: relative;
        width: 100%;
        height: 1.65rem;
        padding: 0.3rem 0;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper3-pagination {
        height: 0.2rem;
        position: absolute;
        right: 0;
        top: -0.3rem;
        text-align: right;
        z-index: 10;
    }
    .swiper3-pagination>.swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
        background-color: rgba(15, 88, 170,.7);
    }
    .swiper3-pagination>.swiper-pagination-bullet-active {
        background-color: var(--zt_color--);
    }

    .nyzx-item{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0.3rem;
        box-sizing: border-box;
        height: 1.6rem;
        background-color: #fff;
    }
    .nyzx-item::after {
        content: "";
        width: 0.3rem;
        height: 0.03rem;
        background-color: var(--zt_color--);
        position: absolute;
        left: 0;
        top: 0;
    }
    .nyzx-item h2{
        font-size: 0.18rem;
        color: #333;
    }
    .nyzx-item p{
        font-size: 0.16rem;
        color: var(--zt_color--);
    }
    

    /* 其他链接 */
    .qtlj {
        width: 28%;
    }

    .qtlj>.currency-title>.currency-title-right>img{
        width: 0.3rem;
    }

    .qtlj-box {
        height: 1.6rem;
        margin-top: 0.3rem;
        box-sizing: border-box;
        padding: 0.3rem;
        background-color: var(--zt_color--);
        background-image: url(../images/qtlj_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
    }
    .qtlj-box ul{
        height: 1rem;
        overflow: auto;
    }

    .qtlj-box ul::-webkit-scrollbar{
        width: 2px;
        height: 2px;
        background-color: #ccc;
        border-radius: 1px;
    }
    .qtlj-box ul::-webkit-scrollbar-thumb {
        width: 4px;
        background: #fff;
    }


    .qtlj-box ul li{
        margin-bottom: 0.1rem;
    }
    .qtlj-box ul li a{
        color: #fff;
        font-size: 0.16rem;
    }

}

@media screen and (max-width: 800px) {
    .tab-title-left {
        background-size: auto 0.5rem;
    }
    .tab-title-left>ul>li>.tab-title-text {
        font-size: 20px;
    }
.tab-title-left>ul>li:nth-child(1)>span {
        margin: 0 0.1rem;
}

.tab-itemBox,.djgz-box,.tzgg-box {
        background-image: none !important;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
    
    .xyxw-box {
        flex-wrap: wrap;
    }
    .swiper2-slide-img {
        height: 3.6rem;
        background-size: 100% 3.6rem;
    }
    .xyxw,.content-bj2,.content-bj3,.tdfc,.kypt {
        padding: 0.2rem 0;
    }

    .content-bj4{
        padding-bottom: 0.4rem;
    }
    .msfc,.xsfc,.xyfc,.syzx {
        padding-bottom: 0.2rem;
    }

    .xyxw-box-left,.xyxw-box-right,.tzgg, .kydt,.djgz, .xggz,.bkxjy, .jcdt,.qtlj {
        width: 100%;
        margin-bottom: 0.4rem;
    }
   
    .content-box2, .content-box3, .content-box4,.content-box11 {
        flex-wrap: wrap;
    }

    .kypt-box ul li {
        width: 48%;
    }
    .syzx-box ul li {
        width: 48%;
    }

    .kypt-img,.syzx-img {
        height: 2rem;
        width: 100%;
        background-size: auto 2rem;
    }

    .nyzx {
        width: 100%;
        padding-bottom: 0;
    }
    .qtlj-box {
        height: 2rem;
    }
    .qtlj-box ul {
        height: 1.4rem;
    }
    .qtlj-box ul li a {
        font-size: 16px;
    }

}