@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;
}

.zcwd-search-container {
    border-radius: 0.05rem;
    box-shadow: 0 0 0.08rem 0 #ffe3c2;
    border: solid 1px #ffecd9;
    background-color: #fff;
    background-image: url(2024-zczxwdk-img-jiansuo-bg.png);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0.29rem;
    margin: 0.3rem 0;
}

.zcwd-search-container .section-title {
    width: 1.89rem;
    height: auto;
    flex-shrink: 0;
}

.zcwd-search-container .search-container {
    flex: 1;
    width: 100%;
    margin-left: 0.26rem;
    display: flex;
    flex-direction: row;
}

.zcwd-search-container .search-container input {
    flex: 1;
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    border: solid 1px #fbcb95;
    border-right-width: 0;
    padding-left: 0.15rem;
    border-top-left-radius: 0.03rem;
    border-bottom-left-radius: 0.03rem;
    box-sizing: border-box;
}

.zcwd-search-container .search-container .btn {
    width: 1.34rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background-image: linear-gradient(to top, #ffaa45, #ff630f);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zcwd-search-container .search-container .btn img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.09rem;
}

.zcwd-search-container .search-container .btn span {
    font-size: 0.18rem;
    color: #fff;
}

.zcwd-search-container .wytw {
    width: 1.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.03rem;
    background-color: #e8000f;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    margin-left: 0.14rem;
}

.gpwd-rmly-xzbm-tabs {
    width: 4.8rem;
    height: 0.56rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    border-radius: 0.28rem;
    background-color: #f5f5f5;
    position: relative;
    box-sizing: border-box;
    padding: 0.08rem;
    font-size: 0;
}

.gpwd-rmly-xzbm-tabs div {
    flex: 1;
    width: 33.33%;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.19rem;
    color: #333;
    font-weight: bold;
    z-index: 2;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gpwd-rmly-xzbm-tabs::before {
    content: "";
    width: calc((100% - 0.16rem) / 3);
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #e8000f;
    transition: all 0.3s ease;
    position: absolute;
    left: 0.08rem;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

.gpwd-rmly-xzbm-tabs.active-1::before {
    left: 0.08rem;
    visibility: visible;
}

.gpwd-rmly-xzbm-tabs.active-1 div:nth-child(1) {
    color: #fff;
}

.gpwd-rmly-xzbm-tabs.active-2::before {
    left: calc(0.08rem + (100% - 0.16rem) / 3);
    visibility: visible;
}

.gpwd-rmly-xzbm-tabs.active-2 div:nth-child(2) {
    color: #fff;
}

.gpwd-rmly-xzbm-tabs.active-3::before {
    left: calc(0.08rem + (100% - 0.16rem) / 3 * 2);
    visibility: visible;
}

.gpwd-rmly-xzbm-tabs.active-3 div:nth-child(3) {
    color: #fff;
}

.rmly-xzbm-types {
    display: none;
    margin-top: 0.3rem;
    border-bottom: solid 1px #ffe5c7;
}

.rmly-xzbm-types div {
    display: none;
    *zoom: 1;
}

.rmly-xzbm-types div:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.rmly-xzbm-types div a {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    float: left;
    width: 13.42857%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: dashed 1px #cbcbcb;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    color: #454545;
    text-align: center;
    transition: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.rmly-xzbm-types div a:nth-child(7n+1) {
    margin-left: 0;
}

.rmly-xzbm-types div a.active,
.rmly-xzbm-types div a:hover {
    background-color: #f31321;
    border: solid 1px #f31321;
    color: #fff;
}

.rmly-xzbm-types div.active {
    display: block;
}

.search-result-tip-label {
    font-size: 0.17rem;
    color: #e8000f;
    font-weight: bold;
    margin-top: 0.1rem;
}

.search-result-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem 0;
}

.search-result-empty img {
    width: auto;
    height: 1.08rem;
}

.search-result-empty .tip {
    font-size: 0.16rem;
    color: #666;
    text-align: center;
    margin-top: 0.2rem;
}

.wd-list {
    *zoom: 1;
}

.wd-list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.wd-list>div {
    float: left;
    width: 49.2857%;
    margin-left: 1.42857%;
    margin-top: 1.42857%;
    height: 1.88rem;
    background-image: linear-gradient(to bottom, #fff5ea, #fffffe);
    border-radius: 0.05rem;
    border: solid 1px #ffe5c7;
    padding: 0.2rem;
    box-sizing: border-box;
}

.wd-list>div .question {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 0.3rem;
    line-height: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.5rem;
    font-size: 0.18rem;
    color: #454545;
}

.wd-list>div .question::before {
    content: "";
    width: 0.41rem;
    height: 0.26rem;
    background-image: url(2024-zczxwdk-ic-question.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wd-list>div .answer-container {
    position: relative;
    padding-left: 0.5rem;
    padding-top: 0.1rem;
    margin-top: 0.15rem;
    height: 1rem;
    box-sizing: border-box;
}

.wd-list>div .answer-container::before {
    content: "";
    width: 100%;
    height: 1px;
    background-image: url(2024-zczxwdk-img-split-line.png);
    position: absolute;
    top: 0;
    left: 0;
}

.wd-list>div .answer-container::after {
    content: "";
    width: 0.41rem;
    height: 0.26rem;
    background-image: url(2024-zczxwdk-ic-answer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0.1rem;
}

.wd-list>div .answer-container .answer {
    display: block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 2;
    /*设置多行的行数*/
    line-height: 1.63;
    font-size: 0.16rem;
    color: #666;
}

.wd-list>div .answer-container>div {
    position: absolute;
    bottom: 0;
    left: 0.5rem;
}

.wd-list>div .answer-container>div .time {
    display: inline-block;
    height: 0.26rem;
    line-height: 0.26rem;
    text-align: center;
    padding: 0 0.08rem;
    border-radius: 0.03rem;
    background-color: #fff5e6;
    font-size: 0.15rem;
    color: #555;
}

.wd-list>div .answer-container>div .zcwy {
    display: inline-block;
    height: 0.26rem;
    line-height: 0.26rem;
    border-radius: 0.03rem;
    border: solid 1px #fbcb95;
    background-color: #fffdfb;
    padding: 0 0.08rem;
    margin-left: 0.08rem;
    font-size: 0.15rem;
    color: #de732e;
}

.wd-list>div:nth-child(2n+1) {
    margin-left: 0;
}

.wd-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}

.wd-pagination a {
    display: inline-block;
    padding: 0.05rem 0.1rem;
    border: solid 1px #eceaea;
    font-size: 0.16rem;
    color: #8f8f8f;
}

.wd-pagination a:hover,
.wd-pagination a.active {
    color: #fff;
    background-color: #e8000f;
}

.wd-pagination a+a {
    margin-left: 0.1rem;
}

.twspjd-section-title {
    border-bottom: solid 2px #e8000f;
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.23rem;
}

.twspjd-section-title span {
    display: inline-block;
    box-sizing: border-box;
    width: 2.04rem;
    height: 0.41rem;
    line-height: 0.41rem;
    background-image: url(2024-zczxwdk-img-twjd-section-title-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 0.2rem;
    font-size: 0.22rem;
    color: #fff;
    font-weight: 900;
}

.twspjd-section-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.14rem;
    color: #ca1c1d;
}

.twspjd-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.twspjd-list a {
    display: block;
    height: 0;
    width: 23.7142857%;
    position: relative;
    padding-top: 15.7142857%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0.05rem;
}

.twspjd-list a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.twspjd-list a:hover img {
    transform: scale(1.02);
}

@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;
    }

    .zcwd-search-container {
        border-radius: 0.05rem;
        box-shadow: 0 0 0.08rem 0 #ffe3c2;
        border: solid 1px #ffecd9;
        background-color: #fff;
        background-image: url(2024-zczxwdk-img-jiansuo-bg.png);
        background-position: left center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        height: auto;
        display: block;
        padding: 0.15rem 0.15rem 0;
        margin: 0.15rem 0;
        *zoom: 1;
    }

    .zcwd-search-container:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }

    .zcwd-search-container .section-title {
        width: auto;
        height: calc(100vw * .08);
        display: block;
    }

    .zcwd-search-container .search-container {
        margin-left: 0;
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        display: flex;
        flex-direction: row;
        width: calc(100% - 1rem - .1rem);
        float: left;
    }

    .zcwd-search-container .search-container input {
        flex: 1;
        width: 100%;
        height: 0.42rem;
        line-height: 0.42rem;
        border: solid 1px #fbcb95;
        border-right-width: 0;
        padding-left: 0.15rem;
        border-top-left-radius: 0.03rem;
        border-bottom-left-radius: 0.03rem;
        box-sizing: border-box;
    }

    .zcwd-search-container .search-container .btn {
        width: 1rem;
        height: 0.42rem;
        line-height: 0.42rem;
        background-image: linear-gradient(to top, #ffaa45, #ff630f);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .zcwd-search-container .search-container .btn img {
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.09rem;
    }

    .zcwd-search-container .search-container .btn span {
        font-size: 0.18rem;
        color: #fff;
    }

    .zcwd-search-container .wytw {
        display: block;
        margin: 0 auto;
        width: 1rem;
        height: 0.42rem;
        line-height: 0.42rem;
        border-radius: 0.03rem;
        background-color: #e8000f;
        font-size: 0.18rem;
        color: #fff;
        text-align: center;
        margin-left: 0auto;
        float: left;
        margin-left: .1rem;
        margin-top: .1rem;
    }

    .gpwd-rmly-xzbm-tabs {
        width: 100%;
    }

    .rmly-xzbm-types {
        margin-top: 0.15rem;
    }

    .rmly-xzbm-types div a {
        height: 0.4rem;
        line-height: 0.4rem;
        width: 32%;
        margin-left: 2%;
        margin-bottom: 1%;
    }

    .rmly-xzbm-types div a:nth-child(7n+1) {
        margin-left: 2%;
    }

    .rmly-xzbm-types div a:nth-child(3n+1) {
        margin-left: 0;
    }

    .search-result-tip-label {
        font-size: 0.2rem;
    }

    .search-result-empty .tip {
        font-size: 0.18rem;
    }

    .wd-list {
        *zoom: 1;
    }

    .wd-list:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }

    .wd-list>div {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .wd-list>div .question {
        font-size: 0.2rem;
    }

    .wd-list>div .answer-container .answer {
        font-size: 0.18rem;
    }

    .wd-list>div .answer-container>div .time {
        font-size: 0.18rem;
    }

    .wd-list>div .answer-container>div .zcwy {
        font-size: 0.18rem;
    }

    .wd-list>div:nth-child(2n+1) {
        margin-left: 0;
    }

    .wd-pagination {
        margin-top: .15rem;
        margin-bottom: .15rem;
    }

    .wd-pagination a {
        display: none;
    }

    .wd-pagination a.prev,
    .wd-pagination a.next {
        display: inline-block;
    }

    .twspjd-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .twspjd-list a {
        display: block;
        height: 0;
        width: 49%;
        padding-top: 31.4285714%;
        margin-bottom: 2%;
    }
}