#ztzl-box1 a {
    height: 272rem;
    display: block;
    margin-bottom: 24rem;
}

#ztzl-box1 img {
    width: 100%;
    height: 272rem;
}

#ztzl-box2 .ztzl-item {
    width: 100%;
    height: 160rem;
    background: #E6F1FA;
    margin-bottom: 24rem;
    position: relative;
    padding: 0 32rem;
    box-sizing: border-box;
    font-size: 32rem;
    display: flex;
    align-items: center;
}

#ztzl-box2 .ztzl-item .left_bg {
    width: 8rem;
    height: 124rem;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/globalstatic/szmz/mobile/images/ztzl/left_bg.png');
    background-size: 100% 100%;
}

.ztzl-hasArchived {
    position: absolute;
    right: 20rem;
    bottom: 38rem;
    color: #98C8ED;
    width: 168rem;
    height: 80rem;
    background-image: url('/globalstatic/szmz/mobile/images/ztzl/archived_bg.png');
    background-size: 100% 100%;
    text-align: center;
    line-height: 112rem;
    font-size: 20rem;
    font-style: italic;
    transform: rotate(-20deg);
}