/* 文字超出公共类 */
.FontHiding {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.FontHiding6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;

}

.FontHiding5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;

}
.FontHiding4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.FontHiding8 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;

}



.zhuanti_top {
	width: 100%;
	height: 500px;
	/* background-image: url(../images/zt_wsjy/wsjy_top.png); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;


}

.zhuanti_top img {
	margin: 50px auto;
	width: 837px;
	height: 119px;
	object-fit: cover;
}

.zhuanti_top_Class {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 40px;
}

.zhuanti_top_Class_item {
	width: 180px;
	height: 43px;
	line-height: 40px;
	text-align: center;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
	background-image: url(../images/zt_wsjy/class_item.png);
	cursor: pointer;
}

.zhuanti_top_Class_item:hover {
	background-image: url(../images/zt_wsjy/classs_itemSelect.png);
	color: #FF420A;
}

.class_item_Select {
	background-image: url(../images/zt_wsjy/classs_itemSelect.png);
	color: #FF420A;
}

.wsjy_Detial {
	width: 1200px;
	height: 200px;
	background-image: url(../images/zt_wsjy/wsjy_Detial_bg.png);
	background-size: 100% 100%;
	margin-top: 40px;
	padding: 20px 60px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.wsjy_Detial img {
	width: 375px;
	height: 160px;
	object-fit: cover;
}

.wsjy_Detial p {
	height: 150;
	flex: 1;
	font-family: PingFang SC;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}



.zt_center {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.wsjy_title {
	width: 100%;
	height: 43px;
	background-image: url(../images/zt_wsjy/wssj_title.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 43px;
	color: #FFFFFF;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 30px;

}


.tjgs_item {
	width: 260px !important;
	height: 360px !important;
	background: url(../images/zt_wsjy/dsj_item.png);
	background-size: 100% 100%;
	padding: 30px;
	padding-right: 20px;
	cursor: pointer;
	display: flex;
	/* justify-content: space-between; */
	gap: 20px;
	gap: 20px;
	flex-direction: column;
	position: relative;


}

.tjgs_item img {
	width: 30px;
	height: 28px;
	position: absolute;
	top: -40px;
	left: -20px;
}

.tjgs_item h3 {
	font-family: Source Han Serif CN;
	font-size: 16px;
	font-weight: 900;
	color: #DF4E2F;
	text-align: center;
	line-height: 24px;
}

.tjgs_item p {
	width: 100%;
	
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #000000;
}

.tjgs_item span {
	text-align: center;
	margin-bottom: 10px;
	color: #DF4E2F;
	text-decoration: underline;

}
.dsj_content{
	flex: 1;
	overflow-y: scroll;
	margin-bottom: 20px;
	padding-right: 3px;
}
div.dsj_content {
	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;
	}
}

.tjgj_item_box {

	width: 100%;
	height: 410px;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding: 50px 20px 0 20px;

}

.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/zt_wsjy/ytdd_next.png) !important;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -52px !important;
	background-image: url(../images/zt_wsjy/ytdd_pre.png) !important;
}


.gcls_content {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.gcls_content_item {
	width: 590px !important;
	height: 200px !important;
	background-color: #fdf9f2;
	border-radius: 0 0 8px 8px;
	border-top: 4px solid #f6a988;
	padding: 5px 20px;


}

.gcls_content_news {
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #FFD3A0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	color: #999999;

	font-size: 12px;
}

.gcls_content_news span:first-child {
	display: block;
	width: 4px;
	height: 10px;
	border-radius: 13px;
	background: #E43C0A;
}

.gcls_content_news h5 {
	color: #000000;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 600;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	letter-spacing: 0.02em;
}

.gcls_content_news h5:hover {
	color: #c72019;
}

.banner_box1 {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.banner_box2 {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.banner_box2 .swiper-pagination-bullet {
	background-color: #f4b19d !important;
}

.banner_box2 .swiper-pagination-bullet-active {
	background: #e43c0a !important;
}
.banner_box1 .swiper-pagination-bullet {
	background-color: #f4b19d !important;
}

.banner_box1 .swiper-pagination-bullet-active {
	background: #e43c0a !important;
}

.ghlc_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.ghlc_box img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.ghlc_box_left {
	width: 760px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.ghlc_box_left_item {
	width: 240px;
	height: 200px;
	cursor: pointer;
}

.ghlc_box_left_item:nth-child(2) {
	width: 500px;
}

.ghlc_box_right {
	width: 420px;
	height: 420px;
	cursor: pointer;
}

/* 列表页面 */
.listTop {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.listTop img {
	width: 387px;
	height: 218px;
	flex-shrink: 0;
	object-fit: cover;

}

.listTop_right {
	width: 793px;
	height: 218px;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.listTop_right h3 {
	width: 100%;
	color: #9E320E;
	font-family: Source Han Serif CN;
	font-size: 24px;
	font-weight: 900;
	flex-shrink: 0;
}

.listTop_right p {

	width: 100%;
	max-height: 120px;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;

}

.goback {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #9E320E;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 600;
	position: absolute;top: 0;
	right: 0;
	cursor: pointer;
}
.goback img{
	width: 24px;
	height: 24px;
}
.goback:hover{
	color: #ca171e;
}
.wsjyList{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.wsjyList_item {
	display: flex;
	align-items: center;
	gap:8px;
	cursor: pointer;
}
.wsjyList_item img{
	width: 160px;
	height: 90px;
	object-fit: cover;
	border-radius: 4px;
}
.wsjyList_item p{
	width: 217px;
	font-family: PingFang SC;
font-size: 14px;
line-height: 21px;
font-weight:600;
color: #000000;
max-height:84px;
}
.wsjyList_item p:hover{
	color: #ca171e;
}