.wsc-main a:hover {
	text-decoration: none;
}

.part-banner {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center
}


.rounded-20 {
	border-radius: 1.25rem;
}

.info,.news {
	border: 1px solid #E2E2E2;
}

.info .wsc-icon {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

.info-right .info:not(:last-child) {
	margin-bottom: 1rem;
}

.info-right .embed-responsive {
	max-width: 300px;
}

#nav-tab {
	margin: 0 -15px;
}

.nav-tabs .nav-link {
	padding: 0 15px 0.75rem 15px;
	margin: 0;
	border: 0;
	font-size: 1.125rem;
	color: #000000;
	line-height: 1;
	position: relative;
}

.nav-tabs .nav-link::after {
	content: '';
	width: calc(100% - 30px);
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav-tabs .nav-link.active {
	color: var(--action);
	font-weight: 700;
}

.nav-tabs .nav-link.active::after {
	background: var(--action);
}

.pagination {
	align-items: center;
}

.page-prev,.page-next {
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid #000000;
	background-color: #000000;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-prev a,.page-next a {
	color: #FFFFFF;
	line-height: 1;
	font-size: 0;
}

.page-item.disabled {
	background-color: #FFFFFF;
	opacity: .2;
}

.page-item.disabled a {
	color: #000000;
}

.page-item {
	margin: 0 0.75rem;
}

.page-prev {
	margin-right: 1.125rem;
}

.page-next {
	margin-left: 1.125rem;
}

.page-item.active a {
	text-decoration: underline;
	color: var(--action);
}

@media (any-hover) {
	.info:hover,.news:hover {
		box-shadow: 0px 10px 20px rgba(0,40,182,0.08);
	}

	.info:hover .wsc-icon {
		opacity: 1;
	}

	.nav-tabs .nav-link:hover {
		color: var(--action);
	}
}

@media (max-width:1279.98px) {
	.info-right .info:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}

@media (max-width:991.98px) {
	.part-banner {
		height: 300px;
	}

	.nav-tabs .nav-link {
		font-size: 16px;
	}
}

@media (max-width:767.98px) {
	.display-3 {
		font-size: 2.5rem;
	}

	.part-banner {
		height: auto;
		text-align: center;
		background-size: cover;
	}

	.part-banner img {
		transform: translateX(0px); /*顶部配图 手机端左侧距离*/
	}

	.info .title {
		font-size: 1.25rem;
	}

	.info-right .embed-responsive {
		max-width: none;
	}

	#nav-tab {
		margin: 0;
		justify-content: space-between;
	}

	.nav-tabs .nav-link {
		padding: 0 0 0.75rem 0;
	}

	.nav-tabs .nav-link::after {
		width: 100%;
	}
}