body{
	background-color: #F5F5F7;
}
.swiper-item {
	position: relative;
	width: 100%;
	height: 640px;
}

.swiper-item img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	/* max-width: 100%; */
}

.mianbao-div {
	padding: 30px 0;
	background-color: #F5F5F7;
	box-sizing: border-box;
}

.mianbao-box {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #1D1D1F;
}

.wxzx-div {
	background-color: #F5F5F7;
}

.wxzx-box {
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #F5F5F7;
}

.wxzx-item {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 40px;
	background-color: #fff;
}

.wxzx-item a {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
}

.wxzx-item-left {
	width: 360px;
	/* height: 260px; */
	border-radius: 20px;
	overflow: hidden;
	margin-right: 40px;
	flex-shrink: 0;
}

.wxzx-item-left img {
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.wxzx-item-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* justify-content: space-between; */
	flex-grow: 1;
}

.wxzx-item-right-one {
	font-size: 24px;
	color: #1D1D1F;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
}

.wxzx-item-right-two {
	font-size: 16px;
	color: #6E6E73;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 100%;
}

.wxzx-item-right-three {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.wxzx-item-right-three-left {
	font-size: 16px;
	color: #1D1D1F;
}

.wxzx-item-right-three-right {
	width: 36px;
	height: 36px;
}

.wxzx-item-right-three-right img {
	width: 100%;
	height: 100%;
}

.fenye-div {
	margin: 0 auto;
	background-color: #F5F5F7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fenye-div div {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.fenye-div ul {
	display: flex;
	align-items: center;
}

.fenye-div ul li {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.fenye-div ul .active {
	background-color: #0071E3;
	color: #fff;
}

.fenye-div ul .active a {
	color: #fff;
}

@media screen and (max-width:750px) {
	.wxzx-item{
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.wxzx-item a{
		flex-direction: column;
	}
	.wxzx-item-left{
		width: 100%;
		margin-right: 0;
	}
	.wxzx-item a{
		padding: 0;
	}
	.wxzx-item-right{
		margin-top: 20px;
	}
	.wxzx-item-right-three{
		margin-top: 10px;
	}
	.wxzx-box{
		padding: 0;
	}
	.wxzx-item-right-one{
		font-size: 16px;
	}
	.wxzx-item-right-two{
		margin-top: 10px;
		font-size: 14px;
	}
	.wxzx-item-right-three-left{
		font-size: 14px;
	}
	.wxzx-item-right-three-right{
		width: 25px;
		height: 25px;
	}
	.fenye-div div{
		font-size: 13px;
	}
}