.wzbox {
    margin-top: 100px;

}

.wzbox .container {
    max-width: 1440px;
    margin: 0 auto;


}

.wzbox .wz h2 {
    width: 100%;
    font-weight: 800;
    font-size: 40px;
    color: #000000;
    line-height: 53px;
    text-align: center;
    margin-bottom: 80px;

}

.wzbox .wz .showxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #E5E5E5;

    margin-bottom: 30px;

}

.wz .showxx .date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #5A5467;
    line-height: 22px;
}

.wz .showxx .date img {
    width: 14px;
    height: 14px;
}

.wz .showxx .ly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 290px;

}

.wz .showxx .ly .ly-title,
.wz .showxx .ly .ly-djs {

    font-weight: 400;
    font-size: 16px;
    color: #5A5467;
    line-height: 22px;

}

.wz .showxx .ly .ly-djs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.wz .showxx .ly .ly-djs img {
    width: 14px;
    height: 14px;
}

.wz .wz-content {
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}

.wz .wz-content p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 10px;
}

.wz .wz-content img {
    margin: 30px auto;
    object-fit: cover;
}

.wz .showtz {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 80px;
    margin-bottom: 60px;
}

.wz .showtz .syp,
.wz .showtz .xyp {
    width: 680px;
    height: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}