.content {
    display: flex;
    margin-top: 0.5rem;

    .set-top {
        display: inline-block;
        width: 0.64rem;
        height: 0.32rem;
        text-align: center;
        border-radius: 0.1rem;
        color: #fff;
        font-family: "宋体";
        font-size: 0.16rem;

        background: #1F5EAB;
        line-height: 0.32rem;
        margin-right: 0.1rem;
    }

    .word {
        margin-left: 0.57rem;

        p {
            text-indent: 2em;
            color: #333;
            line-height: 32px;
            word-wrap: break-word;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0.35rem;
        }

        h1 {
            margin-top: 0.59rem;
            margin-bottom: 0.36rem;
        }

        .img-area {
            display: flex;
            width: 100%;
            justify-content: space-between;

            img {
                width: 5.85rem;
                height: 3.81rem;
            }
        }

    }

    .history {

        li {
            margin-bottom: 0.53rem;
        }

        p {
            margin-bottom: 0.25rem;
        }

        .year {
            margin-left: 0.9rem;
            font-size: 0.2rem;

            font-family: "宋体";
            color: rgba(0, 0, 0, 1);
        }

        .dot {
            width: 0.08rem;
            height: 0.08rem;
            border-radius: 50%;
            background: #A4A4A4;
            margin-left: 0.21rem;
        }

        .line {
            height: 0.01rem;
            width: 12.67rem;
            background: #e4e4e4;
            margin-left: 0.29rem;
            margin-top: -0.04rem;
        }
    }

    .leader {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        row-gap: 0.6rem;

        .leader-table {
            width: 80%;

            .t-header {
                width: 100%;
                height: 0.74rem;
                background-image: url('../images/yygk/wts.png');
                background-size: 100% 100%;
                text-align: center;
                vertical-align: middle;

                font-family: "宋体";
                font-size: 0.22rem;
                color: #FFFFFF;
                line-height: 0.74rem;
            }

            .t-body {
                box-shadow: 0px 5px 5px 0px rgba(213, 213, 213, 0.75);
                display: flex;
                flex-direction: column;
                align-items: center;

                .row {
                    flex: 1;
                    max-height: 20%;
                    justify-content: center;
                    box-sizing: border-box;
                    width: 100%;
                    display: flex;

                    padding-left: 0.3rem;
                    padding-right: 0.3rem;

                    &:last-child {
                        .td {
                            border: none;
                        }
                    }

                    .td {
                        border-bottom: 1px solid #E0E0E0;
                        color: #333;
                        font-size: 0.2rem;
                        height: 0.8rem;
                        display: flex;
                        padding-left: 2rem;
                        width: 100%;
                        align-items: center;

                        .gw {
                            font-weight: bold;
                            text-align: left;
                            min-width: 0.8rem;
                            width: fit-content;
                        }

                        .mz {
                            font-weight: 400;
                            text-align: center;
                            flex: 1;
                        }

                        .divider {
                            width: 0.01rem;
                            height: 0.18rem;
                            margin-left: 0.43rem;
                            display: inline-block;
                            background: #C4C4C4;
                        }
                    }
                }

            }

        }
    }

    .eq {
        display: flex;
        flex-direction: column;
        margin-left: 0.36rem;

        .eq-category {
            display: flex;
            flex-wrap: wrap;
            column-gap: 0.18rem;
            row-gap: 0.21rem;

            li {
                flex-shrink: 0;

                div {
                    cursor: pointer;
                    width: 2.30rem;
                    height: 0.59rem;
                    line-height: 0.59rem;
                    text-align: center;
                    font-family: "宋体";
                    font-size: 0.22rem;
                    color: rgba(0, 0, 0, 1);
                    cursor: pointer;
                    border-radius: 6px;
                    background-color: #fff;
                    box-shadow: 0 0 15px #dbdbdb;

                    &:hover {
                        font-weight: bold;
                    }

                    &.active {
                        background-color: #2260AC;
                        color: #FEFEFE;
                    }
                }
            }
        }

        .eq-list {
            display: flex;
            margin-top: 0.52rem;
            flex-wrap: wrap;
            row-gap: 0.29rem;
            column-gap: 0.15rem;
            justify-content: left;

            li {
                .eq-detail {
                    &:hover {
                        animation: shake-light 0.5s ease;
                    }

                    cursor: pointer;

                    .cover {
                        width: 3.2rem;
                        height: 2.97rem;
                        background-color: lightgray;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: fill;
                        }
                    }

                    .title {
                        box-sizing: border-box;
                        text-align: center;
                        height: 0.65rem;
                        line-height: 0.65rem;
                        font-size: 0.18rem;
                        color: #FFFFFF;
                        width: 100%;
                        background: #0573B4;
                        border-bottom-right-radius: 0.05rem;
                        border-bottom-left-radius: 0.05rem;
                    }
                }
            }
        }

        .eq-list li {
            width: 31%;
            margin-right: 1%;
        }

        .eq-list li div {
            width: 100%;
        }

        .eq-list li div img {
            display: block;
            width: 100%;
        }

        .eq-list .cover {
            width: 100% !important;
        }

        .eq-detail {
            margin-top: 0.62rem;

            .eq-gk {
                display: flex;
                align-items: center;
                color: #333333;
                height: 4.13rem;

                .eq-cover {
                    width: 5.8rem;
                    height: 100%;
                    background-color: lightgray;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: fill;
                    }
                }

                .memo {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    height: 100%;
                    padding-top: 0.49rem;
                    box-sizing: border-box;
                    padding-left: 0.44rem;

                    h1 {
                        font-weight: bold;
                        font-size: 0.24rem;
                        line-height: 0.3rem;
                    }

                    p {
                        text-indent: 2em;
                        margin-top: 0.35rem;
                        font-family: "宋体";
                        line-height: 0.36rem;
                        font-size: 0.2rem;
                        height: 2.16rem;
                        overflow: auto;
                        scrollbar-width: none;
                    }

                    a {
                        margin-top: 0.3rem;
                        color: #2260AC;
                        font-family: "宋体";
                        font-size: 0.18rem;
                        line-height: 0.3rem;
                        padding-bottom: 0.04rem;
                        width: fit-content;
                        border-bottom: 0.01rem solid #2260AC;
                    }
                }
            }

            .eq-tag {
                margin-top: 0.57rem;

                .eq-tag-title {
                    width: 100%;
                    height: 0.56rem;
                    line-height: 0.45rem;
                    font-size: 0.20rem;
                    font-weight: 700;

                    box-sizing: border-box;
                    padding-left: 0.2rem;

                    border-top: 0.03rem solid #0573B4;
                    background-image: url("../images/yygk/eq-header.png");
                    background-size: 100% 100%;
                }

                p {
                    text-indent: 2em;
                    box-sizing: border-box;
                    padding-left: 0.2rem;
                    color: #333333;
                    font-family: "宋体";
                    font-size: 0.2rem;
                    line-height: 0.3rem;
                    margin-bottom: 0.1rem;
                }
            }
        }
    }

    .hrm {
        width: 100%;
        margin-left: 0.33rem;

        .hrm-tools {
            display: flex;
            width: 100%;
            justify-content: flex-end;
            height: 0.54rem;
            margin-top: -0.27rem;

            .hrm-edit {
                background: #1F5EAB;
                width: 2.11rem;
                height: 0.54rem;
                border-radius: 0.1rem;
                font-size: 0.24rem;

                font-weight: bold;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                box-sizing: border-box;
                padding-left: 0.39rem;

                img {
                    padding-right: 0.16rem;
                }
            }
        }

        .hrm-new-list {
            li {
                &:first-child {
                    .hrm-new {
                        border-top: 0.01rem solid #EBEBEB;
                    }
                }
            }

            margin-top: 0.22rem;

            .hrm-new {
                &:hover {
                    animation: shake-light 0.5s ease;
                }

                display: flex;
                align-items: center;
                height: 0.89rem;
                font-size: 0.2rem;
                font-family: "宋体";
                color: #333;
                border-bottom: 0.01rem solid #EBEBEB;

                .dot {
                    width: 0.1rem;
                    height: 0.1rem;
                    background: rgba(5, 115, 180, 0);
                    border-radius: 50%;
                    border: 0.01rem solid #1F5EAB;
                    margin-right: 0.18rem;
                }

                .new-date {
                    margin-left: auto;
                }
            }
        }
    }
}


.main-content {
    position: relative;
}

.content-left {
    width: 1.25rem;
    height: 9.32rem;
}

.his-left {
    width: 1.25rem;
    height: 3.62rem;
}

.leader-left {
    width: 1.22rem;
    height: 2.87rem;
}

.zzjg-left {
    width: 1.23rem;
    height: 4.53rem;
}

.zzjg {
    width: 14.47rem;
    height: 9.09rem;
    margin-left: -1.23rem;
}

.eq-left {
    width: 1.3rem;
    height: 3.19rem;
}

.hrm-left {
    width: 1.25rem;
    height: 3.39rem;
}

.content-line {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    left: 1.45rem;
    width: 0.09rem;
    height: 100%;
}

@media only screen and (max-width: 760px) {
    .top {
        display: none;
    }

    .content-left {
        display: none;
    }

    .content-line {
        display: none;
    }

    .content {
        width: 100%;

        .word {
            margin-left: 0rem;

            .img-area {
                gap: 10px;
                align-items: center;
                justify-content: center;
                flex-direction: column;

                img {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    .his-left {
        display: none;
    }

    .history {
        width: 100%;
    }

    .leader-left {
        display: none;
    }

    .content {
        .leader {
            .leader-table {
                .t-body {
                    .row {
                        .td {
                            padding-left: 30px;
                        }
                    }
                }
            }
        }
    }

    .zzjg-left {
        display: none;
    }

    .zzjg {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    .eq-left {
        display: none;
    }

    .content {
        width: 100%;

        & .eq {
            width: 100%;

            .eq-category {
                width: 100%;
                justify-content: center;
            }

            .eq-detail {
                .eq-gk {
                    flex-direction: column;
                    height: auto;

                    .eq-cover {
                        width: 100%;
                    }

                    .memo {
                        display: block;
                        padding-left: 0px;
                    }
                }
            }

            .eq-list {
                width: 100%;

                li {
                    width: 45%;

                    .eq-detail {
                        margin-top: 0px;

                        .cover {
                            height: auto;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 500px) {

    .content .word p,
    .year p,
    .mz,
    .gw,
    .memo p,
    .memo a,
    .eq-tag p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .year {
        padding-left: 20px !important;
    }

    .year img {
        width: 60px !important;
    }

    .t-header,
    .eq-tag-title {
        font-size: 16px !important;
    }

    .eq {
        margin-left: 0 !important;
    }

    .eq-category li {
        width: 48% !important;
    }

    .eq-category li div {
        width: 100% !important;
        font-size: 14px !important;
    }

    .memo h1 {
        font-size: 16px;
    }

    .history .year {
        margin-left: 0 !important;
        font-size: 14px !important;
    }

    .hrm-left,
    .hrm-edit,
    .dot {
        display: none !important;
    }

    .hrm {
        margin-left: 0 !important;
    }

    .hrm-new {
        display: block !important;
        height: auto !important;
    }

    .hrm-new .new-content,
    .date-new .content p {

        font-size: 14px !important;
    }

    .hrm-new .new-date {
        font-size: 12px !important;
    }

    .hrm-new {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

}