.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100% !important;
	/* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08); */
	/* margin-bottom: 0.9rem; */
	overflow: hidden;
}

.swiper-slide .item {
	width: 50%;
	height: auto;
}

.swiper-slide .item img {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	/* margin-left: -0.8rem; */
	margin-top: 0.1rem;
}

.appal {
	width: 100%;
	height: auto;
	padding: 0px 0.3rem;
	box-sizing: border-box;
	padding-top: 0.3rem;
}

.appal .item {
	width: 100%;
	position: relative;
	margin-bottom: 0.5rem;
	height: auto;
	overflow: hidden;

}

.appal .item img {
	width: 100%;
	height: auto !important;

}

.appal .item .bottom {
	padding: 0.3rem;
	box-sizing: border-box;
	background: rgba(248, 248, 248, 1);
}

.appal .item a {
	text-decoration: none;
	width: 100%;
	height: auto;
	display: grid;
}

.appal .item .bottom .p1 {
	color: #333333;
	font-size: 0.32rem;
	font-weight: bold;
	border-bottom: 0.5px solid #000000;
	padding-bottom: 0.2rem;
}

.appal .item .bottom .p2 {
	color: #999999;
	font-size: 0.26rem;
	margin-top: 0.2rem;
}


.hzhbtitle {
	padding: 0px 0.3rem;
	box-sizing: border-box;
	margin: 0.5rem 0px 0.4rem;
	text-align: center;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);

}

.hzhbtitle .title {
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 102, 204, 1);
	padding-bottom: 0.3rem;
	box-sizing: border-box;
}

.more {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 0.7rem;
	margin-top: 0.7rem;
}

.more .morebtn {
	width: 2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	border: 1px solid rgba(112, 112, 112, 1);
	font-weight: bold;
}

.moredis {
	display: none;
}

.hz .swiper-slide {
	display: flex;
	padding-bottom: 0.9rem;
	box-sizing: border-box;
}

.hz .swiper-slide .left {
	width: 86%;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.hz .swiper-slide .left .item {
	width: 50%;
	height: auto;
}


.hz .swiper-slide .right {
	flex: 1;
	height: 9.45rem;
	background-color: #FFFFFF;
	margin-left: 0.3rem;

}
