.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: 50%;
	transform: translate(-50%,-50%);
	width: 674px;
	height: 191px;
	

}

.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;
}

.zt_xsd_ch {
	width: 100%;
	margin-top: 20px;
	column-count: 4;
	/* 设置列的数量 */
	column-gap: 20px
}

.zt_xsd_ch_item {
	width: 285px;
	height: 220px;
	background-color: pink;
	border-radius: 8px;
	break-inside: avoid;
	/* 防止内容在列之间断开 */
	margin-bottom: 16px;
}

.zt_xsd_ch_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zt_xsd_ch_item:nth-child(-n+2) {
	height: 100px;
}

.zt_xsd_ch_item:nth-child(5),
.zt_xsd_ch_item:nth-child(4) {
	height: 100px;
}


.zt_xsd_ch_item:nth-child(8),
.zt_xsd_ch_item:nth-child(9) {
	height: 100px;
}

.zt_xsd_ch_item:nth-child(n+11) {
	height: 100px;
}

/* 重要文章 */
.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;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px !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: 50px;
	position: relative;
	background-image: url(../images/home_title_right.png);
	background-size: 382px 18px;
	background-position: 190px bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-left: 20px;

}

.sz_home_title_left {
	position: absolute;
	left: 20px;
	top: -26px;
	width: 178px;
	height: 76px;
	background-image: url(../images/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;

}

.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 p {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
}

.artical_list_item:hover .hander {
	display: none;
}

.artical_list_item_active .hander_active {
	display: inline-block;
}

.artical_list_item_active .hander {
	display: none;
}

.tssz {
	width: 100%;

}

.zt_home_title {
	width: 100%;
	height: 50px;
	position: relative;
	background-image: url(../images/home_title_right.png), url(../images/home_title_left.png);
	background-size: 481px 18px, 481px 18px;
	background-position: 694px bottom, 20px bottom;
	background-repeat: no-repeat, no-repeat;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-top: 40px;

}

.zt_home_title_left {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -26px;
	width: 178px;
	height: 76px;
	background-image: url(../images/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 {
	display: flex;
	gap: 20px;
	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/ytdd_next.png) !important;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -52px !important;
	background-image: url(../images/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/zt_ytdd_bg.png);
	background-size: 100% 465px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* 新时代 视频详情 */
.shipin{
	width: 100%;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.shipin .biaoti{
	color: #A00C00;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
}
.wrapper .biaoti{
	color: #A00C00;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
}

.videoaction {
	background: #292929;
	color: #999;
	padding: 12px 20px 12px 0;
	line-height: 19px; 
}
.videoaction .actlis {
	float: left; 
}
.videoaction .actlis a {
	color: #999; 
}
.videoaction .actlis .fa {
	font-size: 15px;
	margin-right: 6px; 
}
.videoaction .actlis li {
	float: left;
	padding: 0 23px; 
}
.videoaction .actlis .actlis1{
	cursor: pointer;
}
.videoaction .actlis .actlis1:hover{
	color: #A00C00;
}
.videoaction .actlis .active{
	color: #A00C00;
}
.videoaction .actlis li + li {
	border-left: 1px solid #383838; 
}
.videoaction .statelis {
	float: right;
}
.videoaction .statelis li {
	float: left;
	padding-left: 18px; 
}

.youce{
	width: 280px;
	height: 521px;;
	background-color:#1f1f1f ;
}
.youce .tab{
	width: 280px;
	height: 65px;
	line-height: 65px;
}
.youce .tab a{
	text-align: center;
	display: inline-block;
	width: 140px;
	color: #9e9e9e;
	font-size: 16px;
	border-bottom: 2px solid #393939;
	margin-left: -5px;
}
.youce .tab a:first-of-type{
	margin-left: 0;
}
.youce .tab a:hover,.youce .tab .active{
	color: #ec4133;
	border-bottom: 2px solid #ec4133;
}
.youce .bg{
	height: 450px;
}
.youce .bg1{
	padding: 10px 12px;
	height: 450px;
	overflow-y: auto;
}

.youce .bg1::-webkit-scrollbar {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
	width: 12px;     /*ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¥Ã‹â€ Ã‚Â«ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â°Ã‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¸*/
}
.youce .bg1::-webkit-scrollbar-thumb {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #434343;
}
.youce .bg1::-webkit-scrollbar-track {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background:  #5b5b5b;
}


.youce .bg li{
	padding: 20px 15px;
	border-bottom: 1px solid #424242;
}
.youce .bg li p{
	font-size: 14px;
	color: #999999;
	margin-bottom: 13px;
}
.youce .bg li span{
	font-size: 12px;
	color: #666666;
	margin-right: 15px;
}
.youce .bg li:hover p,.youce .bg .active p{
	color: #ec4133;
}

.youce .bg2{
	display: none;
	padding: 30px;
	height: 450px;
	overflow-y: auto;
}
.youce .bg2::-webkit-scrollbar {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
	width: 12px;     /*ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¥Ã‹â€ Ã‚Â«ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â°Ã‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¸*/
}
.youce .bg2::-webkit-scrollbar-thumb {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #434343;
}
.youce .bg2::-webkit-scrollbar-track {/*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background:  #5b5b5b;
}

.youce .bg2 p{
	font-size: 14px;
	color: #999999;
	line-height: 32px;
}

.xgsp .biaoti{
	font-size: 16px;
	color: #333333;
	margin-bottom: 22px;
}
