body {
            overflow-x: hidden;
        }
        .hdbg {
            background: url(https://www.lanzhou.cn/ztpd/hhqf/images/headerBG.jpg) center center no-repeat;
            background-size: cover;
        }

        .page-container {
            width: 1200px;
            margin: 0 auto;
        }

        .hero-gradient {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
        }

        .section-title {
            position: relative;
            padding-bottom: 12px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 4px;
            background: #075985;
            border-radius: 2px;
        }

        .card-hover {
            transition: all 0.3s ease;
        }

        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .InfoDisclosure {
            width: 1200px;
            margin: 0 auto;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #ffffff;
        }
        .InfoDisclosure a {
            color: #ffffff;
        }