/* 场景化解决方案 */
.programme .nav-item {
	cursor: pointer;
}

.programme .nav-item a {
	color: rgba(0, 0, 0, 0.5);
}

.programme .nav-item a:hover {
	text-decoration: none;
}

.programme .nav-item {
	width: 100px;
	/* height: 40px; */
	text-align: center;
	padding: 8px 0;
	/* height: 40px; */
	border: 1px solid #999999;
	border-radius: 5px;
}


.programme .nav-item .nav-link {
	padding: 0;
}

.programme .active {
	background-color: #DEF3EE;
	border: 1px solid #12B87F;
}

.programme .programme-section .programme-row .programme-h2 {
	font-weight: 600;
	font-size: 32px;
	color: #333333;
	letter-spacing: 0;
}

@media (max-width: 992px) {
	.programme .programme-section .navbar-nav {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start !important;
	}
	
	.programme .programme-section .navbar-nav .nav-item {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 576px) {
	.programme .programme-section {
		padding-top: 0 !important;
	}
	.programme .programme-section .navbar-nav .nav-item {
		/* margin-bottom: 10px; */
		/* margin-right: 10px; */
		margin-bottom: 20px;
		width: calc(50% - 10px);
	}
	.programme .programme-section .navbar-nav .nav-item:nth-of-type(2n + 1) {
		margin-right: 10px;
		margin-left: 0;
	}
	.programme .programme-section .navbar-nav .nav-item:nth-of-type(2n) {
		margin-left: 10px;
		margin-right: 0;
	}
	
	.programme .programme-section .programme-row {
		margin-top: 0 !important;
	}
}

.programme .programme-box {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #DEF3EE;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	/* text-align: center; */
	margin-top: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
}

.programme .programme-box .programme-icon {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.programme .programme-box .programme-title {
	font-family: "黑体";
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}

.programme .programme-btn {
	width: 100%;
	text-align: center;
	border: 1px solid #12B87F;
	padding: 8px 0;
	margin-top: 15px;
	cursor: pointer;
}

/* 产品 */
.product-card {
	height: 100%;
	justify-content: space-between;
}