html .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html .card {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

html .footer .top {
    padding: 60px 0 60px 0 !important;
}

html .footer .bot {
    padding: 8px 0 !important;
}

html .lm_banner {
    height: auto !important;
    color: white;
    padding: 72px 0;
    text-shadow: 2px 2px 2px #000000;
}

    html .lm_banner .name {
        font-size: 36px;
        font-weight: bold;
        border-bottom: 3px solid #007bff;
        line-height: 1.5;
        display: inline-block;
    }

    html .lm_banner .desc {
        display: block;
        color: #FEFEFE;
        font-size: 16px;
        width: 50%;
    }

html .lm_rcfz_part2 {
    padding: 0 !important;
}

    html .lm_rcfz_part2 li {
        width: 100% !important;
        padding: 0 10px !important;
    }

    html .lm_rcfz_part2 .li_box {
        border: none;
        border-top: none;
        overflow: hidden;
        border-radius: 6px;
        height: 291px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    }

        html .lm_rcfz_part2 .li_box a {
            display: block;
        }

        html .lm_rcfz_part2 .li_box .tit {
            padding: 15px;
            font-size: 18px !important;
            font-weight: bold;
            color: #ffffff;
            background: linear-gradient(to right, #005788, #17a2b8);
        }

        html .lm_rcfz_part2 .li_box .tet {
            padding: 15px;
            font-size: 15px !important;
            line-height: 2;
        }

.section-article {
}

    .section-article a {
        color: #173169;
    }

    .section-article .title {
        font-size: 26px;
        color: #173169;
        border-bottom: 1px solid #003366;
    }

        .section-article .title span {
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
        }

            .section-article .title span::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: -1px;
                height: 3px;
                width: 100%;
                background: #007bff;
            }

    .section-article ul {
        border-left: 1px solid #007bff;
        margin: 25px 0 0 7px;
    }

    .section-article li {
        position: relative;
        padding-left: 12px;
        margin-bottom: 12px;
    }

        .section-article li::before {
            content: " ";
            position: absolute;
            left: -6px;
            top: 10px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            border: 1px solid #007bff;
            background: #fff;
        }

    .section-article .time {
        display: block;
        width: 100px;
        height: 28px;
        line-height: 28px;
        color: #007bff;
    }

.section-equipment {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 6px;
}

    .section-equipment .equipment-keywords {
        background-color: #dbdbdb;
        padding: 16px 12px 0 12px;
    }

    .section-equipment .equipment-types {
        background-color: #ffffff;
    }

        .section-equipment .equipment-types .btn-type {
            display: inline-block;
            margin: -1px 0 0 -1px;
            line-height: 4;
            min-width: 110px;
            text-align: center;
            color: #173169;
            border: 1px solid #dbdbdb;
        }

            .section-equipment .equipment-types .btn-type:hover,
            .section-equipment .equipment-types .btn-type.selected {
                color: #ffffff;
                background: linear-gradient(to right, #007bff, #009de2);
            }

    .section-equipment .equipment-cards {
        background-color: #ffffff;
        padding: 20px 0 0 15px;
    }

        .section-equipment .equipment-cards .equipment-card {
            background-color: #ffffff;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3) !important;
            padding: 0;
            border-radius: 6px;
            overflow: hidden;
            width: 245px;
            min-width: 245px;
            float: left;
            margin: 0 20px 20px 0;
            height: 400px;
            min-height: 400px;
        }

            .section-equipment .equipment-cards .equipment-card img {
                width: 245px;
                height: 245px;
            }

            .section-equipment .equipment-cards .equipment-card dl {
                width: 245px;
                height: 115px;
                float: left;
                padding: 20px;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                gap: 8px 16px;
            }

                .section-equipment .equipment-cards .equipment-card dl dt {
                    display: none;
                }

                .section-equipment .equipment-cards .equipment-card dl dd {
                    margin: 0;
                    padding: 0;
                    overflow: hidden;
                    text-align: center;
                }

                    .section-equipment .equipment-cards .equipment-card dl dd:first-of-type {
                        font-weight: bold;
                    }

                    .section-equipment .equipment-cards .equipment-card dl dd:last-of-type {
                        font-size: 13px;
                        color: #888888;
                    }

            .section-equipment .equipment-cards .equipment-card .equipment-btns {
                margin-top: 90px;
                text-align: center;
            }


    .section-equipment .equipment-pages {
        background-color: #ffffff;
        padding: 8px;
    }

        .section-equipment .equipment-pages .btn-page {
            display: inline-block;
            margin: 0 0 4px 0;
            line-height: 1.7;
            min-width: 40px;
            text-align: center;
            color: #173169;
            border: 1px solid #dbdbdb;
        }

            .section-equipment .equipment-pages .btn-page:hover,
            .section-equipment .equipment-pages .btn-page.selected {
                color: #ffffff;
                background: linear-gradient(to right, #007bff, #009de2);
            }


.lm_header .nav {
    padding: 24px 0 0 204px !important;
}

    .lm_header .nav li a {
        font-size: 18px !important;
    }

.lm_left li a::before {
    background: linear-gradient(to right, #007bff, #009de2) !important;
}


/* Í¨Öª¹«¸æ  */
.notice-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
}

.notice-item {
    display: flex;
    align-items: flex-start;
    padding: 18px 0 !important;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
}

.date-box {
    background: #007bff;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.3;
    margin-right: 14px;
    flex-shrink: 0;
    font-size: 12px;
}

.notice-title {
    font-weight: bold !important;
    color: #333;
    margin-bottom: 6px;
}

.notice-type {
    color: #e60012;
    font-weight: bold;
    margin-right: 8px;
}

.notice-detail {
    color: #888888 !important;
    text-align: justify;
}


.footer .top .link {
    float: left;
    width: 20% !important;
}

.footer .top .weixin {
    float: right;
}
