.page {
	min-height: 100%;
	height: fit-content;
}

.form {
	padding: 0.5rem 1rem;
	margin-top: 2.75rem;
}

.form .form-control {
	width: 8rem;
	height: 1.75rem;
}

.form .btn {
	width: 4.4375rem;
	height: 1.75rem;
	border-radius: 0.25rem;
	font-size: 0.75rem;
	padding: 0;
}

#carouselExampleSlidesOnly {
	height: 11.5rem;
}

#carouselExampleSlidesOnly .carousel-img {
	width: 100% !important;
	height: 11.5rem !important;
}

.notice {
	padding: 1.25rem 1rem;
}

.notice .type_area {
	background: #F5F5F5;
	height: 6.625rem;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

.notice .swiper {
	width: 100%;
	height: 100%;
}

.notice .carousel-item {
	display: flex !important;
}

.notice .swiper .carousel-img {
	width: 7.5rem !important;
	min-width: 7.5rem !important;
	height: 5.625rem !important;
}

.notice .swiper .carousel-item p {
	margin: auto;
	padding: 0 0.5rem;
	font-size: 0.75rem;
	font-size: 0.75rem;
}

.data {
	padding: 0.75rem 1rem;
	flex-wrap: wrap;
}

.data .item {
	width: 50%;
	padding-top: 1.5rem;
}

.data .item .top {
	align-items: flex-end;
}

.data .item .top h3 {
	font-size: 1.375rem;
	/* line-height: 1.6875rem; */
	margin-bottom: 0;
}

.data .item .top .add {
	font-size: 1rem;
	/* line-height: 1.6875rem; */
	margin-bottom: 0;
}

.data .item .top .danwei {
	font-size: 0.6875rem;
	/* line-height: 1.6875rem; */
	margin-bottom: 0;
}

.data .item .desc {
	margin: 0.375rem 0 0.5rem;
	font-size: 0.6875rem;
	line-height: 1rem;
	text-align: center;
}

.data .item img {
	width: 2.5rem;
	height: 2.5rem;
}

.intro {
	padding: 1.25rem 1rem;
}

.intro .title {
	font-size: 1.375rem;
	line-height: 1.875rem;
}

.intro .nav {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.375rem;
}

.intro .redline {
	margin-top: 0.75rem;
	width: 1.5rem;
	height: 0.25rem;
}

.intro .text {
	margin: 1.5rem 0;
	font-size: 0.875rem;
	line-height: 1.5rem;
	height: 12.5rem;
	text-align: left;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.intro .btn {
	width: 4.4375rem;
	height: 1.75rem;
	border: none;
	font-size: 0.75rem;
	line-height: 1.75rem;
	color: #fff;
	padding: 0;
}

.intro .btn span {}