.wzbox {
    margin-top: 1rem;

}

.wzbox .container {
    max-width: 14.4rem;
    margin: 0 auto;


}

.wzbox .wz h2 {
    width: 100%;
    font-weight: 800;
    font-size: .4rem;
    color: #000000;
    line-height: .53rem;
    text-align: center;
    margin-bottom: .8rem;

}

.wzbox .wz .showxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .18rem;
    border-bottom: .01rem solid #E5E5E5;

    margin-bottom: .3rem;

}

.wz .showxx .date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
    font-weight: 400;
    font-size: .16rem;
    color: #5A5467;
    line-height: .22rem;
}

.wz .showxx .date img {
    width: .14rem;
    height: .14rem;
}

.wz .showxx .ly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.9rem;
    
}

.wz .showxx .ly .ly-title,
.wz .showxx .ly .ly-djs {

    font-weight: 400;
    font-size: .16rem;
    color: #5A5467;
    line-height: .22rem;

}

.wz .showxx .ly .ly-djs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
}

.wz .showxx .ly .ly-djs img {
    width: .14rem;
    height: .14rem;
}

.wz .wz-content {
    padding-bottom: .5rem;
    margin-bottom: .2rem;
    border-bottom: .01rem solid #E5E5E5;
}

.wz .wz-content p {
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .36rem;
    text-align: justify;
    /*text-indent: 2em;*/
    margin-bottom: .1rem;
}

.wz .wz-content img {
    max-width: 100%;
    margin: .3rem auto;
    object-fit: cover;
}

.wz .showtz {
    display: flex;
    align-items: center;
    width: 100%;
    gap: .8rem;
    margin-bottom: .6rem;
}

.wz .showtz .syp,
.wz .showtz .xyp {
    width: 6.8rem;
    height: .4rem;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .36rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}