/*************** 政务公开 首页 ****************/
.zwgk-section {
	padding-top: 30px;
}

.zwgk-section .tabs {
	display: flex;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.zwgk-section .tabs .item {
	margin-right: 80px;
	font-size: 18px;
	line-height: 50px;
	color: #999999;
}

.zwgk-section .tabs .item:last-child {
	margin-right: 0;
}

.zwgk-section .tabs .item:hover {
	color: #005db2;
}

.zwgk-section .tabs .item.active {
	position: relative;
	color: #005db2;
}

.zwgk-section .tabs .item.active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: #005db2;
}

/*政策解读*/
.zcjd-section {
	display: flex;
	justify-content: space-between;
}

.zcjd-section .left {
	width: 660px;
}

.zcjd-section .left .article-list {
	padding: 20px 0 0;
}

.zcjd-section .left .article-list .item {
	gap: 40px;
}

.zcjd-section .right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	column-gap: 16px;
	width: 500px;
}

.zcjd-section .right .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #005db2;
	border-radius: 8px;
	background: linear-gradient(90deg, #f5faff 0%, #dbecff 100%);
	border: 1px solid #c2ddfc;
}

.zcjd-section .right .iconfont {
	font-size: 36px;
}

.zcjd-section .right h3 {
	font-size: 18px;
	font-weight: bold;
}

/*政府文件*/
.zfwj-section .other-entry {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 25px;
	padding-bottom: 85px;
}

.zfwj-section .other-entry .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px;
	height: 150px;
	color: #0d5db2;
	background: #f3f9ff;
	border-radius: 6px;
}

.zfwj-section .other-entry .iconfont {
	width: 70px;
	height: 70px;
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
}

.zfwj-section .other-entry h3 {
	font-size: 18px;
	font-weight: bold;
}

/*************** 政务公开 政府领导 ****************/
.zfld-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.zfld-list .item {
	display: flex;
	background: #f3f9ff;
}

.zfld-list .item:first-child {
	width: 100%;
	padding: 24px;
}

.zfld-list .item:not(:first-child) {
	width: calc((100% - 30px) / 2);
}

.zfld-list .item img {
	width: 190px;
	height: 260px;
	object-fit: cover;
	flex-shrink: 0;
}

.zfld-list .item .info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	padding: 20px;
}

.zfld-list .item .info .top {
	display: flex;
	align-items: center;
	gap: 15px;
}

.zfld-list .item .info .name {
	font-size: 30px;
	font-weight: bold;
}

.zfld-list .item .info .job {
	font-size: 18px;
	color: #666666;
}

.zfld-list .item .info .tag {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #005db2;
	border-radius: 2px;
	background: #deeeff;
	border: 1px solid #bfddff;
}

.zfld-list .item .info .desc {
	font-size: 15px;
	line-height: 1.9;
	color: #666666;
}

.zfld-list .item .info .desc .link {
	color: #005db2;
	text-decoration: none;
	white-space: nowrap;
}

/*************** 政务公开 政府领导详情 ****************/
.zfld-detail {
	display: flex;
	margin-top: 30px;
}

.zfld-detail .left-sidebar {
	width: 264px;
	flex-shrink: 0;
	text-align: center;
}

.zfld-detail .left-sidebar .sidebar-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	background: #185db2;
}

.zfld-detail .left-sidebar .leader-list li a {
	display: block;
	font-size: 20px;
	line-height: 50px;
	color: #666666;
	text-decoration: none;
	background: #f7f7f7;
}

.zfld-detail .left-sidebar .leader-list li:hover a,
.zfld-detail .left-sidebar .leader-list li.active a {
	color: #005db2;
	font-weight: bold;
	background: #cfe4ff;
}

.zfld-detail .right-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	padding: 0 50px 0 100px;
}

.zfld-detail .right-content .photo {
	width: 190px;
	height: 260px;
	margin-bottom: 10px;
}

.zfld-detail .right-content .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zfld-detail .right-content .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

.zfld-detail .right-content .job {
	font-size: 14px;
	color: #666666;
	margin-bottom: 40px;
}

.zfld-detail .right-content .desc {
	padding: 20px 10px 80px;
	font-size: 16px;
	line-height: 1.7;
	color: #404040;
}

/*************** 机构设置 ****************/
.jgsz-container .jgsz-list {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 30px;
}

.jgsz-container .jgsz-list li {
	width: 25%;
	padding: 8px;
}

.jgsz-container .jgsz-list a {
	color: #404040;
}

.jgsz-container .jgsz-list a:hover {
	color: #125db2;
}

/*************** 政府组成 ****************/
.zfzc-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.zfzc-list li {
	width: 50%;
	padding: 12px 10px;
	color: #404040;
}

.zfzc-list .name {
	margin-right: 30px;
}

/*************** 政府信息公开 ****************/
.zfxx-container {
	padding: 0 30px;
	background: #f5f5f5;
}

/*搜索公用*/
.zfxx-container .search-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 30px 36px;
}

.zfxx-container .search-section .page-title {
	margin-bottom: 25px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4;
	color: #1862b8;
	text-shadow: 0 0 3px #ffffff,
	0 0 3px #ffffff,
	0 0 3px #ffffff,
	0 0 4px #c7e1ff,
	0 0 4px #c7e1ff,
	0 0 4px #c7e1ff,
	0 0 4px #c7e1ff,
	0 0 4px #c7e1ff;
}

.zfxx-container .search-section .search-box {
	display: flex;
	width: 540px;
	height: 48px;
	border: 2px solid #1862b8;
	border-radius: 4px;
}

.zfxx-container .search-section .search-box input {
	flex: 1;
	padding: 0 15px;
	border: none;
	outline: none;
	font-size: 15px;
}

.zfxx-container .search-section .search-box .search-btn {
	width: 60px;
	border: none;
	color: #1862b8;
	cursor: pointer;
	background: #ffffff;
}

.zfxx-container .search-section .search-box .search-btn .iconfont {
	font-size: 20px;
}

/*内容*/
.zfxx-container .zfxx-content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding-bottom: 35px;
}

.zfxx-container .left-menu {
	width: 280px;
	flex-shrink: 0;
}

.zfxx-container .left-menu .menu-item {
	margin-bottom: 15px;
}

.zfxx-container .left-menu .menu-item {
	display: flex;
	align-items: center;
	line-height: 66px;
	color: #005db2;
	text-decoration: none;
	cursor: pointer;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.25);
	transition: all 0.3s;
}

.zfxx-container .left-menu .menu-item .iconfont {
	font-size: 30px;
	margin: 0 12px 0 20px;
}

.zfxx-container .left-menu .menu-item .menu-title {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
}

.zfxx-container .left-menu .menu-item .toggle-icon {
	margin: 0 20px 0 12px;
	font-size: 24px;
}

.zfxx-container .left-menu .menu-item:hover,
.zfxx-container .left-menu .menu-item.active {
	background: #1862b8;
	color: #ffffff;
}

.zfxx-container .left-menu .menu-item.has-submenu {
	flex-wrap: wrap;
}

.zfxx-container .left-menu .menu-item.has-submenu .menu-header {
	display: flex;
	align-items: center;
	width: 100%;
}

.zfxx-container .left-menu .submenu {
	width: 100%;
	padding: 15px 0;
	line-height: 38px;
	color: #666666;
	background: #ffffff;
}

.zfxx-container .left-menu .submenu li a {
	position: relative;
	display: block;
	padding: 0 20px 0 52px;
	color: #666;
	font-size: 16px;
}

.zfxx-container .left-menu .submenu li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #666666;
	border-radius: 50%;
}

/* 二级菜单 - 只有直接a链接才响应hover/active */
.zfxx-container .left-menu .submenu > li:not(.has-third-level) > a:hover,
.zfxx-container .left-menu .submenu > li:not(.has-third-level).active > a {
	color: #1862B8;
}

/* 有三级分类的二级标题 - hover只影响标题本身 */
.zfxx-container .left-menu .submenu li.has-third-level:hover > .submenu-title {
	color: #1862B8;
}
.zfxx-container .left-menu .submenu li.has-third-level:hover > .submenu-title::before {
	border-left-color: #1862B8;
}

.zfxx-container .left-menu .submenu li.has-third-level {
	padding: 0;
}

.zfxx-container .left-menu .submenu li.has-third-level .submenu-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 52px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

/* 三角形箭头 - 折叠时朝右 */
.zfxx-container .left-menu .submenu li.has-third-level .submenu-title::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #999999;
	transition: transform 0.25s ease;
	position: absolute;
	left: 38px;
	top: 50%;
	transform: translateY(-50%);
}

/* 展开状态：箭头朝下，标题保持默认样式 */
.zfxx-container .left-menu .submenu li.has-third-level.expanded .submenu-title::before {
	transform: translateY(-50%) rotate(90deg);
}

/* 选中状态：子项被点击时，标题才高亮 */
.zfxx-container .left-menu .submenu li.has-third-level.selected .submenu-title {
	color: #1862B8;
}
.zfxx-container .left-menu .submenu li.has-third-level.selected .submenu-title::before {
	border-left-color: #1862B8;
}

.zfxx-container .left-menu .third-level {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.zfxx-container .left-menu .third-level li a {
	padding-left: 70px;
}

.zfxx-container .left-menu .third-level li a:after {
	display: none;
}

.zfxx-container .left-menu .third-level li:hover a {
	color: #1862B8;
}

.zfxx-container .left-menu .third-level li.selected a,
.zfxx-container .left-menu .third-level li a.active {
	color: #1862B8;
}

.zfxx-content .right-content {
	flex: 1;
	background: #fff;
	min-width: 0;
	overflow-x: hidden;
}

.zfxx-content .content-section {
	padding: 20px;
	background: #ffffff;
}

.zfxx-content .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
}

.zfxx-content .section-header .section-title {
	padding: 0 27px;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
	background: #1862B8;
}

.zfxx-content .section-header .more-link {
	padding: 0 12px;
	font-size: 14px;
	line-height: 32px;
	color: #1862B8;
	background: #DEEDFF;
	transition: all 0.25s ease;
}

.zfxx-content .section-header .more-link:hover {
	color: #ffffff;
	background: #1862B8;
	box-shadow: 0 2px 8px rgba(24, 98, 184, 0.3);
}
.zfxx-content .links-list.gray {
	padding-bottom: 20px;
}
.zfxx-content .links-list.gray .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	line-height: 1.2;
	white-space: wrap;
}
.zfxx-content .divider {
	border-bottom: 1px dashed #E5E5E5;
}
.zcwj-content .content-section {
	padding: 20px 20px 0;
}

/*************** 政府网站工作年度报表公开专栏 ****************/
.workreport-container .report-cards {
	display: flex;
	gap: 20px;
}

.workreport-container .report-cards .report-card {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
	height: 100px;
	padding: 0 24px;
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	background: linear-gradient(123deg, #125db2 0%, #7ac3ff 100%);
	border: 1px solid #d1e7ff;
	border-radius: 6px;
	transition: all 0.3s;
}

.workreport-container .report-cards .report-card:hover {
	opacity: .9;
}

.workreport-container .report-cards .card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
}

.workreport-container .report-cards .card-icon .iconfont {
	font-size: 26px;
	color: #ffffff;
}

.workreport-container .report-cards .card-text {
	font-weight: bold;
}

/* 文章列表覆盖 */
.xzzfgs-container .article-list .item {
	border-bottom: 1px dashed #abd2ff;
}

.xzzfgs-container .article-list .item:before {
	background: #125db2;
}

.xzzfgs-container .article-list .item .title {
	color: #125db2;
}

/*数据统计*/
.sjtj-container .common-layout {
	padding-bottom: 0;
}
.sjtj-container .common-nav .nav-list .nav-item {
	display: block;
	height: auto;
	padding: 0;
}
.sjtj-container .common-nav .nav-list .nav-item .nav-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 13px;
}
.sjtj-container .common-nav .nav-list .nav-item.has-submenu .nav-title .iconfont {
	transform: rotate(90deg);
}
.sjtj-container .common-nav .nav-list .nav-item .submenu {
	background: #fff;
}
.sjtj-container .common-nav .nav-list .nav-item .submenu .submenu-item {
	display: block;
	line-height: 50px;
	color: #125DB2;
	text-align: center;
	border-top: 1px solid #CFE2FC;
}
.sjtj-container .common-nav .nav-list .nav-item .submenu .submenu-item:hover, .sjtj-container .common-nav .nav-list .nav-item .submenu .submenu-item.active {
	background: #F0F7FF;
}


/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
	/*************** 政务公开 首页 ****************/
	.zwgk-section {
		padding-top: 20px;
	}
	
	.zwgk-section .tabs .item {
		margin-right: 10vw;
		font-size: 16px;
		line-height: 40px;
	}
	
	/*政策解读*/
	.zcjd-section {
		flex-direction: column;
		gap: 10px;
	}
	
	.zcjd-section .left {
		width: 100%;
	}
	
	.zcjd-section .right {
		gap: 12px;
		width: 100%;
	}
	
	.zcjd-section .right .item {
		padding: 10px 0;
		border-radius: 6px;
	}
	
	.zcjd-section .right .iconfont {
		font-size: 32px;
	}
	
	.zcjd-section .right h3 {
		font-size: 16px;
	}
	
	/*政府文件*/
	.zfwj-section .other-entry {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 13px;
		padding-bottom: 50px;
	}
	
	.zfwj-section .other-entry h3 {
		font-size: 16px;
	}
	
	/*************** 政务公开 政府领导 ****************/
	.zfld-list {
		gap: 0;
	}
	
	.zfld-list .item {
		flex-direction: column;
		align-items: center;
		padding: 10px;
		background: transparent;
	}
	
	.zfld-list .item:first-child {
		width: 100%;
		padding: 24px;
	}
	
	.zfld-list .item:not(:first-child) {
		width: 50%;
	}
	
	.zfld-list .item img {
		width: 162px;
		height: 222px;
	}
	
	.zfld-list .item .info {
		gap: 10px;
		padding: 10px 0 5px;
	}
	
	.zfld-list .item .info .top {
		flex-direction: column;
		gap: 3px;
	}
	
	.zfld-list .item .info .name {
		font-size: 17px;
	}
	
	.zfld-list .item .info .job {
		font-size: 15px;
	}
	
	.zfld-list .item .info .bottom {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	.zfld-list .item .info .tag {
		display: none;
	}
	
	.zfld-list .item .info .desc {
		display: none;
	}
	
	.zfld-list .item .info .btn-link {
		padding: 6px 20px;
		font-size: 15px;
		color: #125db2;
		border-radius: 4px;
		background: #edf5ff;
		border: 1px solid #b8d9ff;
	}
	
	/*************** 政务公开 政府领导详情 ****************/
	.zfld-detail .left-sidebar {
		display: none;
	}
	
	.zfld-detail .right-content {
		padding: 0;
	}
	
	.zfld-detail .right-content .photo {
		width: 162px;
		height: 222px;
	}
	
	.zfld-detail .right-content .name {
		font-size: 17px;
	}
	
	.zfld-detail .right-content .job {
		margin-bottom: 30px;
	}
	
	.zfld-detail .right-content .desc {
		padding: 15px 5px 50px;
	}
	
	/*************** 机构设置 ****************/
	.jgsz-container .jgsz-list {
		padding: 10px 0 30px;
	}
	
	.jgsz-container .jgsz-list li {
		width: 50%;
		padding: 8px;
	}
	
	.jgsz-container .jgsz-list a {
		font-size: 15px;
	}
	
	/*************** 政府组成 ****************/
	.zfzc-list {
		padding: 15px 0 30px;
	}
	
	.zfzc-list li {
		display: flex;
		width: 100%;
		padding: 10px 0;
	}
	
	.zfzc-list .name {
		flex-shrink: 0;
		width: 24%;
		margin: 0;
	}
	
	/*************** 政府信息公开 ****************/
	.zfxx-container {
		padding: 10px;
	}
	
	/*搜索公用*/
	.zfxx-container .search-section {
		padding: 30px 0 20px;
	}
	
	.zfxx-container .search-section .page-title {
		margin-bottom: 20px;
		font-size: 40px;
	}
	
	.zfxx-container .search-section .search-box {
		width: 100%;
		height: 44px;
	}
	
	.zfxx-container .search-section .search-box .search-btn {
		width: 50px;
	}
	
	/*内容*/
	.zfxx-container .zfxx-content {
		flex-direction: column;
		gap: 8px;
		padding-bottom: 20px;
	}
	
	.zfxx-container .left-menu {
		width: 100%;
	}
	
	.zfxx-container .left-menu .menu-item {
		margin-bottom: 10px;
	}
	
	.zfxx-container .left-menu .menu-item {
		line-height: 50px;
	}
	
	.zfxx-container .left-menu .menu-item .iconfont {
		font-size: 26px;
		margin: 0 10px 0 18px;
	}
	
	.zfxx-container .left-menu .menu-item .menu-title {
		font-size: 16px;
	}
	
	.zfxx-container .left-menu .menu-item .toggle-icon {
		font-size: 18px;
	}
	.zfxx-content .right-content {
		width: 100%;
	}
	.zfxx-content .content-section {
		padding: 0 0 10px;
	}
	
	.zfxx-content .section-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.zfxx-content .section-header .section-title {
		padding: 0 20px;
		font-size: 16px;
		line-height: 40px;
	}
	
	.zfxx-content .section-header .more-link {
		padding: 0 12px;
		font-size: 14px;
		line-height: 32px;
		color: #1862B8;
		background: #DEEDFF;
		transition: all 0.25s ease;
	}
	
	.zfxx-content .section-header .more-link:hover {
		color: #ffffff;
		background: #1862B8;
		box-shadow: 0 2px 8px rgba(24, 98, 184, 0.3);
	}
	.zfxx-content .article-list {
		padding: 10px;
	}
	.zfxx-content .article-detail {
		padding: 20px 10px 30px;
	}
	.zfxx-content .content-section .more-btn {
		width: 100px;
		margin: 0 auto 15px;
		font-size: 14px;
		line-height: 32px;
		color: #1862B8;
		text-align: center;
		background: #DEEDFF;
	}
	
	/*************** 工作年度报表 移动端适配 ***************/
	.workreport-container .report-cards {
		flex-direction: column;
		gap: 10px;
	}
	
	.workreport-container .report-cards .report-card {
		min-height: 100px;
		padding: 0 10px;
		gap: 12px;
		font-size: 16px;
	}
}
