.pBanner-zt {
    background-color: #fff7e4;
}

.pBanner-zt .banner-img {
    width: calc(100% - 2.76rem);

}

.pBanner-zt .banner-img img {
    height: 1.07rem;
}

.zdjcygk-box {
    padding-bottom: .3rem;
}


.select-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -1.04rem;
    margin-left: -.1rem;

    width: 4.24rem;
    height: 1.04rem;
    background: url(../images/2024-zdjcygk-select-box-bg.png) no-repeat;
    background-size: auto 100%;
    z-index: 2;
}

.select-box span {
    font-size: .2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.select-box select {
    padding: 0 .2rem;
    margin: 0 .18rem;
    width: 2rem;
    height: .4rem;
    font-size: .18rem;
    letter-spacing: 1.35px;
    color: #333;
    box-sizing: border-box;
    background-image: url(../images/2024-zdjcygk-select-ico.png);
    background-repeat: no-repeat;
    background-position: calc(100% - .2rem) center;
    cursor: pointer;
}

.zdjcygk-title-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .36rem;
    padding: .3rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 .09rem 0.5px #ffcfb8;
    z-index: 2;
}

.zdjcygk-title-box .image-title {
    display: block;
    width: 1.66rem;
    height: .76rem;
    object-fit: cover;
}

.zdjcygk-title-box .title {
    display: block;
    margin-left: .23rem;
    width: calc(100% - 1.66rem - .23rem);
    font-size: .25rem;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 1.88px;
    text-align: center;
    color: #333;
}

.zdjcygk-title-box a:hover {
    color: #d94700;
}


.list-header-box {
    display: flex;
    flex-direction: row;

    background-color: #d94700;
}

.list-header-box span {
    display: block;
    height: .55rem;
    font-size: .18rem;
    line-height: .55rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.list-header-box .xh {
    width: .7rem;
}

.list-header-box .jcsx {
    padding-right: .2rem;
    width: 5.08rem;
}

.list-header-box .xxgk {
    width: 2.74rem;
}

.list-header-box .zjsj {
    width: 2.62rem;
}

.list-header-box .status {
    width: .96rem;
}

.list-header-box .cbdw {
    width: 1.88rem;
}

.zdjcygk-list {
    margin-bottom: .2rem;
}

.zdjcygk-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 1.08rem;
    font-size: .17rem;
    background-color: #fff;
}

.zdjcygk-list li:nth-child(2n+2) {
    background-color: #f7f7f7;
}

.zdjcygk-list li span {
    display: block;
    text-align: center;
    color: #454545;
}

.zdjcygk-list li .mobile {
    display: none;
}

.zdjcygk-list li .num {
    width: .7rem;
    font-size: .18rem;
}

.zdjcygk-list li .title {
    display: block;
    display: -webkit-box;
    padding-right: .2rem;
    width: 5.08rem;
    max-height: .5rem;
    font-size: .17rem;
    line-height: .25rem;
    color: #454545;
    /* text-align: center; */
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.zdjcygk-list li .title:hover {
    color: #d94700;
}

.zdjcygk-list li .xxgk {
    display: flex;
    flex-direction: row;
    /* justify-content: ; */
    flex-wrap: wrap;
    width: 2.74rem;
}

.zdjcygk-list li .xxgk .xxgk-item {
    display: block;
    margin-right: .08rem;
    margin-bottom: .08rem;
    width: calc((100% - .16rem) / 3);
    height: .31rem;
    font-size: .16rem;
    line-height: .29rem;
    border: solid 0.01rem #f4a680;
    box-sizing: border-box;
    background-color: #fff;
    letter-spacing: 1.2px;
    color: #d94700;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.zdjcygk-list li .xxgk .xxgk-item:nth-child(3n+3) {
    margin-right: 0;
}

.zdjcygk-list li .xxgk .xxgk-item:hover {
    background-color: #ffede4;
}

.zdjcygk-list li .time {
    padding: 0 .1rem;
    width: 2.62rem;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
}

.zdjcygk-list li .status {
    width: .96rem;
    height: .3rem;
    font-size: .15rem;
    line-height: .3rem;
    text-align: center;
    background-color: #8a8985;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.zdjcygk-list li .status.active {
    background-color: #d92a02;
    color: #fff;
}

.zdjcygk-list li .cbdw {
    padding: 0 .1rem;
    width: 1.88rem;
    box-sizing: border-box;
}


@media screen and (max-width: 768px) {
    .pBanner-zt .banner-img {
        padding-top: 2.8rem;
        width: 100%;
    }

    .pBanner-zt .banner-img img {
        height: .67rem;
    }

    .zdjcygk-box {
        padding-bottom: .15rem;
    }


    .select-box {
        justify-content: flex-start;
        margin-top: -.3rem;
        margin-left: -.1rem;
        padding-left: .5rem;
        width: auto;
        height: .74rem;
        background-size: 100% 100%;
    }

    .select-box span {
        font-size: .18rem;
    }

    .select-box select {
        padding: 0 .15rem;
        margin: 0 .15rem;
        width: 2rem;
        height: .4rem;
        font-size: .18rem;
    }



    .zdjcygk-title-box {
        flex-direction: row;
        align-items: center;
        margin-bottom: .15rem;
        padding: .15rem;
    }

    .zdjcygk-title-box .image-title {
        display: block;
        margin-bottom: 0;
        width: 1rem;
        height: auto;
        object-fit: cover;
    }

    .zdjcygk-title-box .title {
        display: -webkit-box;
        margin-left: .2rem;
        width: calc(100% - 1.15rem);
        height: .56rem;
        font-size: .2rem;
        line-height: .28rem;
        text-align: justify;
        text-overflow: ellipsis;
        white-space: wrap;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }


    .list-header-box {
        display: none;
    }

    .zdjcygk-list {
        margin-bottom: .2rem;
    }

    .zdjcygk-list li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .1rem;
        padding-bottom: .5rem;
        margin-bottom: .15rem;
        height: auto;
        box-sizing: border-box;
        background-color: #f7f7f7;

    }

    .zdjcygk-list li .mobile {
        display: block;
    }

    .zdjcygk-list li .num {
        display: none;
    }

    .zdjcygk-list li .title {
        display: block;
        padding-right: 0;
        width: 100%;
        max-height: none;
        text-align: left;

    }

    .zdjcygk-list li .xxgk {
        margin-top: .15rem;
        width: 100%;
    }

    .zdjcygk-list li .xxgk .xxgk-item {
        margin-right: .15rem;
        margin-bottom: .12rem;
        width: calc((100% - .3rem) / 3);
    }

    .zdjcygk-list li .time {
        display: flex;
        flex-direction: row;
        margin-bottom: .1rem;
        padding: 0;
        width: 100%;
    }

    .zdjcygk-list li .status {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0 0;
        width: 100%;
        height: .4rem;
        font-size: .16rem;
        line-height: .4rem;

    }

    .zdjcygk-list li .cbdw {
        display: flex;
        flex-direction: row;
        padding: 0;
        width: 100%;

    }



}