.zhuanti {
	max-width: 100vw;
	overflow: hidden;
}

.zt_zltop {
	width: 1200px;
	height: 400px;

	overflow: visible !important;

}

.zt_zltop_item img {
	width: 100%;
	height: 100%;
}

.zt_center {
	width: 1200px;
	margin: 0 auto;
	position: relative;

}

.changeSwiper {
	width: 1180PX;
	height: 100px;
	background-image: url(../images/zt_zl/changeSwiper_bg.png);
	background-size: 100% 100%;
	position: absolute;
	top: -100px;
	left: 10px;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 42px;
}

.changeSwiper_item {
	width: 300px;
	height: 60px;
	background-image: url(../images/zt_zl/change_item.png);
	background-size: 100% 100%;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;
	color: #FFF4DA;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;

	order: 0;
	/* 将左右两边元素的顺序设置为1 */
}

.changeSwiper_item:hover {
	/* background-image: url(../images/zt_zl/change_select.png);
	background-size: 100% 100%;
	width: 276px;
	height: 80px;
	padding-bottom: 10px; */
}

.changeSwiper_item_Select {
	background-image: url(../images/zt_zl/change_select.png);
	background-size: 100% 100%;
	width: 276px;
	height: 80px;
	padding-bottom: 10px;

}

.zt_zl_bottom {
	width: 100%;
	padding-top: 34px;
}

.zl_title {
	width: 100%;
	line-height: 20px;
	text-align: center;
	background-image: url(../images/zt_zl/zl_title_bg.png);
	background-size: 100% 100%;
	font-family: Source Han Serif CN;
	font-size: 18px;
	font-weight: 900;

	color: #ee624a;
	margin-bottom: 20px;
}

.ggt_tj {
	width: 1200px;
	height: 480px;
	background-image: url(../images/zt_zl/ggt_tjbg.png);
	background-size: 100% 100%;
	margin-bottom: 40px;
	display: flex;
	justify-content: center
}

.ggt_tj_left {
	width: 660px;
	height: 420px;
	padding: 30px 69px 80px 69px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

}

.ggt_tj_left_top {
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;

}

.ggt_tj_left h3 {
	color: #FFF4DA;
	font-family: 思源黑体;
	font-size: 24px;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.ggt_tj_right {
	width: 340px;
	height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* background-color: skyblue; */
}

.ggt_tj_right img {
	width: 218px;
	height: 372px;
	border-radius: 8px;
}

.goview {
	width: 50px;
	height: 90px;
	background-image: url(../images/zt_zl/goview_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: -10px;
	color: #FFF4DA;
	font-family: Source Han Serif CN;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
	line-height: 35px;
	cursor: pointer;
}

.goview:hover {}

.ggt_tj_left_item {
	width: 115px;
	height: 40px;
	border-radius: 8px;
	background-image: url(../images/xxsk/zyls_item_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	color: #8C4F42;
	font-weight: 500;
	cursor: pointer;


}

.ggt_tj_left_item_box {

	width: 100%;
	max-height: 60px;
	font-family: Source Han Sans;
	font-size: 16px;

	line-height: 40px;
	text-align: center;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.ggt_tj_left_item:hover {
	background-image: url(../images/zt_zl/zyls_item_bg_select.png);
	color: #FFF3DC;
	font-weight: 600;
}



.tjgs_item {
	width: 285px !important;
	height: 396px !important;
	border-radius: 8px;
	background: url(../images/zt_zl/tjgs_itembg.png);
	background-size: 100% 100%;
	padding: 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	flex-direction: column;

}

.tjgs_item img {
	width: 245px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
}

.tjgs_item p {
	width: 100%;
	height: 144px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: PingFang SC;
	font-size: 12px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tjgs_item h4 {
	font-family: Source Han Sans CN;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;

}

.tjgj_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;
}

.ggt_sp {
	/* display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 50px; */
	width: 100%;
	height: 400px;

}
.ggt_sp .swiper-pagination-bullet{
	width: 40px !important;
	height: 6px !important;
	border-radius: 4px !important;
}

.swiper-pagination-bullet-active{
	background: #ed5e56 !important;
}
.szqh_xxsp_item {
	width: 224px;
	height: 166px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ECEEF4;
	height: 170px !important;
	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;
}

/* <img class="zgjs_pre zgjs_button" src="./statics/images/zgjs_pre.png" alt="">
<img class="zgjs_next zgjs_button" src="./statics/images/zgjs_next.png" alt=""> */


/* 民族团结 */
.zl_title_left {
	background-image: url(../images/zt_zl/zl_title_bgright.png);
	background-size: 500px 20px;
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;

}

.mztj_news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.mztj_news_left {
	width: 590px;
	height: 330px;
}

.mztj_news_right {
	width: 590px;
	height: 330px;
}

.mztj_newsbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.mztj_newsbox_item {
	width: 285px;
	height: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.mztj_newsbox_item span {
	display: block;
	width: 4px;
	height: 10px;
	border-radius: 13px;
	background: #E43C0A;
}

.mztj_newsbox_item p {
	font-family: PingFang SC;
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	cursor: pointer;
}

.mztj_newsbox_item p:hover {
	color: #ca171e;
}

.mzList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.mzList_item {
	width: 70px;
	height: 74px;
	background-image: url(../images/zt_zl/mz_item.png);
	cursor: pointer;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: 600;
	color: #8C4F42;
	display: flex;
	justify-content: center;
	align-items: center;


}

.mzList_item:hover {
	background-image: url(../images/zt_zl/mz_item_select.png);
	color: #fff;
}


.gcls_content {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.gcls_content_item {
	width: 590px;
	height: 200px;
	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-family: Source Han Sans CN;
	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;
}

.gcls_content_news h5:hover {
	color: #c72019;
}

.zgm_contet {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;

}

.zgm_contet_left {
	width: 640px;
	height: 360px;
	border-radius: 8px;
	overflow: hidden;
}

.zgm_contet_right {
	width: 540px;
	height: 360px;
}

.zgm_contet_right_item {
	width: 540px;
	height: 76px;
	border-radius: 8px;
	background-image: url(../images/zt_zl/gzzgm.png);
	background-size: 100%;
	font-family: Source Han Serif CN;
	font-size: 16px;
	color: #8C4F42;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.zgm_contet_right_item:hover {
	background-image: url(../images/zt_zl/gzzgm_select.png);
	color: #fff;
}

.zgm_contet_right_item_select {
	background-image: url(../images/zt_zl/gzzgm_select.png);
	color: #fff;
}

.mfjt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.mfjt_item {
	width: 590px;

}

.mfjt_item_bottom {
	width: 100%;
	height: 192px;
	overflow-y: scroll;
}

div.mfjt_item_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;
	}
}

/* 共同体概论 */
.gttgl_top {
	width: 1200px;
	height: 196px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background-image: url(../images/zt_zl/gttgl_bg.png);
	background-size: 100% 100%;
	margin-bottom: 50px;
	padding: 50px 30px 50px 30px;

}

.gttgl_top img {
	width: 223px;
	height: 196px;
	object-fit: cover;
}

.gttgl_top p {
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	height: 96px;
	flex: 1;
}

.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: 10px 0 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;
	padding-left: 10px;
}

.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: 20px;
	position: relative;
}

.xxjd_content_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.xxjd_content_right_top .xxjd_content_right_top_left {
	width: 320px;
	height: 180px;
	border-radius: 8px;
	overflow: hidden;

}

.kczy_title {
	height: 180px;
	padding: 15px 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.kczy_title h3 {
	width: 97%;
	height: 25px;
	font-family: PingFang SC;
	font-size: 18px;
	font-weight: 600;
	color: #8C4F42;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kczy_title p {
	width: 97%;
	max-height: 114px;
	font-family: PingFang SC;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.zylist {
	margin-top: 20px;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 600;
	color: #1D2335;
}

.zylist div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zylist div:nth-child(1) {
	flex: 1;
}

.zylist div:nth-child(2) {
	width:250px;

}

.zylist div:nth-child(3) {
	width: 130px;

}

.zylist div:nth-child(4) {
	width: 60px;

}

.zylist_content {
	margin-top: 0;
	font-size: 12px;
	font-weight: 400;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #ECEEF4;
	;
}

.zylist_content_box {
	width: 100%;
	height: 184px;
	overflow-y: scroll;
}

div.zylist_content_box {
	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;
	}
}

.zylist_item {
	overflow: hidden;
}

.zylist_itemdown {
	/* width: 44px; */
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F8FAFF;
	border-radius: 8px;
	cursor: pointer;
}

.zylist_itemdown:hover {
	background-color: #fde6de;
	color: #FD4D46;
}

.zylist_item img {
	width: 24px;
	height: 24px;


}

.zylist_item p {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	cursor: pointer;

}

.zylist_item p:hover {
	color: #c72019;
}

.jxfz_box {
	width: 1200px;
	height: 366px;
	border-radius: 8px;
	/* border-width: 0px 4px 4px 4px;
	border-style: solid;
	border-color: #B37B51;
	background-color: #fdf7ef; */
	background-image: url(../images/zt_zl/jxfz_box_bg.png);
	background-size: 100% 100%;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.jxfz_box_left {
	width: 520px;
	height: 293px;
	border-radius: 8px;
	overflow: hidden;

}
.jxfz_box_left  .el-dialog__header{
 padding: 10px;
}
/* .jxfz_box_left .el-dialog__header{
 display: none;
} */
.jxfz_box_left .el-dialog{

}
.jxfz_box_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jxfz_box_center {
	width: 58px;
	height: 366px;
}

.jxfz_box_right {
	width: 531px;
	height: 307px;
	overflow-y: scroll;
}

div.jxfz_box_right {
	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;
	}
}

.jxfz_button {
	display: block;
	height: 20px;
	border-radius: 4px;
	line-height: 20px;
	background-color: #fff;
	color: #B3853F;
	font-family: PingFang SC;
	font-size: 10px;
	line-height: 20px;
	padding: 0 10px;
	cursor: pointer;
}

.jxfz_button:hover {
	color: #FD4D46;
	background-color: #fde6de;
}

.jxfzid h5 {
	color: #c72019;
}

 .jxfz_buttonSelect {
	color: #FD4D46;
	background-color: #fde6de;
}

/* .zlzs {
	width: 1200px;
	height: 280px;
	margin-bottom: 50px;
}
 */

/* .zlzs_item{
	width:300px !important;
	height:176px !important;
	position: relative !important;
	z-index: 1;
	transition: 300ms;
	margin-top: 52px;
	overflow: hidden;

	
}
.zlzs_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

/* 
 
.zlzs .swiper-slide-prev{
	transform: scale(1.3) ;
	z-index: 2;
	margin-top: 26px;
}
 
.zlzs .swiper-slide-next{
	transform: scale(1.3);
	z-index: 2;
	margin-top: 26px;
}
.zlzs .swiper-slide-active{
	transform: scale(1.6) ;
	margin-top: 0px;
	z-index: 3;
} */
.zlzs {
	margin: 0 auto;
	width: 480px;
	height: 280px;
	margin-bottom: 50px;
}

.zlzs {
	position: relative;
}

.zlzs .swiper-container {
	/* padding:10px 0; */
}

.zlzs .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.6);
	opacity: 0.5;
}

.zlzs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zlzs .swiper-slide-active {
	transform: scale(1);
	z-index: 999;
	opacity: 1;
}

.zlzs .swiper-slide-active img {
	box-shadow: 0 0 10px #03206c;
	border-radius: 5px;
}

.zlzs .swiper-slide-next {
	transform: scale(0.8);
	z-index: 998;
	opacity: 1;
}

.zlzs .swiper-slide-prev {
	transform: scale(0.8);
	z-index: 998;
	opacity: 1;
}

.zlzs .swiper-button-next {
	z-index: 1000;
	right: -350px !important;
}

.zlzs .swiper-button-prev {
	z-index: 1000;
	left: -350px !important;
}

.zlzs_item {
	/* overflow: hidden; */
	background-image: url(../images/zt_zl/zlzs_item_bg.png);
	background-size: 100% 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	cursor: pointer;

}

.zlzs_item p {
	color: #000000;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	width: 100%;
	text-align: left;
}

.kongbai {
	width: 100%;
	height: 120px;
	border-radius: 8px;
	box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
	border: 1px dashed #ee6049;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	/* padding: 10px; */
	padding:10px;
	font-family: PingFang SC;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	overflow-y: scroll;
	position: relative;
	
}
div.kongbai {
	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;
	}
}
.kongbai span:last-child{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% ,-50%);
}
.kongbai span{
	opacity: 0;
	transition: all 1s ease;
}
/* 弹框 */
.zy_box{
	height: 650px;
}
.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;
  }
  .zl_showImg{
	width: 346px;
	height: 588px;
	margin: 10px auto;
	
	
	
  }
  .zl_showImg_item{
	width: 345px;
	height: 588px;
  }
  .zl_showImg_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
  }
  .zl_showImg .swiper-button-next{
   right: 50px !important;
  }
  .zl_showImg .swiper-button-prev{
   left: 50px !important;
  }
  .zy_box p{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	color: #000;
  }