@charset "utf-8";
#plan {
	padding: 0 1.5rem;
	height: 3.2rem;
	overflow: hidden;
	margin: 2rem 0 1rem;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#plan .swiper-wrapper {
	min-width: 100%;
	height: 3.2rem;
}
#plan .swiper-slide {
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	display: flex;
	align-items: center;
	width: auto !important;
	max-width: 12rem;
	font-size: 1.4rem;
	margin-right: 1rem;
	padding: 0rem 1.5rem;
	color: rgba(0, 96, 178, 1);
	font-family: sans-serif;
	border-radius: 0.4rem;
	border: 1px solid rgba(0, 96, 178, 1);
}

#plan .swiper-slide.active {
	color: #fff;
	background: rgba(0, 96, 178, 1);
}
.content ul {
	padding-top: 1rem;
	display: none;
}
.content ul.active {
	display: block;
}
.content li {
	width: 34.5rem;
	margin: 0 auto;
	height: 30.2rem;
	border: 1px solid rgba(232, 232, 232, 1);
	margin-bottom: 2.5rem;
}
.content li img {
	height: 22.6rem;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.content li p {
	font-size: 1.4rem;
	width: 34.5rem;
	height: 7.6rem;
	border-top: 1px solid rgba(0, 96, 178, 0.16);
	color: rgba(0, 96, 178, 1);
	display: flex;
	align-items: center;
	padding: 1rem;
	text-align: center;
	justify-content: center;
}
#org {
	padding: 1.5rem;
}
#org img {
	width: 100%;
	height: auto;
}
.org-title {
	width: 34.5rem;
	margin-top: 1.5rem;
	margin-left: 1.5rem;
	border-bottom: 1px solid rgba(0, 96, 178, 0.25);
	color: rgba(0, 96, 178, 1);
	font-size: 1.6rem;
	line-height: 2.4rem;
	height: 3rem;
	position: relative;
}
