.communityResponsibility_wrap {
	width: 120rem;
	text-align: center;
	margin: 0 auto;
}

.communityResponsibility_wrap>h5 {
	font-family: SourceHanSansCN-Medium;
	font-weight: 550;
	font-size: 3rem;
	line-height: 3.33rem;
	color: #424242;
	margin: 6rem 0;
}

.communityResponsibility_box {
	display: flex;
	justify-content: space-between;
	width: 120rem;
	height: 41rem;
	margin-bottom: 4rem;
}

.communityResponsibility_img {
	width: 72rem;
	height: 41rem;
}

.communityResponsibility_img img {
	width: 100%;
	height: 100%;
}

.communityResponsibility_text {
	width: 40.5rem;
	text-align: left;
	color: #3e3e3e;
	font-family: SourceHanSansCN-Medium;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.communityResponsibility_text>h4 {
	font-weight: 550;
	font-size: 3rem;
	line-height: 3.6rem;
}

.text_second_title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 3;
	border-bottom: 1px dashed #d2d2d2;
}

.text_content {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 3.6rem;
	margin: 1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.communityResponsibility_swiper {
	position: relative;
	width: 120rem;
	height: 40rem;
	padding: 2rem;
	overflow: hidden;
	margin-bottom: 5.4rem;
}

.swiper-wrapper {
	height: 30.5rem;
}

.swiper-slide {
	overflow: hidden;
	cursor: pointer;
	height: 30.5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: all 0.3s;
}

.swiper-slide img {
	width: 28.8rem;
	height: 26.3rem;
}

.swiper-slide p {
	width: 100%;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #3e3e3e;
}

.swiper-slide:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.swiper-scrollbar {
	height: 0.3rem !important;
}

.swiper-scrollbar-drag {
	height: 0.5rem;
	margin-top: -0.1rem;
}

@media screen and (max-width: 1200px) {
	.communityResponsibility_wrap {
		width: 172rem;
	}
	
	.communityResponsibility_wrap>h5 {
		font-size: 4.288rem;
		line-height: 1;
		margin: 9.5rem 0;
	}
	
	.communityResponsibility_box {
		width: 172rem;
		height: 58.779rem;
		margin-bottom: 5.73rem;
	}
	
	.communityResponsibility_img {
		width: 103.074rem;
		height: 58.779rem;
	}
	
	.communityResponsibility_text {
		width: 57.6rem;
	}
	
	.communityResponsibility_text>h4 {
		font-size: 4.547rem;
		line-height: 1;
	}
	
	.text_second_title {
		font-size: 3.032rem;
	}
	
	.text_content {
		font-size: 2.695rem;
		line-height: 6rem;
		margin: 3.3rem 0;
	}
	
	.communityResponsibility_swiper {
		width: 172rem;
		height: 60rem;
		padding: 0rem;
		margin-bottom: 13.5rem;
	}
	
	.swiper-wrapper {
		height: 43.7rem;
	}
	
	.swiper-slide {
		height: 43.7rem;
	}
	
	.swiper-slide img {
		width: 41.263rem;
		height: 37.726rem;
	}
	
	.swiper-slide p {
		font-size:  2.572rem;
		line-height: 6rem;
	}
	
	.swiper-slide:hover {
		box-shadow: 0 0 3rem #999;
	}
	
	.swiper-scrollbar-drag {
		height: 0.7rem;
		margin-top: -0.2rem;
	}
	
}
