@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;
}

.zcwj-jiansuo-container {
    border-radius: 0.05rem;
    box-shadow: 0 0 0.08rem 0 #ffe3c2;
    border: solid 1px #ffecd9;
    background-color: #fff;
    padding: 0 0.27rem;
    margin: 0.3rem 0;
}

.zcwj-jiansuo-container .zcwj-search-container {
    height: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0.29rem;
    border-bottom: solid 1px #fff1d5;
}

.zcwj-jiansuo-container .zcwj-search-container .section-title {
    width: 1.89rem;
    height: auto;
    flex-shrink: 0;
}

.zcwj-jiansuo-container .zcwj-search-container .search-container {
    flex: 1;
    width: 100%;
    margin-left: 0.26rem;
    display: flex;
    flex-direction: row;
}

.zcwj-jiansuo-container .zcwj-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;
}

.zcwj-jiansuo-container .zcwj-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;
}

.zcwj-jiansuo-container .zcwj-search-container .search-container .btn img {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.09rem;
}

.zcwj-jiansuo-container .zcwj-search-container .search-container .btn span {
    font-size: 0.18rem;
    color: #fff;
}

.zcwj-jiansuo-container .zcwj-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;
}

.zcwj-jiansuo-container .items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.27rem;
    margin-bottom: 0.3rem;
}

.zcwj-jiansuo-container .items a {
    display: block;
    box-sizing: border-box;
    position: relative;
}

.zcwj-jiansuo-container .items a .img-container {
    box-shadow: 0 0 0.1rem 0 #ffdcb4;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.zcwj-jiansuo-container .items a .img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 0.26rem;
}

.zcwj-jiansuo-container .items a .name {
    text-align: center;
    word-break: keep-all;
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.15rem;
}

.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%);
}

.news-item {
    position: relative;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: solid 1px #f8ebe0;
    background-color: #fffefe;
    padding: 0.6rem 0.26rem 0.23rem;
    overflow: hidden;
}

.news-item .time {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.8rem;
    height: 0.38rem;
    line-height: 0.38rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    color: #fafafa;
    background-image: url(2024-zcwj-img-time-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-item .title {
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 2;
    /*设置多行的行数*/
    color: #333;
    line-height: .25rem;
    transition: none;
    color: #333;
    text-align: justify;
}

.news-item .title:hover {
    color: #ff0000;
}

.news-item .tags {
    border-top: dashed 1px #dadada;
    display: flex;
    flex-direction: row;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
}

.news-item .tags a {
    display: inline-block;
    padding: 0.06rem 0.08rem;
    font-size: 0.15rem;
    color: #666;
    border-radius: 0.03rem;
    border: solid 1px #f8f8f8;
    background-color: #f8f8f8;
}

.news-item .tags a:hover {
    color: #df8b44;
    border: solid 1px #df8b44;
    background-color: #fff;
}

.news-item .tags a+a {
    margin-left: 0.1rem;
}

.items-2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.items-2 .news-item {
    flex-shrink: 0;
    width: 49.07142857%;
}

.items-2 .news-item .title {
    height: 0.5rem;
}

.items-3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.items-3 .news-item {
    flex-shrink: 0;
    width: 31.71428571%;
}

.items-3 .news-item .title {
    height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置对齐模式*/
    -webkit-line-clamp: 3;
    /*设置多行的行数*/
    line-height: .26rem;
    text-align: justify;
}

.items-3 .news-item .title:hover {
    color: #ff0000;
}

@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;
    }

    .zcwj-jiansuo-container {
        padding: 0.15rem;
        margin: 0.15rem 0;
    }

    .zcwj-jiansuo-container .zcwj-search-container {
        height: auto;
        display: block;
        margin: 0;
        *zoom: 1;
        padding: 0 0 0.15rem;
    }

    .zcwj-jiansuo-container .zcwj-search-container:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0;
    }

    .zcwj-jiansuo-container .zcwj-search-container .section-title {
        width: auto;
        height: calc(100vw * .08);
        margin: 0;
        display: block;
        padding-bottom: 0;
    }

    .zcwj-jiansuo-container .zcwj-search-container .search-container {
        margin-left: 0;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        display: flex;
        flex-direction: row;
        width: calc(100% - 1.2rem - .1rem);
        float: left;
    }

    .zcwj-jiansuo-container .zcwj-search-container .search-container input {
        flex: 1;
        width: calc(100% - 1rem);
        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;
    }

    .zcwj-jiansuo-container .zcwj-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;
    }

    .zcwj-jiansuo-container .zcwj-search-container .search-container .btn img {
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.09rem;
    }

    .zcwj-jiansuo-container .zcwj-search-container .search-container .btn span {
        font-size: 0.18rem;
        color: #fff;
    }

    .zcwj-jiansuo-container .zcwj-search-container .wytw {
        display: block;
        margin: 0 auto;
        width: 1.2rem;
        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: .1rem;
        float: right;
        margin-top: .1rem;
    }

    .zcwj-jiansuo-container .items {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .zcwj-jiansuo-container .items a {
        margin-top: 0;
        width: calc((100% - .3rem) / 3);
        display: block;
        box-sizing: border-box;
        position: relative;
        margin-right: .15rem;
    }
    
    .zcwj-jiansuo-container .items a:nth-child(3) {
        margin-right: 0;
    }

    .zcwj-jiansuo-container .items a .img-container {
        box-shadow: 0 0 0.1rem 0 #ffdcb4;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
    }

    .zcwj-jiansuo-container .items a .img-container img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 0.26rem;
    }

    .zcwj-jiansuo-container .items a .name {
        text-align: center;
        word-break: inherit;
        font-size: 0.18rem;
        color: #333;
        font-weight: bold;
        margin: .1rem auto 0;
    }
    
    .zcwj-jiansuo-container .items a:nth-child(3) .name,
    .zcwj-jiansuo-container .items a:nth-child(5) .name {
        width: 6em;
    }

    .section-title {
        margin: 0.15rem auto;
    }

    .news-item+.news-item {
        margin-top: 0.15rem;
    }

    .items-2 {
        display: block;
    }

    .items-2 .news-item {
        flex-shrink: 0;
        width: 100%;
    }

    .items-2 .news-item .title {
        height: 0.5rem;
    }

    .items-3 {
        display: block;
    }

    .items-3 .news-item {
        width: 100%;
    }

    .items-3 .news-item .title {
        height: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /*设置对齐模式*/
        -webkit-line-clamp: 3;
        /*设置多行的行数*/
    }
}