* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

.clear {
	clear: both;
	line-height: 0;
}

body {
	font-size: 18px !important;
	font-family: '微软雅黑';
	line-height: 32px;
	background: #c3f6ff url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/bg.png) no-repeat top center;
	background-size: 1920px;
}


.wrap {
	/* margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	overflow: initial */
}

.main1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	overflow: initial;
	padding: 45px 0 0 0;
}

.main1 .i-header-icons {
	/* margin-right: 230px; */
	position: relative;
	display: flex;
	justify-content: space-between;
	height: auto;
}

.ttbd {
	margin: 590px auto 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.ttbd img {
	margin: 0 auto;
}

/* 顶部 */
.tt {
	margin-top: 820px;
	display: flex;
	justify-content: space-between;
}

.tt_left {
	margin-left: 15px;
	width: 61px;
	height: 136px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/tt.png);
}

.tt_right {
	width: 1140px;
	margin-right: 40px;
}

.tt_right p {
	margin-top: -10px;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
}

.tt_right div {
	margin-top: 20px;
	font-size: 18px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 64px;
}

/* 要闻聚焦 */
.ywjj {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.ywjj .swiper-pagination4 {
	position: absolute;
	z-index: 10;
	bottom: 45px;
	right: 20px;
}

.ywjj .swiper-pagination4 span {
	margin: 0 5px;
}

.ywjj #banner1-banner-right {
	position: absolute;
	top: 45%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 10;
	width: 45px;
	height: 71px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/right.png);
	cursor: pointer;
}

.ywjj #banner1-banner-left {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 10;
	width: 45px;
	height: 71px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/left.png);
	cursor: pointer;
}

.ywjj_swiper {
	width: 725px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.ywjj_swiper .swiper-slide {
	width: 100%;
}

.ywjj_swiper a {
	position: relative;
	display: block;
	width: 100%;
	height: 381px;
}

.ywjj_swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ywjj_swiper .title {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 60px;
	height: 46px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/ywjj_tit.png);
}


.ywjj_swiper .one-line {
	padding-left: 25px;
	display: flex;
	align-items: center;
	/* width: 466px; */
	position: relative;
	z-index: 10;
	font-size: 19.24px;
	height: 31px;
	color: #fff;


}

.ywjj_swiper .one-line p {
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ywjj_swiper .one-line img {
	width: 36px;
	margin-right: 20px;
}

.ywjj_swiper .swiper-pagination {
	text-align: right;
	width: auto;
	right: 8px;
	bottom: 12px;
}

.ywjj_swiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.ywjj_swiper .swiper-pagination-bullet-active {
	background-color: #ffe400;
}

.news-card {
	margin-right: 20px;
	width: 500px;
	padding-left: 20px;
}

.card-title {
	display: block;
	border-bottom: 1px solid #ccc;
}

.card-title div {
	display: inline-block;
	position: relative;
	width: 164px;
	height: 33px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/ywjj.png) center no-repeat;
	background-size: cover;
}

.card-title div::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fa3245;
}

.card-title span {
	font-size: 16.27px;
	color: #179be6;
	float: right;
	margin-top: 10px;

}

.card-title:hover span {
	text-decoration: underline;
}

.news-card .news-list {

	padding-top: 7px;
	/* height: 326px; */
}

.news-card .news-list li {
	position: relative;
	padding-left: 23px;
	margin-top: 23px;
}

.news-card .news-list li::after {
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: #179be6;
	border-radius: 50%;
}

.news-card .news-list a {
	font-size: 21.38px;
	line-height: 24px;
	color: #1d1d1d;
	vertical-align: top;
	white-space: normal;
	width: auto;
	display: inline;
}

/* 精彩视频 */
.main_tit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main2 {
	min-width: 1300px;
}

.box6 {
	padding-top: 220px;
	margin: 0 auto;
	width: 1300px;
	display: flex;
	/* height: 590px; */
}

.box6_left {
	margin: 0 29px 0 46px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	width: 946px;
	height: 525px;
	background-color: #000;
}

.box6_left a:hover div {
	color: #fbdfb5;
}


.box6_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box6_left_bottom {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 83px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/jcsp_tit.png);
	color: #fff;
	letter-spacing: 2px;
	border-radius: 10px;
}

.box6_left_bottom img {
	margin-left: 30px;
	margin-right: 15px;
	width: 42px;
	height: 42px;
}

.box6_left_bottom div {
	margin-left: 40px;
	width: 800px;
	color: #ecf7fe;
	font-size: 24px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box6_right {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.box6_tarrow {
	cursor: pointer;
	width: 91px;
	height: 32px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/topicon1.png);

}

.box6_barrow {
	cursor: pointer;
	width: 91px;
	height: 32px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/bottomicon1.png);
}

.box6_right_box {
	height: 445px;
	overflow: hidden;
	margin-top: 7px;
	margin-bottom: 7px;
}

.box6_right_box .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box6_right .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 227px;
	height: 128px;
	border: 6px solid transparent;
	/* margin-bottom: 20px; */
}

.box6_right .imgbox p,
.box6_right .imgbox span {
	display: none;
}

.box6_right_box .cur {
	border-color: #fcdc05;
}

.box6_right img {
	width: 100%;
	height: 100%;
}

.box6_right .active::after {
	position: absolute;
	top: 50%;
	right: -26px;
	transform: translate(0, -50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fbdfb5;
}

/* 金镜头 */
.gqdt {
	padding-top: .1px;
	position: relative;
	margin: 70px auto 0;
	max-width: 1920px;
	height: 868px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/lhjjt_bg.png) center;
}

.box5 {
	margin: 82px auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 653px;
}

.stage {
	width: 1322px;
	height: 258px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%);
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/stage.png);

}

.box5 .swiper {
	width: 1300px;
	height: 653px;
}

.box5 .swiper span {
	display: none;
}

.box5 .swiper-wrapper {
	width: 1300px;
	height: 653px;
}

/* 轮播项 */
.swiper .swiper-slide {
	width: 1186px;
	height: 653px;
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	/* 文字垂直居中 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gqdt_titbox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	padding: 0 86px;
	width: 1016px;
	height: 139px;
	background: rgba(67, 206, 216, .8);
	border-radius: 50px 50px 0 0;
	z-index: 10;
	font-size: 33px;
	color: #fff;
	font-weight: 700;

}

.gqdt_titbox p {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main2>div.gqdt>div.swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 767px;
	left: 50%;
	transform: translate(-50%, 0);
}

.gqdt .swiper-pagination-bullet {
	width: 64px;
	height: 16px;
	border-radius: 20px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #25c5d2;
}

.gqdt .swiper-pagination-bullet-active {
	width: 157px;
	height: 16px;
	background-color: #ffe100;
}

.works_left {
	position: absolute;
	top: 30%;
	left: 4%;
	width: 46px;
	height: 127px;
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/works_leftBtn.png);
	background-size: 100% 100%;
}

.works_right {
	position: absolute;
	top: 30%;
	right: 4%;
	width: 46px;
	height: 127px;
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/works_rightBtn.png);
	background-size: 100% 100%;
}

.works_left,
.works_right:hover {
	cursor: pointer;
	;
}

/* 党政企大联播 */
.dlb {
	padding-top: .1px;
	position: relative;
	margin: 90px auto 90px;
	max-width: 1920px;
	height: 1033px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/dlb_bg.png) center;
}

.dlb_box {
	display: flex;
	padding-top: .1px;
	margin: 90px auto 0;
	width: 1300px;
	height: 616px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/dlb_box_bg.png);
}

.dlb_box .dlb_box_left {
	margin: 70px 27px 0 47px;
	width: 566px;
}

.dlb_box .dlb_box_left p {
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.dlb_box .dlb_box_left div {
	border-top: 1px solid #1597e9;
	padding-top: 20px;
	font-size: 22px;
	text-align: justify;
	line-height: 40px;
	text-indent: 44px;
}

.dlb_box .dlb_box_right {
	display: flex;
	justify-content: center;
	align-items: center;

}

.dlb_box .dlb_box_right #banner1-banner-right1 {
	margin-top: -50px;
	width: 36px;
	height: 102px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/l_btn.png);
	cursor: pointer;
}

.dlb_box .dlb_box_right #banner1-banner-left1 {
	margin-top: -50px;
	width: 36px;
	height: 102px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/r_btn.png);
	cursor: pointer;
}

.dlb_box .dlb_swiperBox {
	margin: 0 10px;
	width: 560px;
	height: 514px;
	overflow: hidden;
}

.dlb_box .dlb_box_right img {
	width: 264px;
	height: 514px;
	object-fit: cover;
}

.dlb_box .dlb_box_right .swiper-slide {
	display: flex;
	justify-content: center;
}

/* 诉心声话发展 */
.sxs {
	margin: 90px auto 0;
	padding-top: 46px;
	padding-left: 45px;
	width: 1250px;
	height: 483px;
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/sxs_bg.png);
}

.sxs .sxs_top {
	display: flex;
	margin-bottom: 20px;
}

.sxs .sxs_top li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 409px;
	height: 62px;
	font-size: 40px;
	color: #1c73df;
	cursor: pointer;
}

.sxs .sxs_top li::after {
	position: absolute;
	content: '';
	top: 55%;
	transform: translate(0, -50%);
	right: -5%;
	width: 2px;
	height: 40px;
	background-color: #1c73df;
}

.sxs .sxs_top li:nth-child(3)::after {
	display: none;
}

.sxs .sxs_top .active {
	background: #1c73df;
	background-size: 100% 100%;
	font-weight: 700;
	color: #fff;
}

.sxs_bottom {
	padding-top: .1px;
}

.sxs_bottom li {
	position: relative;
	margin-top: 30px;
	width: 770px;
	/* height: 64px; */
	font-size: 30px;
	color: #333333;
	line-height: 50px;
}

.sxs_bottom li::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 20px;
	width: 8px;
	height: 8px;
	background-color: #1c73df;
	border-radius: 50%;
}

.sxs_bottom li p {
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}




/* 学青场馆 */
.xqcg {
	margin: -100px auto -100px;
	max-width: 1920px;
	height: 1031px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/jcsp.png) center;
}

.xqcg .bt {
	margin: 0 auto;
	width: 745px;
	height: 120px;
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/bt5.png);
}

.swiper-button-lock {
	display: block;
}

/* 解读政府工作报告 */
.bgbox {
	padding-top: 73px;
	background: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/zfgzbg_bg.png) center top;
	background-repeat: no-repeat;
}

.jdzfgzbg_box {
	margin: 0 auto;
	max-width: 1920px;

	display: flex;
	flex-wrap: wrap;
	font-size: 30px;
	color: #333333;
}

.jdzfgzbg {
	margin: 83px auto 30px;
	width: 1300px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	font-size: 30px;
	color: #333333;
}

.jdzfgzbg a {
	margin-right: 134px;
	margin-bottom: 50px;
}

.jdzfgzbg a:nth-child(2n) {
	margin-right: 0;
}

.jdzfgzbg li {
	display: flex;
	overflow: hidden;
}

.jdzfgzbg li div {
	margin-right: 30px;
	width: 242px;
	height: 182px;
	border: 8.5px solid #1597e9;
	overflow: hidden;
}

.jdzfgzbg li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jdzfgzbg li p {
	width: 295px;
	line-height: 54px;
	height: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}



.bar {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 212px;
	height: 706px;
	background-image: url(http://www.gxzf.gov.cn/material/zt/2025/qglh/images/bar.png);
	z-index: 999;
}

.bar ul {
	margin-top: 220px;
}

.bar ul li {
	position: relative;
	margin-left: -5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 174px;
	height: 33px;
	background: #0cb5f3;
	border-radius: 20px;
	/* background-image: url(../image/barLi.png); */
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 40px;
}
.bar ul li::after{
	position: absolute;
	content: '';
	width: 112px;
	height: 1px;
	border-top: 1px dashed #0cb5f3;
	bottom: -20px;
}
