.pBanner-zt {
    background-color: #fff7e4;
}

.pBanner-zt .banner-img {
    width: calc(100% - 3.76rem);
}

.pBanner-zt .banner-img img {
    height: 1.07rem;
}

.type-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -0.35rem;
    height: 0.95rem;
    background-image: linear-gradient(to top, #fff7ea, #fffffe);
    box-shadow: 0 0 0.09rem 0.5px #ffe2c2;
    z-index: 2;
}

.type-box .type-item {
    width: 25%;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #333;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.type-box .type-item:nth-last-child(1) {
    border-right: none;
}

.type-box .type-item:hover,
.type-box .type-item-active {
    font-size: 0.22rem;
    color: #d80f10;
}

.bzml-box {
    margin-top: 0.5rem;
    padding: 0 0.3rem 0.15rem 0.3rem;
    border: solid 1px #ffe8d7;
    background-color: #fffdf9;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.bzml-box .bzml-title {
    display: block;
    margin: 0 auto;
    height: 0.46rem;
}

.bzml-box .bzml-list {
    margin-top: 0.25rem;
}

.bzml-box .bzml-list li {
    position: relative;
    margin-bottom: 0.15rem;
}

.bzml-box .bzml-list li::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.bzml-box .bzml-list li a {
    display: block;
    width: 100%;
}

.bzml-box .bzml-list li i {
    float: left;
    display: block;
    margin-top: 0.09rem;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #ea5305;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bzml-box .bzml-list li .title {
    float: left;
    display: block;
    margin-left: 0.05rem;
    width: calc(100% - 1.8rem);
    line-height: 0.25rem;
    font-size: 0.18rem;
}

.bzml-box .bzml-list li .time {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.5rem;
    font-size: 0.17rem;
    letter-spacing: 1.28px;
    line-height: 0.25rem;
    text-align: right;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bzml-box .bzml-list li:hover span {
    color: #ea5305;
}

.jczwgk-title {
    position: relative;
    display: block;
    height: 0.36rem;
    margin-top: .3rem;
}

.jczwgk-title span {
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #d80f10;
}

.jczwgk-title i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0.44rem;
    height: 0.04rem;
    background-color: #d80f10;
}

.jczwgk-list {
    margin-top: 0.23rem;
    margin-bottom: 0.15rem;
}

.jczwgk-list .jczwgk-list-item {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.12rem;
    width: calc((100% - 0.8rem) / 5);
    height: 0.7rem;
    font-size: 0.17rem;
    letter-spacing: 1.2px;
    line-height: 1.3;
    color: #333;
    border: solid 0.01rem #ffe8d7;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.jczwgk-list .jczwgk-list-item:nth-child(5n + 5) {
    margin-right: 0;
}

.jczwgk-list .jczwgk-list-item:hover {
    background-color: #ffe8d7;
    /* color: #fff; */
}

@media screen and (max-width: 768px) {
    .pBanner-zt {
        overflow: hidden;
    }

    .pBanner-zt .banner-img {
        padding-top: 2.8rem;
        width: 100%;
    }

    .pBanner-zt .banner-img img {
        height: 0.67rem;
    }

    .type-box {
        flex-wrap: wrap;
        margin-top: -0.15rem;
        height: auto;
    }

    .type-box .type-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 0 0.15rem;
        width: 50%;
        height: 0.8rem;
        line-height: 1.3;
        font-size: 0.18rem;
        border-right: none;
    }

    .type-box .type-item:hover,
    .type-box .type-item-active {
        font-size: 0.2rem;
    }

    .bzml-box {
        margin-top: 0.15rem;
        padding: 0 0.15rem 0 0.15rem;
    }

    .bzml-box .bzml-title {
        height: 0.38rem;
    }

    .bzml-box .bzml-list {
        margin-top: 0.15rem;
    }

    .bzml-box .bzml-list li {
        margin-bottom: 0.15rem;
    }

    .bzml-box .bzml-list li .title {
        width: calc(100% - 1.4rem);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .bzml-box .bzml-list li .time {
        width: 1.3rem;
    }

    .bzml-box .bzml-list li:hover span {
        color: #ea5305;
    }

    .jczwgk-title {
        height: 0.36rem;
    }

    .jczwgk-title span {
        font-size: 0.18rem;
        letter-spacing: 0.02rem;
        margin-top: .15rem;
    }

    .jczwgk-list {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .jczwgk-list .jczwgk-list-item {
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        padding: 0 0.1rem;
        width: calc((100% - 0.15rem) / 2);
    }

    .jczwgk-list .jczwgk-list-item:nth-child(5n + 5) {
        margin-right: 0.15rem;
    }

    .jczwgk-list .jczwgk-list-item:nth-child(2n + 2) {
        margin-right: 0;
    }
}