@charset "UTF-8";

.pBanner-zt .banner-img {
    padding-top: 2rem;
}

.pBanner-zt .banner-img img {
    margin: 0;
    margin-left: 0.96rem;
    height: 1.12rem;
}

.page-tabs {
    margin-top: 1.02rem;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
}

.page-tabs a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 2.53rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.1rem 0 #ffdcb4;
    background-color: #fff;
}

.page-tabs a img {
    width: 0.33rem;
    height: auto;
    margin-right: 0.05rem;
}

.page-tabs a span {
    font-size: 0.22rem;
    font-weight: bold;
    color: #333;
}

.page-tabs a.active {
    background-image: linear-gradient(to top, #ffaa45, #ff630f);
}

.page-tabs a.active span {
    color: #fff;
}

.page-tabs a+a {
    margin-left: 0.3rem;
}

.wzjd-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    margin-top: 0.3rem;
}

.wzjd-container .swiper-container {
    flex-shrink: 0;
    width: 42.7857%;
    height: 3.45rem;
    box-sizing: border-box;
    margin: 0;
}

.wzjd-container .swiper-container .swiper-slide {
    height: 100%;
}

.wzjd-container .swiper-container .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wzjd-container .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.wzjd-container .swiper-container .swiper-slide a::before {
    content: "";
    height: 0.88rem;
    width: 100%;
    background-image: linear-gradient(to top, #030303, transparent);
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.wzjd-container .swiper-container .swiper-slide a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.16rem;
    padding-right: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.17rem;
    color: #fff;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
}

.wzjd-container .swiper-container .swiper-slide a:hover img {
    transform: scale(1.02);
}

.wzjd-container .swiper-container .wzjd-swiper-pagination {
    position: absolute;
    bottom: 0.13rem;
    left: auto;
    right: 0.1rem;
    width: auto;
    z-index: 4;
}

.wzjd-container .swiper-container .wzjd-swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #fff;
}

.wzjd-container .swiper-container .wzjd-swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 0.05rem;
}

.wzjd-container .swiper-container .wzjd-swiper-pagination .swiper-pagination-bullet-active {
    width: 0.32rem;
    background-color: #fff;
    border-radius: 0.05rem;
}

.wzjd-container .wzjd-list-container {
    width: 55.642857%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.wzjd-container .wzjd-list-container .section-name {
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 0.24rem;
    font-family: SourceHanSerifSC;
    font-weight: 900;
    color: #d80f10;
    padding-bottom: 0.12rem;
}

.wzjd-container .wzjd-list-container .section-name::before {
    content: "";
    width: 0.5rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #d80f10;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wzjd-container .wzjd-list-container .wzjd-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 0.25rem;
}

.wzjd-container .wzjd-list-container .wzjd-list a .title {
    padding-left: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1.5rem;
    font-size: 0.18rem;
    color: #333;
}

.wzjd-container .wzjd-list-container .wzjd-list a .title::before {
    content: "";
    width: 0.09rem;
    height: 0.09rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background-color: #d80f10;
    position: absolute;
}

.wzjd-container .wzjd-list-container .wzjd-list a .time {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.18rem;
    color: #999;
}

.wzjd-container .wzjd-list-container .wzjd-list a:hover .title,
.wzjd-container .wzjd-list-container .wzjd-list a:hover .time {
    color: #d80f10;
}

.section-title {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0.3rem auto;
    padding-bottom: 0.12rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: SourceHanSerifSC;
    font-weight: 900;
    color: #d80f10;
}

.section-title::before {
    content: "";
    width: 0.5rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    background-color: #d80f10;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tpjd-container {
    position: relative;
    box-sizing: border-box;
}

.tpjd-container .tpjd-swiper-prev {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.03rem;
    background-color: #ff741c;
    position: absolute;
    right: 0.3rem;
    top: 0.15rem;
    background-image: url(2024-zcjd-ic-swiper-arrow.png);
    background-size: 0.07rem 0.12rem;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    cursor: pointer;
}

.tpjd-container .tpjd-swiper-prev.swiper-button-disabled {
    background-color: #cecece;
    cursor: no-drop;
}

.tpjd-container .tpjd-swiper-next {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.03rem;
    background-color: #ff741c;
    position: absolute;
    right: 0;
    top: 0.15rem;
    background-image: url(2024-zcjd-ic-swiper-arrow.png);
    background-size: 0.07rem 0.12rem;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.tpjd-container .tpjd-swiper-next.swiper-button-disabled {
    background-color: #cecece;
    cursor: no-drop;
}

.tpjd-container .swiper-container .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.tpjd-container .swiper-container .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.tpjd-container .swiper-container .swiper-slide a .img-container {
    height: 2.33rem;
    overflow: hidden;
}

.tpjd-container .swiper-container .swiper-slide a .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.tpjd-container .swiper-container .swiper-slide a .title {
    height: 0.5rem;
    line-height: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.26rem;
    background-color: #f6f6f6;
    font-size: 0.18rem;
    color: #333;
}

.tpjd-container .swiper-container .swiper-slide a:hover .img-container img {
    transform: scale(1.02);
}

.tpjd-container .swiper-container .swiper-slide a:hover .title {
    color: #d80f10;
}

.yspjd-container {
    *zoom: 1;
}

.yspjd-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.yspjd-container a {
    float: left;
    width: 23.92857143%;
    height: 1.96rem;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-left: 1.428571429%;
    overflow: hidden;
}

.yspjd-container a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.yspjd-container a:hover img {
    transform: scale(1.02);
}

.yspjd-container a::after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(2024-zcjd-ic-play.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.yspjd-container a:nth-child(1) {
    width: 49.21428571%;
    height: 4.1rem;
    margin: 0;
}

.yspjd-container a:nth-child(1)::after {
    width: 0.6rem;
    height: 0.6rem;
}

.yspjd-container a:nth-child(2),
.yspjd-container a:nth-child(3) {
    margin-bottom: 0.2rem;
}

#xwfb-swiper .swiper-slide {
    box-sizing: border-box;
    position: relative;
}

#xwfb-swiper .swiper-slide a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0.01rem;
    padding: 0.25rem 0.25rem 0.55rem;
    border: solid 1px #ddd;
    transition: none;
}

#xwfb-swiper .swiper-slide a .title {
    height: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 2;
    /*设置多行的行数*/
    line-height: 1.5;
    font-size: 0.2rem;
    color: #333;
    box-sizing: border-box;
}

#xwfb-swiper .swiper-slide a .content {
    border-top: solid 1px #ebebeb;
    margin-top: 0.15rem;
    box-sizing: border-box;
    padding-top: 0.15rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 3;
    /*设置多行的行数*/
    font-size: 0.16rem;
    color: #333;
    box-sizing: border-box;
    line-height: .3rem;
    text-align: justify;
}

#xwfb-swiper .swiper-slide a .time {
    width: auto;
    position: absolute;
    right: 0.25rem;
    bottom: 0.2rem;
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.08rem;
    background-color: #d80f10;
    border-radius: 0.03rem;
    color: #fff;
    font-size: 0.16rem;
    box-sizing: border-box;
}

#xwfb-swiper .swiper-slide a:hover {
    border-color: #d80f10;
}

#xwfb-swiper .swiper-slide a:hover .title {
    color: #d80f10;
}

#xwfb-swiper .xwfb-swiper-pagination {
    text-align: center;
    margin-top: 0.1rem;
}

#xwfb-swiper .xwfb-swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #f8dfb2;
    opacity: 1;
}

#xwfb-swiper .xwfb-swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 0.05rem;
}

#xwfb-swiper .xwfb-swiper-pagination .swiper-pagination-bullet-active {
    width: 0.32rem;
    opacity: 1;
    background-color: #d8352d;
    border-radius: 0.05rem;
}

@media screen and (max-width: 768px) {
    .pBanner-zt {
        background-color: #fff6e1;
        height: calc(0.2rem + 100vw * 0.12 + 0.5rem + 0.2rem + 0.25rem + 0.4rem + 0.1rem + 0.3rem + 0.2rem + 0.2rem + 0.8rem + 10px + 0.5rem) !important;
        overflow: hidden;
    }
    
    .pBanner-zt .banner-bg {
        width: auto;
        height: calc(100vw* .35);
        left: -12%;
    }
    
    .pBanner-zt .banner-img {
        padding-top: calc(100vw * 0.55);
    }

    .pBanner-zt .banner-img img {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        height: .8rem;
    }

    .pBanner-zt .page-tabs {
        margin-top: .2rem;
    }

    .pBanner-zt .page-tabs a {
        width: 30%;
        height: 0.5rem;
        line-height: 0.5rem;
        border-radius: 0.04rem;
    }

    .pBanner-zt .page-tabs a img {
        width: 0.2rem;
    }

    .pBanner-zt .page-tabs a span {
        font-size: 0.18rem;
    }

    .pBanner-zt .page-tabs a:nth-child(3) {
        width: 38%;
    }

    .pBanner-zt .page-tabs a+a {
        margin-left: .1rem;
    }

    .wzjd-container {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0.15rem;
    }

    .wzjd-container .swiper-container {
        width: 100%;
        height: 2.6rem;
    }

    .wzjd-container .swiper-container .swiper-slide a .title {
        padding-right: 26%;
        font-size: 0.2rem;
    }

    .wzjd-container .wzjd-list-container {
        width: 100%;
        margin-top: 0.2rem;
    }

    .wzjd-container .wzjd-list-container .wzjd-list a {
        margin-top: 0.2rem;
    }

    .wzjd-container .wzjd-list-container .wzjd-list a .title {
        padding-right: 1.2rem;
        font-size: 0.2rem;
    }

    .section-title {
        margin: 0.15rem auto;
    }

    .tpjd-container .swiper-container .swiper-slide a .img-container {
        height: 2rem;
    }

    .tpjd-container .swiper-container .swiper-slide a .title {
        font-size: 0.2rem;
    }

    .yspjd-container {
        *zoom: 1;
    }

    .yspjd-container:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }

    .yspjd-container a {
        float: left;
        width: 49%;
        height: 1.6rem;
        margin-left: 2%;
        margin-bottom: 0.1rem;
    }

    .yspjd-container a:nth-child(1) {
        width: 100%;
        height: 2.4rem;
        margin: 0;
        margin-bottom: 0.1rem;
    }

    .yspjd-container a:nth-child(2),
    .yspjd-container a:nth-child(3) {
        margin-bottom: 0.1rem;
    }

    .yspjd-container a:nth-child(2),
    .yspjd-container a:nth-child(4) {
        margin-left: 0;
    }

    #xwfb-swiper .swiper-slide {
        box-sizing: border-box;
        position: relative;
    }

    #xwfb-swiper .swiper-slide a {
        margin: 0;
    }
}