/* 2026秦皇岛两会 */
.article-list .title:hover {
    color: #D31107;
}
.lianghui-banner {
	height: 766px;
	padding-top: 30px;
}

.lianghui-banner .logo img {
	width: 401px;
}
.lianghui-banner .lianghui-title {
    position: relative;
    width: 630px;
    height: 300px;
    margin: 120px auto 0;
}
.lianghui-banner .lianghui-title img {
    display: block;
    width: 100%;
}
.lianghui-banner .lianghui-title .year {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
    color: #D31107;
}
.lianghui-banner .lianghui-name {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.lianghui-banner .lianghui-name .item {
    display: flex;
    align-items: center;
    margin-right: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #DC2E03;
}
.lianghui-banner .lianghui-name img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

/* 锚点导航 */
.anchor-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: center;
	gap: 0;
	background: #d21301;
	border-right: 6px solid #ff8d1a;
	border-left: 6px solid #ff8d1a;
}

.anchor-nav .nav-item {
	display: block;
	padding: 0 28px;
	font-size: 24px;
	font-weight: bold;
	line-height: 84px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

.anchor-nav .nav-item:hover,
.anchor-nav .nav-item.active {
	color: #f7d7a5;
}

/* 内容区块 */
.anchor-section {
	padding-top: 40px;
	padding-bottom: 20px;
}

.section-title {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.section-title img {
	max-width: 100%;
	margin: 0 auto;
}

/* section1 两会进行时 */
.anchor-section1 {
	text-align: center;
}

.anchor-section1 .section1-content {
	padding-bottom: 20px;
}

.anchor-section1 .section1-feature {
	display: inline-block;
	padding: 30px 0 15px;
	margin-bottom: 50px;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.anchor-section1 .feature-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 14px;
}

.anchor-section1 .feature-desc {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;
}

.anchor-section1 .section1-swiper {
	position: relative;
	padding: 20px 0 36px;
	overflow: hidden;
}

.anchor-section1 .section1-swiper .swiper-wrapper {
	align-items: center;
}

/* section1 两会进行时 - 立体轮播模式（>=4个数据） */
.anchor-section1 .section1-swiper .swiper-slide {
	position: relative;
	width: 740px;
	height: 500px;
	background: #fff;
	transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(16px) scale(0.82);
	opacity: 0;
	z-index: 1;
}

.anchor-section1 .section1-swiper .swiper-slide-prev {
	opacity: 0.85;
	transform: scale(0.7) translateX(90%);
	z-index: 2;
}

.anchor-section1 .section1-swiper .swiper-slide-next {
	opacity: 0.85;
	transform: scale(0.7) translateX(-90%);
	z-index: 2;
}

.anchor-section1 .section1-swiper .swiper-slide-prev h3,
.anchor-section1 .section1-swiper .swiper-slide-next h3 {
	display: none;
}

.anchor-section1 .section1-swiper .swiper-slide-active {
	opacity: 1;
	transform: translateY(0) scale(1);
	z-index: 5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
}

.anchor-section1 .section1-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.anchor-section1 .section1-swiper .swiper-slide h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 60px;
	font-size: 18px;
	line-height: 54px;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
}

.anchor-section1 .swiper-btn-prev,
.anchor-section1 .swiper-btn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #d31107;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
}

.anchor-section1 .swiper-btn-prev {
	left: 0;
}

.anchor-section1 .swiper-btn-next {
	right: 0;
}

.anchor-section1 .swiper-btn-prev:hover,
.anchor-section1 .swiper-btn-next:hover {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/*section2 建议提案 & 两会文件*/
.anchor-section2 {
	padding: 85px 0;
	background: url("/static/index/img/lianghui/section2-bg.jpg") center top;
}

.anchor-section2 .main-container {
	display: flex;
	gap: 40px;
}

.anchor-section2 .section-content {
	flex: 1;
	background: #fdf9f9;
	overflow: hidden;
}

.anchor-section2 .section-content .content-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 54px;
	padding: 0 20px;
	background: #d21301;
}

.anchor-section2 .section-content .content-title h2 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.anchor-section2 .section-content .content-title .more {
	font-size: 14px;
	color: #ffffff;
}

.anchor-section2 .section-content .content-title .more:hover {
	text-decoration: underline;
}

.anchor-section2 .article-list {
	padding: 15px 20px;
}

.anchor-section2 .article-list .item {
	gap: 40px;
	border-bottom: 1px dashed #fcb9b6;
}

.anchor-section2 .article-list .item:last-child {
	border-bottom: none;
}

.anchor-section2 .article-list .item:before {
	width: 6px;
	height: 6px;
	background: #eb7500;
}

/*两会镜头*/
.anchor-section3 {
	padding: 75px 0 90px;
}

.anchor-section3 .section-title {
	margin-bottom: 80px;
}

.anchor-section3 .section3-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.anchor-section3 .section3-swiper .swiper-slide {
	transition: transform 0.35s ease,
	box-shadow 0.35s ease;
}

.anchor-section3 .section3-swiper .swiper-slide a {
	display: block;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: all 0.35s ease;
}

.anchor-section3 .section3-swiper .swiper-slide a:hover {
	box-shadow: 0 12px 32px rgba(210, 19, 1, 0.22);
}

.anchor-section3 .section3-swiper .swiper-slide img {
	width: 100%;
	height: 246px;
	object-fit: cover;
	object-position: 50% 20%;
	display: block;
	transition: transform 0.4s ease;
}

.anchor-section3 .section3-swiper .swiper-slide a:hover img {
	transform: scale(1.05);
}

.anchor-section3 .section3-swiper .swiper-slide h4 {
	padding: 9px 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #d21301;
	transition: background 0.3s ease;
}

.anchor-section3 .s3-btn-prev,
.anchor-section3 .s3-btn-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 43px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	background: #d21301;
	transform: translateY(-50%);
}
.anchor-section3 .swiper-button-disabled {
	background: rgba(0,0,0,0.5);
}

.anchor-section3 .s3-btn-prev {
	left: 0;
}

.anchor-section3 .s3-btn-next {
	right: 0;
}

/*两会视听*/
.anchor-section4 {
	padding: 75px 0 85px;
	background: url("/static/index/img/lianghui/section4-bg.jpg") no-repeat center top;
}

.anchor-section4 .section4-media {
	display: flex;
}

.anchor-section4 .s4-video-wrap {
	flex: 1;
	position: relative;
	width: 844px;
	height: 555px;
}

.anchor-section4 .s4-video-wrap video {
	width: 100%;
	height: 555px;
	object-fit: contain;
	display: block;
	background: #000000;
	outline: none;
}

.anchor-section4 .s4-list-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 356px;
	height: 555px;
	padding-top: 28px;
}

.anchor-section4 .s4-list-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-width: 14px 18px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #d21301;
	border-bottom-color: #d21301;
}

.anchor-section4 .s4-list {
	margin: 0;
	padding: 0;
	flex: 1;
	overflow-y: auto;
	min-height: 0;
	background: #d21301;
}

.anchor-section4 .s4-list::-webkit-scrollbar {
	width: 4px;
}

.anchor-section4 .s4-list::-webkit-scrollbar-track {
	background: transparent;
}

.anchor-section4 .s4-list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
}

.anchor-section4 .s4-item {
	display: flex;
	align-items: center;
	height: 122px;
	padding: 0 18px;
	border-bottom: 1px solid #e66060;
	cursor: pointer;
	transition: background 0.25s ease;
}

.anchor-section4 .s4-item:last-child {
	border-bottom: none;
}

.anchor-section4 .s4-item p {
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
	color: #ffffff;
	opacity: 0.9;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: opacity 0.25s ease,
	transform 0.25s ease;
}

.anchor-section4 .s4-item:hover,
.anchor-section4 .s4-item.active {
	background: linear-gradient(
			90deg,
			rgba(255, 124, 112, 1) 0%,
			rgba(255, 180, 173, 0) 100%
	);
}

.anchor-section4 .s4-item.active p,
.anchor-section4 .s4-item:hover p {
	opacity: 1;
	transform: translateX(3px);
	font-weight: bold;
}
.anchor-section4 .s4-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	background: #d21301;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.3s;
}

.anchor-section4 .s4-arrow:hover {
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.15);
}

/*两会集锦*/
.anchor-section5 {
	padding: 75px 0 60px;
	background: url("/static/index/img/lianghui/section5-bg.jpg") no-repeat center bottom;
}

.anchor-section5 .section-title {
	margin-bottom: 70px;
}

.anchor-section5 .timeline-swiper-wrap {
	position: relative;
}

.anchor-section5 .timeline-swiper-wrap:before, .anchor-section5 .timeline-swiper-wrap:after {
	content: "";
	position: absolute;
	top: 10px;
	display: block;
	border: 10px solid transparent;
}

.anchor-section5 .timeline-swiper-wrap:before {
	right: -10px;
	border-left: 10px solid #f8dcaf;
}

.anchor-section5 .timeline-swiper-wrap:after {
	left: -10px;
	border-right: 10px solid #f8dcaf;
}

.anchor-section5 .timeline-swiper {
	position: relative;
	overflow: hidden;
}

.anchor-section5 .timeline-swiper:after {
	content: "";
	position: absolute;
	top: 17px;
	left: 4px;
	right: 4px;
	height: 6px;
	background: #f8dcaf;
	
}

.anchor-section5 .timeline-swiper .swiper-slide {
	width: 200px;
	padding-bottom: 50px;
	text-align: center;
}

.anchor-section5 .timeline-swiper .year-label {
	display: inline-block;
	min-width: 80px;
	padding: 6px 22px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #c81d1d;
	border-radius: 24px;
	position: relative;
}

.anchor-section5 .timeline-swiper .year-label::before {
	right: 100%;
}

.anchor-section5 .timeline-swiper .year-label::after {
	left: 100%;
}

.anchor-section5 .timeline-swiper .card {
	display: block;
	padding: 28px 16px 20px;
	margin: 0 35px;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 6px 0 #d21301;
	transition: transform 0.25s, box-shadow 0.25s;
}

.anchor-section5 .timeline-swiper .card:hover {
	transform: translateY(-4px);
	box-shadow: 0 6px 0 #d21301, 0 8px 24px rgba(200, 29, 29, 0.16);
}

.anchor-section5 .timeline-swiper .card-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.anchor-section5 .timeline-swiper .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
}

.anchor-section5 .timeline-swiper .card-text {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #d21301;
	text-align: center;
}

/*底部*/
.footer {
	background: #d21301;
}

.footer .site-links,
.footer .friend-links {
	display: none;
}

.footer .footer-other .center,
.footer .footer-other .footer-links .link {
	color: #ffffff;
}

.footer .footer-other .footer-links .line {
	background: #ffffff;
}

@media (min-width: 992px) {
	body {
		background: url("/static/index/img/lianghui/bg.png") no-repeat center top;
	}
}

/* 小屏幕（手机横屏/小平板）  */
@media (max-width: 991px) {
	body {
		padding-top: 0;
		background: url("/static/index/img/lianghui/bg-mobile.png") no-repeat center top/100% auto;
	}
	
	/* banner */
	.lianghui-banner  {
		height: 84vw;
		padding: 13px 0 0 10px;
	}
	
	.lianghui-banner .logo img {
		width: 186px;
	}
    .lianghui-banner .lianghui-title {
        position: relative;
        width: 60%;
        height: auto;
        margin: 12vw auto 0;
    }
    .lianghui-banner .lianghui-title .year {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
        color: #D31107;
    }
	.lianghui-banner .lianghui-name {
		flex-direction: column;
		align-items: center;
		margin-top: 5vw;
	}
	.lianghui-banner .lianghui-name .item {
		margin-right: 2em;
		margin-bottom: 8px;
		font-size: 14px;
	}
	.lianghui-banner .lianghui-name img {
		width: 24px;
		height: 24px;
	}
	.anchor-section {
		padding-top: 22px;
		padding-bottom: 40px;
	}
	
	/* 锚点导航 */
	.anchor-nav {
		flex-wrap: wrap;
		justify-content: left;
		width: auto;
		padding: 8px 0;
		margin: 0 10px;
		border-right: 3px solid #ff8d1a;
		border-left: 3px solid #ff8d1a;
	}
	
	.anchor-nav .nav-item {
		padding: 0 12px;
		font-size: 16px;
		line-height: 2;
	}
	
	.anchor-nav .nav-item.active::after {
		width: 24px;
	}
	
	/* 两会进行时 */
	.anchor-section1 .section1-feature {
		padding: 0;
		margin: 0 15px 20px;
	}
	
	.anchor-section1 .feature-title {
		font-size: 18px;
	}
	
	.anchor-section1 .feature-desc {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: normal;
		-webkit-line-clamp: 3;
	}
	
	/* 轮播图 mobile */
	.anchor-section1 .section1-swiper {
		padding: 0;
		overflow: visible;
	}

	.anchor-section1 .section1-swiper .swiper-slide {
		width: 72%;
		height: auto;
	}

	.anchor-section1 .section1-swiper .swiper-slide img {
		height: 47vw;
	}

	.anchor-section1 .section1-swiper .swiper-slide h3 {
		padding: 0 15px;
		font-size: 16px;
		line-height: 30px;
	}

	.anchor-section1 .section1-swiper .swiper-slide-active {
		transform: translateY(0) scale(1);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	}

	.anchor-section1 .section1-swiper .swiper-slide-prev {
		transform: scale(0.65) translateX(108%);
	}

	.anchor-section1 .section1-swiper .swiper-slide-next {
		transform: scale(0.65) translateX(-108%);
	}
	
	.anchor-section1 .swiper-btn-prev {
		left: -6px;
		font-size: 20px;
	}
	
	.anchor-section1 .swiper-btn-next {
		right: -6px;
		font-size: 20px;
	}
	
	
	/*section2 建议提案 & 两会文件*/
	.anchor-section2 {
		padding: 22px 0;
		background: #fef6ec;
	}
	
	.anchor-section2 .main-container {
		flex-direction: column;
		gap: 20px;
	}
	
	.anchor-section2 .section-content .content-title {
		height: 50px;
		padding: 0 12px;
	}
	
	.anchor-section2 .section-content .content-title h2 {
		font-size: 18px;
	}
	
	.anchor-section2 .article-list {
		padding: 12px;
	}
	
	.anchor-section2 .article-list .item {
		border-bottom: 1px dashed #fcb9b6;
	}
	
	.anchor-section2 .article-list .item:last-child {
		border-bottom: none;
	}
	
	.anchor-section2 .article-list .item:before {
		width: 6px;
		height: 6px;
		background: #eb7500;
	}
	
	
	/* section3 两会镜头 */
	.anchor-section3 {
		padding-top: 26px;
	}
	
	.anchor-section3 .section-title {
		margin-bottom: 25px;
	}
	.anchor-section3 .section-content {
		padding: 0 10px;
	}
	
	.anchor-section3 .section3-swiper {
		overflow: hidden;
	}
	
	.anchor-section3 .section3-swiper .swiper-slide img {
		height: 58.67vw;
	}
	
	.anchor-section3 .section3-swiper .swiper-slide h4 {
		padding: 9px 30px;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.5;
	}
	
	.anchor-section3 .s3-btn-prev,
	.anchor-section3 .s3-btn-next {
		width: 24px;
		height: 36px;
		font-size: 17px;
	}
	
	/* section4 mobile - 完全替换为Swiper视频切换 */
	.anchor-section4 {
		padding-top: 35px;
		overflow: hidden;
	}
	.anchor-section4 .s4m-swiper {
		width: 100%;
	}
	.anchor-section4 .s4m-swiper .swiper-slide video {
		width: 100%;
		height: 56vw;
		object-fit: contain;
		display: block;
		background: #000;
	}
	.anchor-section4 .s4m-swiper .swiper-slide h4 {
		height: 60px;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		background: #D31107;
	}
	.anchor-section4 .section4-mobile {
		position: relative;
	}
	.anchor-section4 .section4-mobile .s4m-btn-prev,
	.anchor-section4 .section4-mobile .s4m-btn-next {
		position: absolute;
		top: 24vw;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 36px;
		font-size: 17px;
		color: #fff;
		cursor: pointer;
		background: #d21301;
		border: none;
		transition: opacity 0.3s;
	}
	.anchor-section4 .section4-mobile .s4m-btn-prev {
		left: 0;
	}
	.anchor-section4 .section4-mobile .s4m-btn-next {
		right: 0;
	}
	.anchor-section4 .section4-mobile .s4m-btn-prev:hover,
	.anchor-section4 .section4-mobile .s4m-btn-next:hover {
		opacity: 0.85;
	}
	.anchor-section4 .section4-mobile .swiper-button-disabled {
		background: rgba(0,0,0,0.5);
	}
	
	/*两会集锦*/
	.anchor-section5 {
		padding: 35px 0 0;
		background: url('/static/index/img/lianghui/section5-bg-mobile.jpg') no-repeat center top/cover;
	}
	
	.anchor-section5 .section-title {
		margin-bottom: 45px;
	}
	
	.anchor-section5 .timeline-swiper-wrap:before, .anchor-section5 .timeline-swiper-wrap:after {
		top: 8px;
	}
	.anchor-section5 .timeline-swiper {
		padding: 0;
	}
	.anchor-section5 .timeline-swiper:after {
		top: 15px;
	}
	
	.anchor-section5 .timeline-swiper .swiper-slide {
		width: calc(50% - 10px);
	}
	
	.anchor-section5 .timeline-swiper .year-label {
		min-width: auto;
		padding: 4px 16px;
		font-size: 15px;
		border-radius: 18px;
		margin-bottom: 14px;
	}
	
	.anchor-section5 .timeline-swiper .card {
		padding: 16px 10px 12px;
		margin: 0 15px;
	}
	
	.anchor-section5 .timeline-swiper .icon {
		width: 28px;
		height: 28px;
		gap: 8px;
	}
	
	.anchor-section5 .timeline-swiper .card-text {
		font-size: 14px;
	}
	
	.anchor-section5 .nav-btn {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}
}
