/* .zt-box1 {
    width: 1200px;
    height: 380px;
} */

.zt-box1 img {
    width: 1200px;
    height: 380px;
}

.h216 {
    height: 216px;
    margin-bottom: 50px;
}

.h216 .media {
    width: 380px;
    height: 216px;
}

.h216 .media img {
    width: 380px;
    height: 216px;
}

.h216 .title h2 {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 44px;
}

.h216 .intro {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 28px;
    height: 110px;
}

.h216 .zt-textwrap {
    width: 790px;
}

a.zt-more {
    font-size: 16px;
    color: #7b7b7b;
}

.zt-activities {
    display: flex;
    justify-content: space-between;
}

.zt-activities li {
    width: 138px;
    height: 250px;
}

.zt-activities li img {
    width: 100%;
    height: 138px;
    border-radius: 69px;
}

.zt-activities li h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333;
    height: 56px;
}

.zt-activities li p {
    text-align: center;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 20px;
    margin-top: 5px;
}

.zt-video-title {
    display: inline-block;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 25px;
    text-align: center;
    font-size: 16px;
}

.zt-dt-li-img {
    width: 206px;
    height: 126px;
}

.zt-dt-li-item {
    width: 600px;
    margin-bottom: 18px;
}

.zt-dt-li-item .fr {
    width: 360px;
    margin-left: 24px;
}

.zt-dt-li-item .fr h5 {
    font-size: 20px;
    color: #2c2c2c;
    height: 60px;
}

.zt-dt-li-item .fr p {
    font-size: 16px;
    color: #a2a2a2;
}

.newsheader {
    border-bottom: 1px solid #ccc;
}

.jctjSwiper {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    height: 240px;
}

.jctj-swp {
    width: 1300px;
    margin: auto;
}

.jctjSwiper .swiper-slide {
    position: relative;
    width: 390px;
    height: 215px;
}

.slide-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 385px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    margin-left: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jctjSwiper .swiper-slide img {
    width: 385px;
    height: 220px;
    object-fit: cover;
    margin-left: 10px;
}

.jctj {
    position: relative;
}

#pre-btn {
    position: absolute;
    bottom: 100px;
    background-color: #ccc;
    width: 45px;
    height: 45px;
}

#pre-btn img {
    margin-top: 8px;
    margin-left: 10px;
}

#next-btn img {
    margin-top: 8px;
    margin-left: 13px;
}

#next-btn {
    position: absolute;
    bottom: 100px;
    right: 0px;
    background-color: #ccc;
    width: 45px;
    height: 45px;
}

.main {
    padding-bottom: 10px;
}

@media screen and (max-width: 769px) {
    .zt-box1 img {
        width: 100%;
        height: auto;
    }
    .h216 {
        width: 100%;
        height: 100px;
        margin-bottom: 10px;
    }
    .h216 .media {
        width: 30%;
        height: 80px;
        margin-left: 1%;
    }
    .h216 .media img {
        width: 100%;
        height: 80px;
    }
    .h216 .title h2 {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #1C1C1C;
        line-height: 18px;
    }
    .h216 .intro {
        font-size: 12px;
        color: #7b7b7b;
        line-height: 16px;
        height: 32px;
        overflow: hidden;
        margin-bottom: 0;
    }
    .h216 .zt-textwrap {
        width: 64%;
    }
    a.zt-more {
        font-size: 12px;
        color: #7b7b7b;
    }
    .zt-activities {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zt-activities li {
        width: 100px;
        height: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .zt-activities li img {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
    .zt-activities li h3 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .zt-activities li p {
        text-align: center;
        font-size: 12px;
        color: #1c1c1c;
        line-height: 16px;
        margin-top: 5px;
    }
    .zt-video-title {
        display: inline-block;
        width: 100%;
        color: #fff;
        position: absolute;
        bottom: 25px;
        text-align: center;
        font-size: 16px;
    }
    .zt-dt-li-img {
        width: 30%;
        height: 90px;
        margin-left: 2%;
    }
    .zt-dt-li-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .zt-dt-li-item .fr {
        margin-left: 15px;
        width: 62%;
    }
    .zt-dt-li-item .fr h5 {
        font-size: 14px;
        color: #2c2c2c;
        /* height: 28px; */
    }
    .zt-dt-li-item .fr p {
        font-size: 12px;
        color: #a2a2a2;
    }
    .jctjSwiper .swiper-slide {
        width: 30%;
        height: 100px
    }
    .jctjSwiper .swiper-slide img {
        width: 90%;
        height: 90px;
        margin-left: 5px;
    }
    .jctj {
        position: relative;
        margin-bottom: 0px;
    }
    .mb30 {
        margin-bottom: 10px;
    }
    .jctjSwiper {
        width: 100%;
        overflow: hidden;
        margin: auto;
    }
    .jctj-swp {
        width: 100%;
        margin: auto;
        height: 120px;
    }
    .jctj {
        position: relative;
    }
    #pre-btn {
        position: absolute;
        bottom: 100px;
        display: none;
    }
    #next-btn {
        position: absolute;
        bottom: 100px;
        right: 10px;
        display: none;
    }
    .main {
        padding-bottom: 10px;
    }
    .slide-text {
        display: none;
    }
}