/* 通知公告部分选项卡 */
.flc-v2-sy-tzgg-container {
	/* max-width: 1000px; */
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.flc-v2-sy-tzgg-tabs {
	display: flex;
	background: #f0f3f8;
	border-bottom: 1px solid #e6e9ed;
}

.flc-v2-sy-tzgg-tab {
	/* padding: 14px 24px; */
	padding: 14px 30px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 550;
	color: #666;
	position: relative;
	transition: all 0.3s ease;
}

.flc-v2-sy-tzgg-tab:hover {
	color: #278377;
	background: #fff;
}

.flc-v2-sy-tzgg-tab.active {
	color: #278377;
	background: #fff;
}

.flc-v2-sy-tzgg-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #278377;
}

.flc-v2-sy-tzgg-tab-content {
	padding: 1.5%;
}

.flc-v2-sy-tzgg-tab-content-list {
	list-style: none;
	display: none;
}

.flc-v2-sy-tzgg-tab-content-list.active {
	display: block;
}

.flc-v2-sy-tzgg-tab-content-more {
	font-size: 18px; 
	font-weight: 540;
}

/* 业务领域部分选项卡 */

.flc-v2-sy-ywly-container {
	/* max-width: 1000px; */
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.flc-v2-sy-ywly-tabs {
	display: flex;
	background: #f0f3f8;
	border-bottom: 1px solid #e6e9ed;
}

.flc-v2-sy-ywly-tab {
	/* padding: 14px 24px; */
	padding: 14px 30px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 550;
	color: #666;
	position: relative;
	transition: all 0.3s ease;
}

.flc-v2-sy-ywly-tab:hover {
	color: #278377;
	background: #fff;
}

.flc-v2-sy-ywly-tab.active {
	color: #278377;
	background: #fff;
}

.flc-v2-sy-ywly-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #278377;
}

.flc-v2-sy-ywly-tab-content {
	padding: 1.5%;
}

.flc-v2-sy-ywly-tab-content-list {
	list-style: none;
	display: none;
}

.flc-v2-sy-ywly-tab-content-list.active {
	display: block;
}

/* .flc-v2-ywly-sylm-list {
	list-style: none;
	display: none;
} */

/* .flc-v2-ywly-sylm-list.active {
	display: block;
} */

.flc-v2-sy-ywly-tab-content-more {
	font-size: 18px; 
	font-weight: 540;
}