﻿.ssznss {
}

    .ssznss .znnmm {
        display: flex;
        align-items: center; /* 数字和文字垂直居中 */
        gap: 16px; /* 数字和文字之间的间距，可自行调整 */
        padding: 12px 0; /* 上下内边距，增加点击/视觉空间 */
        width: 100%; /* 占满父容器宽度，保证对齐效果 */
    }

    .ssznss .nm1, .ssznss .nm3, .ssznss .nm5 {
        justify-content: flex-start; /* 整体左靠齐 */
    }

    .ssznss .nm2, .ssznss .nm4, .ssznss .nm6 {
        justify-content: flex-end; /* 整体右靠齐 */
        flex-direction: row-reverse; /* 调换sz和nm的显示顺序 */
    }

        .ssznss .nm2 .nm, .ssznss .nm4 .nm, .ssznss .nm6 .nm {
            text-align: right;
        }

    .ssznss .znnmm .sz {
        font-size: 80px;
        font-weight: 700;
        color: #d8d8d8; /* 数字颜色 */
        width: 60px; /* 固定宽度，避免数字晃动 */
        text-align: center;
    }

    .ssznss .znnmm .nm {
        flex: 1
    }

    .ssznss .znnmm .en {
        font-size: 20px;
        color: #333;
        line-height: 1.5; /* 行高，提升可读性 */
    }

    .ssznss .znnmm .an {
        font-size: 16px;
        color: #333;
        line-height: 1.5; /* 行高，提升可读性 */
    }

    .ssznss .znimg img {
        display: block;
        width: 100%;
    }

    /****/
    .ssznss .fstmain {
        margin-top: 20px;
    }

    .ssznss .fstitem {
        width: 32%;
        margin-right: 2%;
        float: left;
        margin-bottom: 20px;
        background-color: #FFF;
        border-radius: 6px;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    }

        .ssznss .fstitem:nth-child(3n+3) {
            margin-right: 0%;
        }

    .ssznss .fiimg {
        margin-right: 10px;
    }

        .ssznss .fiimg img {
            display: block;
            height: 50px;
        }

    .ssznss .finm {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .ssznss .fen {
        font-size: 16px;
    }

    .ssznss .fan {
        font-size: 16px;
    }
    /****/
    .ssznss .sndmain {
        margin-top: 20px;
    }

    .ssznss .snditem {
        border-left: 20px solid #8bcd2b;
        border-radius: 10px;
        margin-bottom: 20px;
        background-color: #FFF;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
    }

    .ssznss .sndholder {
        width: 100%;
        padding: 10px;
        margin-left: -6px;
        border-left: 20px solid #FFF;
        border-radius: 10px;
        background-color: #FFF;
        line-height: 1.5;
        font-size: 14px;
    }

    .ssznss .sndstr {
        margin-bottom: 6px;
    }

        .ssznss .sndstr:last-child {
            margin-bottom: 0px;
        }
    /****/
    .ssznss .tfmain {
        border-left: 20px solid #8bcd2b;
        border-radius: 10px;
        margin-bottom: 20px;
        background-color: #FFF;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        margin-top: 20px;
    }

    .ssznss .tfholder {
        width: 100%;
        padding: 10px;
        margin-left: -6px;
        border-left: 20px solid #FFF;
        border-radius: 10px;
        background-color: #FFF;
        line-height: 1.5;
        font-size: 14px;
    }

    .ssznss .tfstr {
        margin-bottom: 6px;
    }

        .ssznss .tfstr:last-child {
            margin-bottom: 0px;
        }
    /****/
    .ssznss .fivmain {
        margin-top: 20px;
    }

    .ssznss .fivitem {
        width: 49%;
        float: left;
        margin-right: 2%;
        border-left: 20px solid #8bcd2b;
        border-radius: 10px;
        margin-bottom: 20px;
        background-color: #FFF;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
    }

        .ssznss .fivitem:nth-child(2n+2) {
            margin-right: 0%;
        }

    .ssznss .fivholder {
        width: 100%;
        padding: 10px;
        margin-left: -6px;
        border-left: 20px solid #FFF;
        border-radius: 10px;
        background-color: #FFF;
        line-height: 1.5;
        font-size: 14px;
    }
    /****/
    .ssznss .flexdown {
        margin: 20px 0 50px 0;
        display: flex;
        justify-content: center;
    }

        .ssznss .flexdown a {
            display: block;
            line-height: 50px;
            text-align: center;
            border-radius: 6px;
            background-color: #9b999b;
            color: #FFF !important;
            font-size: 16px;
            margin: 0 10px;
            width: 230px;
            text-align: center;
        }

            .ssznss .flexdown a:hover {
                background-color: #abcd05;
            }
