.elementor-1847 .elementor-element.elementor-element-d555cb6{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-df22720{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-d4667c4{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-b69bea5{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-3f73140{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-1dbcc4c{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-49a8ada{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-a843a73{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-5e5c221{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-f5f0c69{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-bca912e{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-5d0bf91{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-b463469{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}.elementor-1847 .elementor-element.elementor-element-613e88a{width:var( --container-widget-width, 99.556% );max-width:99.556%;--container-widget-width:99.556%;--container-widget-flex-grow:0;}/* Start custom CSS for section, class: .elementor-element-1c6f3ec *//* 成员卡片样式 */
.member-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.member-image {
    width: 100%;
    padding-bottom: 100%; /* 创建正方形 */
    position: relative;
    overflow: hidden;
}

.member-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 20px;
}

.member-info h3 {
    margin-bottom: 10px;
}

.member-info h3 a {
    color: #3273dc;
    text-decoration: none;
}

.member-info h3 a:hover {
    color: #2366d1;
}

.member-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* 标题样式 */
.section-title {
    text-align: center;
    color: #3273dc;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .member-card {
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}
/* 只缩放文章内容区域，保留导航和其他元素正常大小 */
.entry-content,
.elementor-1828 .elementor-container {
    transform: scale(0.8);
    transform-origin: top center;
    min-height: 111.11vh; /* 确保内容区域足够高 */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6a96321 *//* 成员卡片样式 */
.member-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.member-image {
    width: 100%;
    padding-bottom: 100%; /* 创建正方形 */
    position: relative;
    overflow: hidden;
}

.member-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 20px;
}

.member-info h3 {
    margin-bottom: 10px;
}

.member-info h3 a {
    color: #3273dc;
    text-decoration: none;
}

.member-info h3 a:hover {
    color: #2366d1;
}

.member-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* 标题样式 */
.section-title {
    text-align: center;
    color: #3273dc;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .member-card {
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}
/* 只缩放文章内容区域，保留导航和其他元素正常大小 */
.entry-content,
.elementor-1828 .elementor-container {
    transform: scale(0.8);
    transform-origin: top center;
    min-height: 111.11vh; /* 确保内容区域足够高 */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-47b54c0 *//* 成员卡片样式 */
.member-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.member-image {
    width: 100%;
    padding-bottom: 100%; /* 创建正方形 */
    position: relative;
    overflow: hidden;
}

.member-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 20px;
}

.member-info h3 {
    margin-bottom: 10px;
}

.member-info h3 a {
    color: #3273dc;
    text-decoration: none;
}

.member-info h3 a:hover {
    color: #2366d1;
}

.member-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* 标题样式 */
.section-title {
    text-align: center;
    color: #3273dc;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .member-card {
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}
/* 只缩放文章内容区域，保留导航和其他元素正常大小 */
.entry-content,
.elementor-1828 .elementor-container {
    transform: scale(0.8);
    transform-origin: top center;
    min-height: 111.11vh; /* 确保内容区域足够高 */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-496f8be *//* 成员卡片样式 */
.member-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.member-image {
    width: 100%;
    padding-bottom: 100%; /* 创建正方形 */
    position: relative;
    overflow: hidden;
}

.member-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 20px;
}

.member-info h3 {
    margin-bottom: 10px;
}

.member-info h3 a {
    color: #3273dc;
    text-decoration: none;
}

.member-info h3 a:hover {
    color: #2366d1;
}

.member-info p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
}

/* 标题样式 */
.section-title {
    text-align: center;
    color: #3273dc;
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .member-card {
        margin-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}
/* 只缩放文章内容区域，保留导航和其他元素正常大小 */
.entry-content,
.elementor-1828 .elementor-container {
    transform: scale(0.8);
    transform-origin: top center;
    min-height: 111.11vh; /* 确保内容区域足够高 */
}/* End custom CSS */