.swiper-zt {
		width: 100%;
		/* height: 20rem; */
		background: #FFFFFF;
		margin: auto;
	}

	.swiper-zt .slide-title {
		font-weight: bold;
		font-size: 27px;
		color: #111111;
		line-height: 32px;
	}

	.swiper-zt .slide-sub-title {
		margin-top: 14px;
		font-weight: 400;
		font-size: 18px;
		color: #3D485D;
		line-height: 18px;
		text-align: left;
	}

	html {
		font-size: 10px;
		font-family: "Microsoft YaHei", Arial, sans-serif;
		margin-top: 0 !important;
	}

	#page {
		background-image: url(wp-content/themes/qinlingguojiazwy/assets/newImg/banner.png);
		background-position: top center;
		background-repeat: no-repeat;
	}

	body {
		margin: 0;
		padding: 0;
		color: #333;
		background-color: #fff;
		min-width: 320px;
	}

	.container {
		max-width: 140rem;
		margin: 0 auto;
		padding: 2rem 1.5rem;
		box-sizing: border-box;
	}

	.flex {
		display: flex;
	}

	.flex-row-center {
		justify-content: center;
	}

	.flex-justify-between {
		justify-content: space-between;
	}

	.text-line {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	a {
		color: #333;
		text-decoration: none;
		transition: color 0.3s;
	}

	a:hover {
		color: #0066cc;
	}

	/* 上方标题区 */
	.slide-title {
		font-size: 2.2rem;
		font-weight: 700;
		color: #222;
		margin-bottom: 1.2rem;
	}

	.slide-sub-title {
		align-items: flex-start;
		gap: 1.5rem;
		font-size: 1.4rem;
		color: #666;
		line-height: 1.8;
		flex-wrap: wrap;
	}

	.slide-sub-title a {
		color: #0066cc;
		font-weight: 500;
		white-space: nowrap;
	}

	/* 核心布局：适配第一个轮播410px固定高度 */
	.content-wrap {
		display: flex;
		gap: 20px;
		height: 43rem;
		width: 100%;
		flex-wrap: nowrap;
		margin-bottom: 2rem;
	}

	.top-news .content-wrap .left {
		flex: 0 1 calc(100% - 357px);
		height: 100%;
		overflow: hidden;
	}

	/* 右侧Tab：高度同步410px */
	.top-news .content-wrap .right {
		flex: 0 0 357px;
		height: 100%;
		background-color: #fff;
		border-radius: 4px;
		overflow: hidden;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}

	/* 第一个轮播（左侧）：图片高度固定410px */
	.first-swiper {
		width: 100%;
		height: 100%;
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}

	.first-swiper .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.first-swiper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.first-swiper .slide-desc {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 2rem 1.5rem;
		background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		box-sizing: border-box;
		line-height: 1.5;
	}

	/* 第一个轮播箭头样式 */
	.first-swiper .swiper-button-prev,
	.first-swiper .swiper-button-next {
		display: flex !important;
		align-items: center;
		justify-content: center;
		color: #fff !important;
		background: rgba(0, 0, 0, 0.5) !important;
		width: 4rem !important;
		height: 4rem !important;
		border-radius: 50% !important;
		z-index: 10 !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		opacity: 1 !important;
		transition: background 0.3s;
	}

	.first-swiper .swiper-button-prev:hover,
	.first-swiper .swiper-button-next:hover {
		background: rgba(0, 0, 0, 0.7) !important;
	}

	.first-swiper .swiper-button-prev {
		left: 1.5rem !important;
	}

	.first-swiper .swiper-button-next {
		right: 1.5rem !important;
	}

	.first-swiper .swiper-button-prev::after,
	.first-swiper .swiper-button-next::after {
		font-size: 1.8rem !important;
	}

	/* Tab标题支持悬浮切换+点击跳转 */
	.tab-header {
		display: flex;
		height: 4.5rem;
		background-color: #EBF8F1;
		padding: 2px;
          align-items: center;
    justify-content: space-around;
	}

	.tab-link {
		width: 50%;
		display: flex;
		align-items: center;
		padding-left: 20px;
		color: #666;
		cursor: pointer;
		transition: all 0.3s;
		position: relative;
		text-decoration: none;
		font-size: 18px;
		font-weight: 700;
	}

	.tab-link.active {
		color: #07612D;
	}

	.tab-content {
		flex: 1;
		overflow: hidden;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.tab-pane {
		display: none;
		height: 100%;
	}

	.tab-pane.active {
		display: block;
	}

	.tab-top {
		flex: 0 0 45%;
		border-bottom: 1px dashed #eee;
	}

	.tab-bottom {
		flex: 1;
	}

	.notice-list {
		list-style: none;
		margin: 0;
		padding: 0;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.tab-top .notice-list li {
		line-height: 30px;
		font-size: 14px
	}

	.tab-bottom .notice-list li {
		font-size: 18px;
		line-height: 38px;
		height: 38px;
		box-sizing: border-box;
	}

	.notice-list li:last-child {
		border-bottom: none;
	}

	.notice-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.notice-title {
		flex: 1;
		margin-right: 0.8rem;
		font-size: 18px;
		line-height: 38px;
		height: 38px;
		box-sizing: border-box;
	}

	.notice-date {
		color: #999;
		font-size: 1.2rem;
		white-space: nowrap;
	}

	/* -------------------------- 第二个轮播（swiper1）高度固定100px -------------------------- */
	.second-swiper {
		width: 100%;
		height: 123px;
		position: relative;
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #eee;
	}

	.second-swiper .swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;
	}

	.second-swiper .swiper-slide img {
		height: 100%;
		width: auto;
		width: 100%;
		object-fit: cover;
		display: block;
	}

	.second-swiper .swiper-button-prev,
	.second-swiper .swiper-button-next {
		background-image: none !important;
	}

	.second-swiper .swiper-button-prev::after,
	.second-swiper .swiper-button-next::after {
		font-size: 1.8rem !important;
		color: #fff;
	}

	/* -------------------------- 视频轮播样式：核心修改支持一次显示4个 -------------------------- */
	.video-swiper-container {
		width: 100%;
		margin: 2rem 0;
		overflow: hidden;
	}

	.video-swiper {
		width: 100%;
		height: 20rem; /* 降低高度适配多视频显示，可调整 */
	}

	/* 每个视频slide样式：自动分配宽度，保留间距 */
	.video-swiper .swiper-slide {
		width: calc(25% - 10px) !important; /* 4个平分宽度，减去间距 */
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* ========== 核心修改：视频控制条样式 ========== */
	.video-item {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
		cursor: pointer;
		/* 禁止默认点击触发控制条 */
		pointer-events: auto;
	}

	/* 隐藏webkit内核浏览器（Chrome/Safari）的控制条 */
	.video-item::-webkit-media-controls {
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	/* 隐藏Firefox浏览器的控制条 */
	.video-item::-moz-media-controls {
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	/* 播放时显示控制条 */
	.video-item.playing::-webkit-media-controls,
	/* 鼠标悬停时也显示（提升用户体验） */
	.video-item:hover::-webkit-media-controls {
		opacity: 1;
	}

	/* Firefox兼容 */
	.video-item.playing::-moz-media-controls,
	.video-item:hover::-moz-media-controls {
		opacity: 1;
	}

	/* ========== 视频控制条样式结束 ========== */

	.video-swiper .swiper-button-prev,
	.video-swiper .swiper-button-next {
		color: #fff !important;
		background: rgba(0, 0, 0, 0.5) !important;
		width: 4rem !important;
		height: 4rem !important;
		border-radius: 50% !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 10;
	}

	.video-swiper .swiper-button-prev::after,
	.video-swiper .swiper-button-next::after {
		font-size: 1.8rem !important;
	}

	.video-swiper .swiper-pagination {
		bottom: 1rem !important;
	}

	.video-swiper .swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
		background: #fff;
		opacity: 0.7;
	}

	.video-swiper .swiper-pagination-bullet-active {
		opacity: 1;
		background: #07612D;
	}

	/* 响应式适配：不同屏幕尺寸调整显示数量 */
	@media (max-width: 1200px) {
		.video-swiper .swiper-slide {
			width: calc(33.33% - 10px) !important; /* 大屏显示3个 */
		}
	}
	@media (max-width: 992px) {
		.left {
			flex: 0 1 calc(100% - 300px);
		}
		.right {
			flex: 0 0 280px;
		}
		.second-swiper .slide-desc {
			white-space: normal;
			font-size: 1.2rem;
			line-height: 1.3;
		}
		.video-swiper {
			height: 18rem;
		}
		.video-swiper .swiper-slide {
			width: calc(50% - 10px) !important; /* 平板显示2个 */
		}
	}

	@media (max-width: 768px) {
		.content-wrap {
			flex-direction: column;
			height: auto;
			gap: 1.5rem;
		}
		.left,
		.right {
			flex: none;
			width: 100%;
			height: auto;
		}
		.first-swiper,
		.first-swiper .swiper-slide,
		.first-swiper .swiper-slide img {
			height: 280px !important;
		}
		.second-swiper .swiper-slide img {
			max-width: 40%;
		}
		.video-swiper {
			height: 15rem;
		}
		.video-swiper .swiper-slide {
			width: 100% !important; /* 手机显示1个 */
		}
		.video-swiper {
		    height: 20rem !important; /* 调整手机端视频高度，适配单视频 */
		}
		.video-swiper .swiper-slide {
		    width: 100% !important; /* 强制手机端单视频宽度占满 */
		    max-width: 100% !important;
		}
		.video-item {
		    width: 100% !important;
		    height: 100% !important;
		}
	
		   
	}

	p {
		margin: 0;
	}

	.slide-sub-title .text-line {
		max-width: calc(100% - 10rem);
		font-size: 18px;
	}

	@media (min-width: 992px) {
		.col-md-6 {
			width: 50%;
			min-height: 150px;
		}
	}

	#index-header .wrap .menu .item .sub {
		display: none;
	}

	#footer .header {
		padding: 0;
	}

	#header {
		display: none;
		overflow: hidden;
	}

	.mmenu {
		display: none;
		overflow: hidden;
	}

	.notice-box {
		white-space: nowrap !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
	}

	.notice-box a {
		display: inline-block !important;
		white-space: nowrap !important;
	}

	#notice .right {
		overflow: hidden !important;
		position: relative !important;
	}