.qyln-box{/* padding:0.7125rem 0 */}
.qyln-small-nox {
	position: relative;
}
/*
.white.ty-title-box {
	position: absolute;
	left: 10.9375%;
	top: 0.7rem;
}
*/
.ty-title-box.white p{color:#005b96}
.ty-title-box.white p:last-child span{background-color:#005b96}
.qyln-img-box img {
	width: 100%;
}
        .spirit {
            text-align: center;
            font-size: 0.2816rem;
            line-height: 1.8;
            padding: 0.2816rem;
            background: #eef5fc;
            border-radius: 6px;
margin:0.4225rem 0 0.7042rem;
        }
        .spirit span {
            color: #005b96;
            font-weight: bold;
            font-size: 0.3098rem;
        }

        .activities-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(3.9436rem, 1fr));
            gap: 0.2816rem;
            margin-top: 0.4225rem;
        }
        .activity-card {
            border-radius: 0.0845rem;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .activity-card:hover {
            transform: translateY(-5px);
        }
        .activity-card img {
            width: 100%;
            height: 2.5352rem;
            object-fit: cover;
        }
        .activity-card p {
            padding: 0.1690rem;
            text-align: center;
            font-size: 0.1971rem;
            background: white;
        }

        /* 核心价值观模块 */
.va-lt{background: white;
    border-radius: 0.1126rem;
    padding: 0.4225rem;
    margin: 0.4225rem 0 0.7042rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow:hidden;
 }
.va-lt > p {text-align:center;margin-bottom:0.3112rem;font-size:0.28169rem;}
        .values-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(3.5211rem, 1fr));
            gap: 0.2816rem;
            margin: 0px 0 0px;
        }
        .value-item {
            background: #f8f9fa;
            padding: 0.2816rem;
            border-radius: 6px;
            border-left: 0.0563rem solid #0088cc;
        }
        .value-item:last-child{width:17.7rem;}
        .value-item h4 {
            font-size: 0.2535rem;
            color: #005b96;
            margin-bottom: 0.1408rem;
        }
.value-item p{font-size:0.2535rem}

.module{margin-bottom:1rem;}


@media screen and (max-width:992px){
.va-lt > p{font-size:0.8rem;}
.value-item{border-radius: 3px;}
.value-item h4{font-size:0.65rem;}
.values-list{grid-template-columns: auto;}
.value-item p{font-size:0.6rem;}
.value-item:last-child{width:auto;}

.activities-gallery{grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));}
.activity-card p{font-size:0.6rem;}
}