@charset "utf-8";
/* 自定义样式前缀加 wj- */
.wj-bg-gradient {
	background: linear-gradient(135deg, #1a2980 0%, #26d0ce 100%);
}

.wj-navbar {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wj-card {
	transition: transform 0.3s, box-shadow 0.3s;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.wj-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wj-btn-primary {
	background: linear-gradient(135deg, #1a2980 0%, #26d0ce 100%);
	border: none;
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: 600;
}

.wj-btn-primary:hover {
	background: linear-gradient(135deg, #162172 0%, #1fc7c5 100%);
	transform: translateY(-2px);
}

.wj-tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
}

.wj-hot {
	background-color: rgba(255, 59, 48, 0.1);
	color: #ff3b30;
}

.wj-breaking {
	background-color: rgba(255, 149, 0, 0.1);
	color: #ff9500;
}

.wj-exclusive {
	background-color: rgba(52, 199, 89, 0.1);
	color: #34c759;
}

.wj-section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.wj-section-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #1a2980 0%, #26d0ce 100%);
	border-radius: 2px;
}

.wj-trending-box {
	background: rgba(248, 249, 250, 0.7);
	border-left: 4px solid #1a2980;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 0 8px 8px 0;
}

.wj-footer {
	background: linear-gradient(135deg, #2c3e50 0%, #4a235a 100%);
	color: #FFFFFF;
}

.wj-footer-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.wj-footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #26d0ce 0%, #1a2980 100%);
	border-radius: 2px;
}

.wj-form-control {
	border-radius: 30px;
	padding: 12px 20px;
}

.wj-input-group {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 30px;
}

.wj-social-icon {

	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: background 0.3s;
}

.wj-social-icon:hover {
	background: #26d0ce;
}

.wj-hero-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	background: linear-gradient(90deg, #1a2980, #26d0ce);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.wj-bg-primary {
	background-color: #0066cc;
}
.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-card-hover:hover {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}









.xjjh-navbar {
	background: linear-gradient(135deg, #1a237e, #283593);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.xjjh-btn-primary {
	background: linear-gradient(to right, #1a237e, #3949ab);
	border: none;
	transition: all 0.3s ease;
}

.xjjh-btn-primary:hover {
	background: linear-gradient(to right, #3949ab, #1a237e);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.xjjh-section-header {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 3px solid #3949ab;
}

.xjjh-section-header::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 80px;
	height: 3px;
	background: #ff6f00;
}

.xjjh-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.xjjh-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.xjjh-card-img {
	height: 180px;
	object-fit: cover;
}

.xjjh-tag {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 0.8rem;
	margin-right: 5px;
	margin-bottom: 5px;
}

.xjjh-hero {
	background: linear-gradient(rgba(26, 35, 126, 0.8), rgba(41, 98, 255, 0.8)), url('/static/images_1600_400_webp/123.webp');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 60px 0;
	border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}

.xjjh-hot-news {
	background-color: #fff8e1;
	border-left: 4px solid #ff6f00;
	padding: 15px;
	border-radius: 0 8px 8px 0;
}

.xjjh-footer {
	background: linear-gradient(135deg, #1a237e, #283593);
	color: white;
	padding: 40px 0 20px;
}

.xjjh-form-control:focus {
	border-color: #3949ab;
	box-shadow: 0 0 0 0.25rem rgba(57, 73, 171, 0.25);
}

.xjjh-feature-icon {
	font-size: 2.5rem;
	color: #3949ab;
	margin-bottom: 15px;
}

.xjjh-intro-box {
	background: #f5f7ff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.xjjh-news-category {
	font-size: 0.85rem;
	color: #3949ab;
	font-weight: 600;
	text-transform: uppercase;
}

.xjjh-news-time {
	font-size: 0.85rem;
	color: #757575;
}