@charset "utf-8";
/* 添加前缀后的分页样式 */
.page-pagination-container {
	background-color: #f8f9fa;
	border-radius: 0rem;
	padding: 1rem;
	margin: 1rem 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.page-pagination {
	flex-wrap: wrap;
	justify-content: center;
}
.page-page-info {
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	color: #6c757d;
	margin: 5px 0;
}
.page-page-jump {
	display: flex;
	margin: 0.5rem 0;
	max-width: 300px;
}
.page-page-jump input {
	width: 60px;
	margin: 0 5px;
	text-align: center;
}
.page-page-jump button {
	margin-left: 5px;
}
.page-item.active .page-link {
	background-color: #0d6efd;
	border-color: #0d6efd;
	border-radius: 0px;
}

/*内容样式*/
.wj-card-hover:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.wj-feature-icon {
	font-size: 2rem;
	color: #0d6efd;
	margin-bottom: 1rem;
}
.wj-section-title {
	position: relative;
	padding-bottom: 0.5rem;
}
.wj-section-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #0d6efd;
}
.wj-subscribe-form {
	background-color: #f8f9fa;
	border-radius: 0.5rem;
	padding: 1.5rem;
}
.wj-comment-form textarea {
	min-height: 120px;
}

