.web-board {
    margin-top: 0.6rem;
}

.web-board .board-func {
    float: left;
    width: 8.8rem;
    background-color: #fffbf6;
}

.web-board .board-func .func-item {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 1.35rem;
    background: url(../images/2024-hdjl-web-board-func-item-line.png) no-repeat;
    background-position: 100% 0.35rem;
    background-size: auto 0.69rem;
}

.web-board .board-func .func-item:nth-last-child(1) {
    background: none;
}

.web-board .board-func .func-item img {
    width: 0.6rem;
    height: 0.6rem;
}

.web-board .board-func .func-item span {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    letter-spacing: 2.7px;
    color: #454545;
}

.web-board .board-func .func-item:hover span {
    color: #ca1c1d;
}

.web-board .board-right {
    float: right;
    display: block;
    width: 4.92rem;
    height: 1.35rem;
    overflow: hidden;
}

.web-board .board-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.web-board .board-right:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.web-board .lyxd {
    float: left;
    margin-top: 0.25rem;
    width: 8.8rem;
}

.web-board .lyxd .lyxd-list-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.25rem;
    height: 0.45rem;
    background-color: #fafafa;
}

.web-board .lyxd .lyxd-list-head span {
    display: block;
    font-size: 0.17rem;
    color: #454545;
    border-right: 0.02rem solid #fff;
    box-sizing: border-box;
    text-align: center;
}

.web-board .lyxd .lyxd-list-head span:nth-child(1) {
    width: 1.1rem;
}

.web-board .lyxd .lyxd-list-head span:nth-child(2) {
    flex: 1;
}

.web-board .lyxd .lyxd-list-head span:nth-child(3) {
    width: 1.35rem;
}

.web-board .lyxd .lyxd-list li {
    height: 0.6rem;
    border-bottom: 1px dashed #e9e9e9;
    box-sizing: border-box;
}

.web-board .lyxd .lyxd-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.web-board .lyxd .lyxd-list li:hover span {
    color: #d8352d;
}

.web-board .lyxd .lyxd-list li .type {
    display: block;
    margin: 0 0.27rem 0 0.23rem;
    width: 0.6rem;
    height: 0.26rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    letter-spacing: 2.1px;
    color: #d8352d;
    text-align: center;
    border: solid 0.01rem #df6c68;
    border-radius: 0.13rem;
    -webkit-border-radius: 0.13rem;
    -moz-border-radius: 0.13rem;
    -ms-border-radius: 0.13rem;
    -o-border-radius: 0.13rem;
}

.web-board .lyxd .lyxd-list li .title {
    display: block;
    width: calc(100% - 2.45rem);
    font-size: 0.17rem;
    letter-spacing: 0.02rem;
    color: #454545;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.web-board .lyxd .lyxd-list li .time {
    display: block;
    width: 1.35rem;
    font-size: 0.17rem;
    color: #454545;
    text-align: center;
}

.web-board .lytj {
    float: right;
    margin-top: 0.25rem;
    width: 4.9rem;
}

.web-board .lytj .charts-box {
    margin-top: 0rem;
    height: 2.2rem;
}

.web-board .lytj .charts-box #lytj-charts {
    width: 100%;
    height: calc(100% - 0.28rem);
}

.web-board .lytj .charts-box .charts-title {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
}

.web-board .tj-s-box {
    text-align: center;
    font-size: .15rem;
    color: #6e7079;
    margin-top: .15rem;
}

.web-board .tj-s-box span {
    line-height: .29rem;
}

.web-board .tj-s-box input {
    width: 1.16rem;
    height: .27rem;
    padding: 0 0 0 .1rem;
    border: 1px solid #ffd5d5;
    margin: 0;
    display: inline-block;
    font-size: .15rem;
    color: #6e7079;
    background: url(../images/2024-hdjl-tj-day-ico.png) no-repeat #ffffff;
    background-size: auto .06rem;
    background-position: 1.04rem center;
    cursor: pointer;
}

.web-board .tj-s-msg {
    font-size: .15rem;
    text-align: center;
    margin-top: .1rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #ffd5d5;
    line-height: .24rem;
    color: #6e7079;
}

.zt-box {
    margin: 0.32rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zt-box .zt-item {
    display: block;
    width: calc((100% - 0.5rem) / 3);
    height: 1.08rem;
    overflow: hidden;
}

.zt-box .zt-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.zt-box .zt-item:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.yjzj .yjzj-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/2024-hdjl-yjzj-title-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.yjzj .yjzj-title img {
    margin-left: -0.4rem;
    height: 0.26rem;
}

.yjzj .yjzj-list {
    margin-top: 0.3rem;
}

.yjzj .yjzj-list li {
    float: left;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
    width: calc((100% - 0.35rem) / 2);
}

.yjzj .yjzj-list li:nth-child(2n + 2) {
    margin-right: 0;
}

.yjzj .yjzj-list li a {
    display: block;
}

.yjzj .yjzj-list li .status {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.88rem;
    height: 0.6rem;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
    color: #999;
    background-color: #f3f3f3;
}

.yjzj .yjzj-list li .active {
    color: #ca1c1d;
    background-color: #fef5e1;
}

.yjzj .yjzj-list li .con {
    float: right;
    width: calc(100% - 1.02rem);
}

.yjzj .yjzj-list li .con .title {
    display: block;
    margin-bottom: 0.13rem;
    font-size: 0.18rem;
    letter-spacing: 1.35px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yjzj .yjzj-list li .con .time {
    display: inline-block;
    max-width: calc(50% - 0.05rem);
    padding-left: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #666;
    background: url(../images/2024-hdjl-yjzj-list-item-time.png) no-repeat;
    background-position: 0 0.03rem;
    background-size: 0.15rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yjzj .yjzj-list li .con .addr {
    display: inline-block;
    max-width: calc(50% - 0.05rem);
    margin-left: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #666;
    background: url(../images/2024-hdjl-yjzj-list-item-addr.png) no-repeat;
    background-position: 0 0.03rem;
    background-size: 0.15rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yjzj .yjzj-list li:hover .con .title {
    color: #d8352d;
}

.zczxwdk {
    padding: 0.3rem 0.28rem;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fef5e1, #fffbf9);
    border: solid 1px #fcebc6;
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
}

.zczxwdk .wdk-title {
    text-align: center;
}

.zczxwdk .wdk-title img {
    height: 0.34rem;
}

.zczxwdk .type-list {
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
}

.zczxwdk .type-list .type-item {
    float: left;
    display: block;
    margin-right: 0.25rem;
    margin-bottom: 0.13rem;
    width: calc((100% - 1.75rem) / 8);
    height: 0.38rem;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
    line-height: 0.38rem;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 0.19rem;
    -webkit-border-radius: 0.19rem;
    -moz-border-radius: 0.19rem;
    -ms-border-radius: 0.19rem;
    -o-border-radius: 0.19rem;
    cursor: pointer;
}

.zczxwdk .type-list .type-item:nth-child(8n + 8) {
    margin-right: 0;
}

.zczxwdk .type-list .type-item:hover,
.zczxwdk .type-list .active {
    background-color: #d8352d;
    color: #fff;
}

#zczxwdk-swiper {
    padding-bottom: 0.2rem;
    background-color: #fff;
}

#zczxwdk-swiper .swiper-slide {
    padding: 0.3rem 0;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
}

#zczxwdk-swiper ul li {
    float: left;
    padding: 0 0.3rem;
    width: 50%;
    box-sizing: border-box;
}

#zczxwdk-swiper ul li:nth-child(1) {
    border-right: 0.01rem solid #f2f2f2;
}

#zczxwdk-swiper ul li span {
    display: block;
    padding-left: 0.55rem;
    line-height: 0.26rem;
    background-repeat: no-repeat;
    background-size: auto 0.26rem;
    box-sizing: border-box;
    text-align: justify;
}

#zczxwdk-swiper ul li span:nth-child(1) {
    margin-bottom: 0.16rem;
    height: 0.26rem;
    font-size: 0.18rem;
    letter-spacing: 1.3px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../images/2024-hdjl-zczxwdk-list-item-question.png);
}

#zczxwdk-swiper ul li span:nth-child(2) {
    display: -webkit-box;
    font-size: 0.16rem;
    letter-spacing: 1.2px;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    background-image: url(../images/2024-hdjl-zczxwdk-list-item-answer.png);
}

#zczxwdk-swiper ul li .more {
    display: block;
    margin: 0.2rem auto 0 auto;
    width: 0.9rem;
    height: 0.26rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #d8352d;
    border: solid 1px #df6c68;
    background-color: #fff;
    border-radius: 0.13rem;
    -webkit-border-radius: 0.13rem;
    -moz-border-radius: 0.13rem;
    -ms-border-radius: 0.13rem;
    -o-border-radius: 0.13rem;
}

#zczxwdk-swiper ul li .more:hover {
    background-color: #d8352d;
    color: #fff;
}

#zczxwdk-swiper .swiper-pagination {
    bottom: 0.2rem;
}

#zczxwdk-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background-color: #f8dfb2;
}

#zczxwdk-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.2rem;
    background-color: #d8352d;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

@media screen and (max-width: 768px) {
    .web-board {
        margin-top: 0.3rem;
    }

    .web-board .board-func {
        float: none;
        margin-bottom: 0.15rem;
        width: 100%;
    }

    .web-board .board-func .func-item {
        float: left;
        width: 50%;
        height: 1rem;
        background-position: 100% 0.18rem;
    }

    .web-board .board-func .func-item:nth-child(2n + 2) {
        background: none;
    }

    .web-board .board-func .func-item img {
        width: 0.55rem;
        height: 0.55rem;
    }

    .web-board .board-func .func-item span {
        margin-top: 0;
        font-size: 0.18rem;
    }

    .web-board .board-right {
        float: none;
        width: 100%;
        height: 1rem;
    }

    .web-board .lyxd {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .web-board .lyxd .lyxd-list-head {
        margin-top: 0.2rem;
    }

    .web-board .lyxd .lyxd-list-head span:nth-child(1) {
        width: 1rem;
    }

    .web-board .lyxd .lyxd-list-head span:nth-child(2) {
        flex: 1;
    }

    .web-board .lyxd .lyxd-list-head span:nth-child(3) {
        width: 1.25rem;
    }

    .web-board .lyxd .lyxd-list li .type {
        margin: 0 0.25rem 0 0.15rem;
    }

    .web-board .lyxd .lyxd-list li .title {
        width: calc(100% - 2.25rem);
    }

    .web-board .lyxd .lyxd-list li .time {
        width: 1.25rem;
    }

    .web-board .lytj {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .web-board .lytj .charts-box {
        margin-top: 0.15rem;
        height: 2.88rem;
    }

    .zt-box {
        margin: 0.15rem 0;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .zt-box .zt-item {
        margin-bottom: 0.1rem;
        width: 100%;
        height: 1.08rem;
    }

    .yjzj .yjzj-title img {
        margin-left: -0.1rem;
        height: 0.25rem;
    }

    .yjzj .yjzj-list {
        margin-top: 0.15rem;
    }

    .yjzj .yjzj-list li {
        float: none;
        margin-bottom: 0.15rem;
        margin-right: 0;
        width: 100%;
    }

    .yjzj .yjzj-list li::after {
        display: block;
        height: 0;
        content: '';
        clear: both;
    }

    .yjzj .yjzj-list li:nth-child(2n + 2) {
        margin-right: 0;
    }

    .yjzj .yjzj-list li .status {
        float: left;
        width: 0.68rem;
        height: 0.88rem;
    }

    .yjzj .yjzj-list li .con {
        float: right;
        width: calc(100% - 0.8rem);
    }

    .yjzj .yjzj-list li .con .title {
        margin-bottom: 0.14rem;
    }

    .yjzj .yjzj-list li .con .time {
        display: block;
        max-width: 100%;
        padding-left: 0.2rem;
    }

    .yjzj .yjzj-list li .con .addr {
        display: block;
        max-width: 100%;
        margin-top: 0.1rem;
        margin-left: 0;
        padding-left: 0.2rem;
    }

    .zczxwdk {
        padding: 0.15rem 0.15rem;
    }

    .zczxwdk .wdk-title img {
        height: 0.3rem;
    }

    .zczxwdk .type-list {
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .zczxwdk .type-list .type-item {
        float: left;
        margin-right: 0.15rem;
        margin-bottom: 0.1rem;
        width: calc((100% - 0.3rem) / 3);
    }

    .zczxwdk .type-list .type-item:nth-child(8n + 8) {
        margin-right: 0.15rem;
    }

    .zczxwdk .type-list .type-item:nth-child(3n + 3) {
        margin-right: 0;
    }

    #zczxwdk-swiper {
        padding-bottom: 0.25rem;
        background-color: #fff;
    }

    #zczxwdk-swiper .swiper-slide {
        padding: 0.15rem 0;
    }

    #zczxwdk-swiper ul li {
        float: none;
        padding: 0 0.15rem;
        padding-bottom: 0.15rem;
        width: 100%;
    }

    #zczxwdk-swiper ul li:nth-child(1) {
        margin-bottom: 0.15rem;
        border-right: none;
        border-bottom: 1px solid #f2f2f2;
    }

    #zczxwdk-swiper ul li span:nth-child(1) {
        margin-bottom: 0.15rem;
    }

    #zczxwdk-swiper .swiper-pagination {
        bottom: 0.15rem;
    }
}