@font-face {
	font-family: 'Source Han Serif CN';
	src: url('../fonts/SourceHanSerifCN-Bold-2.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.xsd_banner {
	width: 100%;

	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 1200px;
	min-height: 200px;
	position: relative;


}

.xsd_banner img {
	width: 100%;
	height: auto;
}

.xsd_banner_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}

.xsd_banner_content_top {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 865px;
	height: 296px;
}
.xsd_banner_content_top h1 {
	font-family: 思源黑体;
	font-size: 72px;
	font-weight: 900;
	line-height: 130%;
	text-align: center;
	color: #E4150D;

	text-shadow: 0px 2px 4px rgba(94, 134, 194, 0.42);
}

.xsd_banner_content_top p {
	font-family: 思源黑体;
	font-size: 36px;
	font-weight: 900;
	text-shadow: 0px 2px 4px rgba(94, 134, 194, 0.42);
	color: #E4150D;
	letter-spacing: 0.06em;

	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	margin-top: 10px;
}

.xsd_banner_content_top span {
	display: block;
	font-family: STXingkai;
	font-size: 30px;
	font-weight: 500;
	line-height: 28px;
	color: #ed5945;
	margin: 1.8vw;
	text-align: center;
}

.xsd_banner_content_bottom {
	width: 100%;
	height: 200px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.xsd_banner_content_bottom_left {
	width: 100px;
	height: 160px;

}

.xsd_banner_content_bottom_left img {
	width: 100%;
	height: 100%;
}

.xsd_banner_content_bottom_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.xsd_banner_content_bottom_right h3 {
	font-family: PingFang SC;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	color: #000000;
}

.home_news_content {
	width: 1030px;
	height: 86px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xsd_banner_content_top img {
	width: 100%;
	height: 100%;
}

.zt_xsd {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

/* 重要文章 */
.artical {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	height: 340px;
}

.swiper-container {
	width: 590px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 0.4 !important;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1 !important;
}



.artical_pic {
	width: 590px;
	height: 100%;
}

/*  */
.ytddSwiper {
	width: 590px;
	height: 100%;
	overflow: hidden;
	position: relative;
}



.artical_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}

.artical_list {
	width: 610px;
	height: 100%;
	/* background-color: #fdf7ef; */
	border-radius: 0 8px 8px 0;


}

.sz_home_title {
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 20px;

}

.sz_home_title_left {

	width: 114px;
	height: 35px;
	background-image: url(../images/szqh/szqh_title.png);
	background-size: 100% 100%;
	color: #D30B01;
	font-family: PingFang SC;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 35px;
	position: relative;

	cursor: pointer;
	z-index: 0;

}

.sz_home_title_left:last-child {
	margin-left: -10px;
	margin-bottom: -2px;


}

.sz_home_title_left:first-child {
	background-image: url(../images/szqh/szqh_title1.png);


}

.szqh_select {
	width: 158px;
	height: 54px;
	background-image: url(../images/szqh/szqh_select_bg.png) !important;
	background-size: 100% 100%;
	color: #FFE6C7;
	line-height: 54px;
	padding-left: 10px;
	z-index: 1;
}

.artical_list_item {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	gap: 20px;

	font-weight: 500;
	margin-bottom: 6px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;

	box-sizing: border-box;
}
.artical_list_item_right{
	flex: 1;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	

}
.artical_list_item_right span{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	;
	background-color:  #FFF8EA;
	border-radius: 4px;
	color: #B3853F;
	font-size: 10px;
}

.artical_list_item p {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 420px;
}

.artical_list_item img {
	width: 16px;
	height: 16px;
	font-family: PingFang SC;
	font-size: 14px;

}

.hander_active {
	display: none;
}

.artical_list_item_active {
	background: linear-gradient(90deg, #E3D0AC 0%, #FDF6EE 100%);
	color: #8C4F42;
	font-weight: 600 !important;
}

.artical_list_item:hover {
	background: linear-gradient(90deg, #E3D0AC 0%, #FDF6EE 100%);
	color: #8C4F42;
	font-weight: 600;
}

.artical_list_item:hover .hander_active {
	display: inline-block;
}

.tssz {
	width: 100%;

}


.zt_home_title_left {

	width: 178px;
	height: 76px;
	background-image: url(../images/szqh/sz_home_title_left.png);
	background-size: 100% 100%;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 500;
	color: #FFE6C7;
	line-height: 106px;
	text-align: center;
}

.tssz_item {
	width: 285px !important;
	height: 410px !important;
	border-radius: 8px;
	background: linear-gradient(180deg, #F4956B 0%, #E82B27 100%);
	padding: 20px;
	cursor: pointer;

}

.tssz_item img {
	width: 245px;
	height: 336px;
	object-fit: cover;
}

.tssz_item p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-family: PingFang SC;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tssz_item_box {
	
	width: 100%;
	position: relative;
	overflow: hidden;

}

.swiper-button-next,
.swiper-button-prev {
	width: 48px !important;
	height: 48px !important;
	background-size: 100%, 100% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -52px !important;
	background-image: url(../images/szqh/ytdd_next.png) !important;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -52px !important;
	background-image: url(../images/szqh/ytdd_pre.png) !important;
}

.spzq {
	width: 100%;
	padding-bottom: 20px;
	background-color: #fdf7ef;
	border-radius: 8px;

}

.spzq_box {
	width: 100%;
	display: flex;
	padding: 0 20px;
}

.spzq_left {
	width: 570px;
	height: 320px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}

.artical_list_top {
	margin-left: 20px;
	margin-right: 20px;
	width: 580px;
	height: 45px;
	border-bottom: 1px solid #8C4F42;
	margin-bottom: 10px;
	display: flex;
	gap: 20px;
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;

}

.spzq_box .artical_list_item {
	margin-bottom: 5px;
	color: #8C4F42;
	font-weight: 500;
	font-family: PingFang SC;
	font-size: 18px;
	line-height: 50px;


}

.artical_list_top_item {
	margin-bottom: 5px;
	color: #8C4F42;
	font-weight: 500;
	font-family: PingFang SC;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	height: 100%;
}

.artical_list_top::-webkit-scrollbar {
	width: 0;
	/* Webkit内核浏览器 */
	height: 0;
}

.artical_list_top {
	overflow-x: scroll;
	/* 允许垂直滚动 */
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.artical_list_top_item_select {
	width: 72px;
	height: 4px;
	background-color: #9f6052;
	border-radius: 8px 8px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* 地区发展 */
.zt_home_dqfz {
	width: 100%;
	height: 380px;
	position: relative;
	background: transparent;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zt_home_dqfz::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 895px;
	height: 100%;
	background: #fdf7ef;
	/* 左侧背景色 */
}

.zt_home_dqfz_left {
	width: 610px;
	height: 380px;
	padding: 20px;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;


}

.zt_home_dqfz_left_item {
	width: 98px;
	height: 40px;
	text-align: center;
	border: 1px solid #F8C17D;
	color: #000000;
	line-height: 40px;
	font-family: PingFang SC;
	font-size: 18px;
	letter-spacing: 0.1em;
	cursor: pointer;

}

.dqfzSelect {
	border: 3px solid #F8C17D;
	color: #8C4F42;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 36px;
}

.zt_home_dqfz_right {
	width: 590px;
	height: 340px;
	position: relative;
}

.dqfz_video {
	width: 570px;
	height: 320px;
	position: absolute;
	left: 0;
	top: 20px;
	background-color: #000;
	transition: all 0.5s linear;
}

.dqfz_data_echarts {
	position: absolute;
	width: 570px;
	height: 320px;
	border: 4px solid;
	border-image: linear-gradient(180deg, #F4956B 0%, #E82B27 100%) 4;
	background-color: #fdf7ef;
	left: 20px;
	top: 0;
	transition: all 0.5s linear;
}

.zt_home_dqfz_right p {
	position: absolute;
	top: -20px;
	right: 0;
	cursor: pointer;
	color: #8C4F42;
	font-size: 12px;
}

.zt_home_dqfz_right p:hover {
	font-weight: 600;
}

.show_topright {
	left: 20px;
	top: 0;
	z-index: 9;
	opacity: 1;
}

.show_letbottom {
	left: 0;
	top: 20px;
	z-index: 0;
	opacity: 0.3;
}

.zt_ytdd_box {
	width: 100%;
	background-image: url(../images/szqh/zt_ytdd_bg.png);
	background-size: 100% 465px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0;
}


.szqh_content {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: -100px;

}

.szqh_content h3 {
	font-family: 思源黑体;
	font-size: 36px;
	font-weight: bold;
	color: #E4150D;
	text-align: center;
}

.szqh_content p {
	width: 100%;
	margin-top: 20px;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
	text-align: center;
	position: absolute;

}



/* 三种全会 */
.szqh_xxsp {
	width: 158px;
	height: 54px;
	background-image: url(../images/szqh/szqh_select_bg.png);
	background-size: 100% 100%;
	color: #FFE6C7;
	line-height: 54px;
	padding-left: 10px;
	color: #FFE6C7;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 20px auto;

}

/* 学习决定进行时 */
.xxjdjxs {
	width: 267px;
	background-image: url(../images/szqh/xxjd.png);
	margin-bottom: 0;
}

.xxjdjxs_des {
	padding: 0 25px;
	background: linear-gradient(270deg, rgba(255, 247, 231, 0) 0%, #F6CDA3 50%, rgba(255, 247, 231, 0) 100%);
	line-height: 30px;
	margin: 0 auto;
	color: #8C4F42;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: 500;
	width: 400px;
	margin: -8px auto 20px auto;
}

.xxjd_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;

}

.xxjd_content_left {
	width: 285px;
	height: 420px;
	background-color: #fdf7ef;
	border-radius: 8px;
	padding: 30px 0px 10px 10px;

	position: relative;
}

.xxjd_content_left_bottom {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

div.xxjd_content_left_bottom {
	position: relative;

	/* 滚动条整体部分 */
	&::-webkit-scrollbar {
		width: 4px;
		height: 12px;
	}

	/* 滚动条的滑块部分 */
	&::-webkit-scrollbar-thumb {
		background: rgba(213, 135, 69, 0.302);
		border-radius: 4px;
		width: 4px;
		height: 115px;
	}

	/* 滚动条的轨道部分 */
	&::-webkit-scrollbar-track {
		background-color: #fdf7ef;
	}
}

div.xxjd_content_right_bottom {
	position: relative;

	/* 滚动条整体部分 */
	&::-webkit-scrollbar {
		width: 4px;
		height: 12px;
	}

	/* 滚动条的滑块部分 */
	&::-webkit-scrollbar-thumb {
		background: rgba(213, 135, 69, 0.302);
		border-radius: 4px;
		width: 4px;
		height: 115px;
	}

	/* 滚动条的轨道部分 */
	&::-webkit-scrollbar-track {
		background-color: #fdf7ef;
	}
}

.xxjd_content_title {
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	width: 167px;
	height: 34px;
	font-size: 16px;
	font-weight: 500;
	color: #8C4F42;
	line-height: 34px;
	text-align: center;
	background-image: url(../images/szqh/xxjd_content1.png);
	background-size: 100% 100%;

}

.xxjd_content_left_item {
	width: 100%;
	height: 40px;
	color: #000000;
	line-height: 40px;
	font-family: PingFang SC;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	font-weight: 600;
}

.xxjd_Select {
	background: #FFFFFF;
	box-shadow: inset 2px 2px 3px 0px rgba(213, 135, 69, 0.3);
	border-radius: 8px 0px 0px 8px;
	color: #8C4F42;
	font-weight: 600;
}

.xxjd_content_right {
	width: 895px;
	height: 420px;
	border-radius: 8px;
	background-color: #fdf7ef;
	padding: 40px 20px 10px 20px;
	position: relative;
}

.xxjd_content_right_top {
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0;
	top: -12px;
	display: flex;
	justify-content: center;
	gap: 40px;
}

.xxjd_content_right_top_item {

	width: 167px;
	height: 34px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 34px;
	text-align: center;
	background-image: url(../images/szqh/xxjd_content2.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.xxjd_content_right_select {
	background-image: url(../images/szqh/xxjd_content1.png);
	color: #8C4F42;
}

.xxjd_content_right_bottom {
	width: 100%;
	height: 100%;
	overflow: scroll;

}

.xxjd_content_right_bottom p {
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
}

.jxsl_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
}

.jxsl_bottom .jsxl_ppt {
	width: 480px;
	height: 270px;
	background-color: #030303;
	
}

.jxsl_bottom_right {
	height: 100%;
	flex: 1;
}

.jxsl_book {
	margin-top: 20px;

}

.jxsl_book_item {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-bottom: 16px;

}

.jxsl_book_item_img {
	width: 16px;
	height: 16px;
	opacity: 0;
}
.jxsl_book_item_img img{
	width: 100%;
	height: 100%;

}
.jxsl_book_item:hover .jxsl_book_item_name {
	color: #8C4F42;
	font-weight: 600;
}
.jxsl_book_item_sel{
	color: #8C4F42;
	font-weight: 600;
}
.jxsl_book_item_sel .jxsl_book_item_img{
	opacity: 1;
}
.jxsl_book_item_sel .jxsl_book_item_name{
	color: #8C4F42;
	font-weight: 600;
}
.jxsl_book_item_name {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	background-color: #fff;
	color: #B3853F;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: 500;

}



.mcjs_title {
	width: 139px;
	height: 30px;
	background-image: url(../images/szqh/xxjd_content3.png);
	background-size: 100% 100%;
	line-height: 30px;
	text-align: center;
	color: #FFE9CB;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 20px;

}

.fdbw {
	width: 1200px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

.fdbw img {

	width: 1258px;
	height: 120px;
	position: absolute;
	left: -58px;
	top: 0;
}

.szqh_xxsp_item {
	width: 224px;
	height: 166px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;

}

.szqh_xxsp_item img {
	width: 100%;
	height: 126px;
	object-fit: cover;
}

.szqh_xxsp_item p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #000000;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	padding: 0 0 0 10px;
}

/* 改革开放以来党的历届三中全会 */
.ggkf_title {
	width: 397px;
	height: 54px;
	background-image: url(../images/szqh/ggkf1.png);
}

.ggkf_content {
	width: 1200px;
	margin: 0 auto;
	position: relative;


}

.ggkf_content_box {
	width: 100%;
	overflow: hidden;

}

.ggkf_content_item {
	width: 285px;
	height: 341px;
	position: relative;
	z-index: 1;
	cursor: pointer;

}

.ggkf_content_item_top {
	color: #000000;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;

}

.ggkf_content_item_Center {
	margin: 10px auto;
	width: 40px;
	height: 40px;
}

.ggkf_content_item_Center img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ggkf_content_item_Center img:hover {
	scale: 1.2;
}

.ggkf_content_bg {
	width: 1400px;
	height: 4px;
	background: linear-gradient(270deg, rgba(255, 247, 231, 0) 0%, #F6CDA3 30%, #F6CDA3 69%, rgba(255, 247, 231, 0) 100%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 75px;
	z-index: 0;
}

.ggkf_content_item_bottom {
	width: 100%;
	height: 220px;
	background: #FDF7EF;
	border-radius: 8px;
	padding: 20px;
}

.swiper-pagination_ggkf {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination_ggkf .swiper-pagination-bullet {
	margin: 0 !important;
	width: 78px !important;
	height: 4px !important;
	border-radius: 35px !important;
	background: #FDB14B !important;
}

.ggkf_content_item_bottom_top {
	color: #000000;
	font-family: PingFang SC;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

.ggkf_content_item_bottom_top span {
	color: #8C4F42
}

.ggkf_content_item_bottom p {
	margin-top: 20px;
	color: #666666;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
}
.zy_box{
	height: 530px;
}
.zy_box .my_title {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECEEF4;
  
  }
  
  .zy_box .my_title_left {
	font-size: 20px;
	font-weight: 600;
	height: 30px;
	line-height: 35px;
	color: #1D2335;
	background-image: url(../myimg/title_leftbg.png), url(../myimg/title_rightbg.png);
	background-size: 30px 30px, 12px 12px;
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	padding: 0 6px 0 15px;
  }
  .szqh_video_play{
	width: 100%;
	margin-top: 10px;
	
  }