ï»¿.navigation .content {
    position: relative;
}

.navigation .nav-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

    .navigation .nav-menu .menu-link {
        color: var(--light-green);
        font-size: 2rem;
        line-height: 4rem;
        padding: 0 2.4rem;
        border-radius: 5px;
        margin-right: 1.5rem;
        font-weight: 600
    }


        .navigation .nav-menu .menu-link:hover,
        .navigation .nav-menu .menu-link.on {
            text-decoration: none;
            background: var(--light-green);
            color: #fff
        }

.shengming {
    padding: 10.6rem 0;
}

    .shengming .content {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }


    .shengming .mt {
        color: var(--dark-blue);
        font-size: 3.6rem;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 6rem;
    }

    .shengming .mc {
        width: 100%;
    }

    .shengming .list-box {
        width: 70%;
        padding-right: 30px;
        border-right: 1px #ddd solid;
    }

    .shengming .remen-box {
        width: 30%;
        padding-left: 30px
    }


    .shengming .shengming-box {
    }

        .shengming .shengming-box .shengming-list {
            margin-bottom: 7rem;
        }

            .shengming .shengming-box .shengming-list .list-item,
            .shengming .remen-box .remen-list .list-item {
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                border-bottom: 1px #ddd solid;
                margin-bottom: 1.5rem;
                height: 6rem;
            }

            .shengming .shengming-box .shengming-list .link,
            .shengming .remen-box .remen-list .link {
                max-width: calc(100% - 8rem);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #006e96;
                font-size: 2rem;
                line-height: 1;
                font-weight: 400;
            }

                .shengming .shengming-box .shengming-list .link:hover,
                .shengming .remen-box .remen-list .link:hover {
                    text-decoration: none;
                    color: var(--light-green)
                }

            .shengming .shengming-box .shengming-list .time {
                font-family: sans-serif;
                color: #454545;
                font-size: 1.6rem;
                line-height: 1;
                text-decoration: none !important;
                border: none !important;
                outline: none !important;
            }

    .shengming .remen-box .remen-list .link {
        width: 100%
    }

    .shengming .pages {
        display: flex;
        justify-content: space-between;
        align-content: center;
        width: 100%;
        margin-bottom: 50px;
    }

        .shengming .pages .page-list {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

    .shengming .page-list .page-item {
        width: 44px;
        height: 44px;
        position: relative;
        color: #454545;
        font-size: 1.8rem;
        font-weight: normal;
        margin-left: 10px;
    }

        .shengming .page-list .page-item:first-child {
            margin-left: 0;
        }

    .shengming .page-list .prevpage,
    .shengming .page-list .nextpage {
        font-size: 3.2rem;
    }

    .shengming .page-list .page-item:hover:before,
    .shengming .page-list .page-item.on:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: -1;
        border-bottom: 22px var(--dark-green) solid;
        border-left: 22px transparent solid;
        border-right: 22px transparent solid;
    }

    .shengming .page-list .page-item:hover:after,
    .shengming .page-list .page-item.on:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: -1;
        border-top: 22px var(--dark-green) solid;
        border-left: 22px transparent solid;
        border-right: 22px transparent solid;
    }

    .shengming .page-list .page-item:hover,
    .shengming .page-list .page-item.on {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
    .shengming {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
    .navigation .nav-menu {
        margin-top: 3%;
    }

    .shengming {
        padding-top: 8%;
        padding-bottom: 8%;
    }

        .shengming .content {
            flex-direction: column-reverse;
        }

        .shengming .list-box,
        .shengming .remen-box {
            width: 100%
        }

        .shengming .list-box {
            padding-right: 0;
            border-right: none;
        }

        .shengming .remen-box {
            padding-left: 0;
            padding-bottom: 10%;
        }
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
    .navigation .nav-menu .menu-link {
        padding: 0 1rem;
        margin-right: 1rem;
    }

    .shengming .mt {
        font-size: 2.6rem;
        margin-bottom: 4%;
    }
}

@media only screen and (max-width: 479px) {
    .navigation {
        display: block;
        padding: 5% 0 5% 5%;
    }

        .navigation .nav-menu .menu-link {
            font-size: 1.4rem;
            line-height: 2.2;
        }


    .shengming .shengming-box .shengming-list {
        margin-bottom: 8%;
    }

        .shengming .shengming-box .shengming-list .list-item,
        .shengming .remen-box .remen-list .list-item {
            height: auto;
            padding: 5% 0;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 0;
        }

        .shengming .shengming-box .shengming-list .link, .shengming .remen-box .remen-list .link {
            font-size: 1.8rem;
            max-width: 100%;
            margin-bottom: 2%;
        }

    .shengming .remen-box .remen-list .link {
        margin-bottom: 0
    }
}
<!--ºÄÊ±1751463253.5495Ãë-->