/*jgsz*/
#wp_column_article {
    background: none;
}

#submenu71 .wp_nav .nav-item a span.item-name {
    padding: 5px 16px;
}

#submenu71 .wp_nav .nav-item a span.item-name:hover {
    background-color: rgba(10, 173, 168, 0.30);
}

#wp_content_w8_0 > p > svg{
    max-width:100%;
}

#wp_content_w8_0 > p > img{
    max-width:100%;
}

.wp_entry .intro-section {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.wp_entry .intro-subtitle {
    font-size: 23px;
    margin-bottom: 12px;

}

.wp_entry .intro-section p {
    font-size: 1rem;
    color: #666;
    text-align: justify;
    text-indent: 2em !important;
}

.wp_entry .leader-list {
    list-style: none;
    display: grid;
    gap: 16px;
    justify-content: center;
    grid-template-columns: 49% 49%;
}

.wp_entry .leader-item {
    min-width: 280px;
    padding: 22px;
    background: #f8fafc;
    border-left: 4px solid #2DBEA4;
    transition: all 0.3s ease;
    position: relative;
    gap: 6px;
    text-align: ;
    align-items: center;
    align-content: center;
    margin: 0 12px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 160px 128px auto;
}

.wp_entry .leader-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left-color: #2DBEA4;
}

.wp_entry .leader-photo {
    width: 170px !important;
    /*height: 170px;*/
    border-radius: 50%;
    overflow: hidden;
}

.wp_entry .leader-photo img {
    width: 170px !important;
}

.wp_entry .leader-item:hover .leader-photo {
    transform: scale(1.1);
}

.wp_entry .leader-name {
    font-size: 24px;
    font-weight: 600;
    width: 150px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.5;
}

.wp_entry .leader-title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 500;
}

.wp_entry .leader-contact {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding-left: 10px;
}

.wp_entry .leader-contact span {
    font-weight: 500;
    color: #333;
    margin-right: 8px;
}

@media (max-width: 800px) {
	
	.wp_entry .leader-list {
		grid-template-columns: auto;
	}
	.wp_entry .leader-item {
		grid-template-columns: 120px 128px auto;
	}
	.wp_entry .leader-photo img {
		width: 116px !important;
	}
}