/*二级标题*/
.mr5653 {
	margin: 0.7rem 0 0.6625rem 0;
}

/*分页padding*/
.pd5584 {
	padding: 0.6875rem 0 1.05rem 0;
}

/*新闻轮播*/
#swiper1 {
	padding-bottom: 2.05rem;
}

#swiper1 .swiper-wrapper {
	height: 7.4375rem;

}

#swiper1 .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 0.6rem 0.35rem 0 0.35rem;
}

#swiper1 .swiper-wrapper .swiper-slide a p:first-child {
	font-size: 0.2rem;
	line-height: 0.275rem;
	color: #747474;
}

#swiper1 .swiper-wrapper .swiper-slide a p:nth-child(2) {
	font-size: 0.25rem;
	line-height: 0.45rem;
	height: 0.9rem;
	color: #050505;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin: 0.175rem 0 0.3625rem 0;
}

#swiper1 .swiper-wrapper .swiper-slide a p:nth-child(3) img {
	width: 100%;
	height: 3.25rem;
	object-fit: cover;
}

#swiper1 .swiper-wrapper .swiper-slide a p:last-child {
	margin-top: 0.3125rem;
	font-size: 0.2rem;
	line-height: 0.375rem;
	color: #787878;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*swiper底部切换按钮*/
.swiper-pagination-gsdt {
	position: absolute;
	z-index: 2;
	bottom: 0.975rem;
	width: 100%;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;

}

.my-bullet-gsdt {
	display: inline-flex;
	width: 0.5rem;
	height: 0.5rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	margin-right: 0.25rem;
}

.my-bullet-gsdt div:first-child {
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid transparent;
	z-index: 1;
	overflow: visible;
}

.my-bullet-gsdt div:last-child {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #005bac;
	margin-right: 0;
}

.my-bullet-gsdt div:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #004892;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all 0.4s ease-out;
}

/* Hover效果 */
.my-bullet-gsdt:hover div:first-child::after {
	width: calc(0.5rem - 2px);
	height: calc(0.5rem - 2px);
	transform: translate(-50%, -50%) scale(0.7);
	opacity: 0.5;
}

/* Active状态下的扩散动画 */
.my-bullet-gsdt.active div:first-child::after {
	width: calc(0.5rem - 2px);
	height: calc(0.5rem - 2px);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: all 0.5s ease-out;
}

/* 确保.my-bullet-gsdt div:first-child在active状态时边框为1px */
.my-bullet-gsdt.active div:first-child {
	border: 1px solid transparent;
	/* 始终保持1px宽度 */
}

/*文章列表*/
.xwlb-big-box {
	background-image: url(/eportal/uiFramework/commonResource/image/2025110716164320979.jpg);
	background-size: cover;
}


.pdt9875 {
	padding-top: 0.9875rem;
}






/*党委情况*/

.dwqk {
	font-size: 0.2535rem;
	line-height: 0.3rem;
	color: #161616;
	margin-bottom: 1.075rem;
}

.pdt102 {
	padding-top: 1.275rem;
}

/*宣传片*/
.md-list{display: flex;justify-content: space-between;}
        .video-img {
            width: 48%;
            height: 3.5rem;
            object-fit: cover;
            border-radius: 10px;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }
        .video-img:hover {
            transform: scale(1.05);
        }
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 999;
            justify-content: center;
            align-items: center;
        }
        .modal-content {
            position: relative;
            width: 80%;
            max-width: 900px;
            background: #000;
            border-radius: 10px;
            overflow: hidden;
        }
        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            color: white;
            font-size: 30px;
            cursor: pointer;
            z-index: 1000;
        }
        video {
            width: 100%;
            display: block;
        }


@media screen and (max-width:992px){
.dwqk,#swiper1 .swiper-wrapper .swiper-slide a p:first-child{font-size:0.6rem;line-height:normal;}
#swiper1 .swiper-wrapper{height:21rem;}
#swiper1 .swiper-wrapper .swiper-slide a p:nth-child(3) img{height:13rem;}
#swiper1 .swiper-wrapper .swiper-slide a p:nth-child(2){font-size:0.8rem;line-height:normal;height:auto;}
#swiper1 .swiper-wrapper .swiper-slide a p:last-child{font-size:0.6rem;line-height:1.5}
.my-bullet-gsdt{margin-right:0.8rem;}
.my-bullet-gsdt div:last-child{width: 0.3rem;height: 0.3rem;}
.my-bullet-gsdt.active div:first-child::after{width: calc(0.8rem - 2px);height: calc(0.8rem - 2px);}

.xxgk-title{height:1.825rem;}
.xxgk-title a{font-size:0.8rem;}
.xxgk-lsit-box a{height:2.3275rem;}
.xxgk-lsit-box a span:first-child{font-size:0.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.xxgk-lsit-box a span:last-child em:first-child{font-size:0.6rem;}
.xxgk-lsit-box a span:last-child em:last-child{font-size:0.4rem}

/*搜索页面*/
.search-box{width:100%!important;}
.search-box form{height: 1.976rem;}
.search-box form input{height:1.5rem !important;font-size:0.6rem !important;}
.search-box form a{width:2.5rem !important;height:1.5rem !important;}
.search-box form a img{width:45%}

.fy-button{width:1.475rem;height:1.475rem}
.fy-number-box a, .fy-number-box font{font-size:0.8rem;}
.tz-box input{width: 1.813rem;height: 1.475rem;font-size:0.8rem;margin:0 0.5rem;}
.tz-box span{font-size:0.8rem;}
.tz-box{display:flex;align-items:center;margin-left:0.5rem;}

.md-list{flex-direction: column;}
.video-img{width:100%;height:8rem;}
.video-img{margin-bottom:1rem;}
.video-img:hover{margin-bottom:0;}

#swiper1 .swiper-wrapper .swiper-slide a{padding:0.8rem;}
.search-box form{width:85% !important;margin:0 auto;}
}