@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);
}





:root {
	--mr-primary: #2c3e50;
	--mr-secondary: #3498db;
	--mr-accent: #e74c3c;
	--mr-light: #ecf0f1;
}

body {
	font-family: 'Open Sans', 'Microsoft YaHei', sans-serif;
	background-color: #f8f9fa;
}

.mr-navbar {
	background-color: var(--mr-primary);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mr-nav-link {
	font-weight: 600;
	transition: all 0.3s;
}

.mr-nav-link:hover {
	color: var(--mr-secondary) !important;
	transform: translateY(-2px);
}

.mr-section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-family: 'Noto Serif SC', serif;
	font-weight: 700;
}

.mr-section-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: var(--mr-accent);
}

.mr-card {
	transition: all 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	height: 100%;
}

.mr-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.mr-card-img-top {
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.mr-card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 180px);
}

.mr-card-title {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 10px;
	flex-grow: 1;
}

.mr-card-text {
	color: #666;
	font-size: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.mr-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	font-weight: 600;
	z-index: 1;
}

.mr-hero {
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/static/hdp_images_webp/141.webp') center/cover;
	color: white;
	padding: 100px 0;
	border-radius: 10px;
	margin-bottom: 30px;
}

.mr-hero-title {
	font-family: 'Noto Serif SC', serif;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

.mr-hero-text {
	font-size: 1.2rem;
	max-width: 700px;
	margin: 0 auto 30px;
}

.mr-news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
}

.mr-footer {
	background-color: var(--mr-primary);
	color: white;
	padding: 50px 0 20px;
}

.mr-footer-title {
	font-family: 'Noto Serif SC', serif;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.mr-footer-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background-color: var(--mr-secondary);
}

.mr-icon-box {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.mr-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.mr-btn-primary {
	background-color: var(--mr-secondary);
	border-color: var(--mr-secondary);
	font-weight: 600;
	padding: 10px 20px;
	transition: all 0.3s;
}

.mr-btn-primary:hover {
	background-color: #2980b9;
	border-color: #2980b9;
	transform: translateY(-2px);
}

.mr-hot-topic {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.mr-hot-topic-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}

.mr-hot-topic-number {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: var(--mr-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-weight: bold;
	color: var(--mr-primary);
}

.mr-badge-hot {
	background-color: var(--mr-accent);
}

.mr-form-group {
	margin-bottom: 20px;
}

.mr-form-control {
	border-radius: 8px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	transition: all 0.3s;
}

.mr-form-control:focus {
	border-color: var(--mr-secondary);
	box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

.mr-news-intro {
	background-color: white;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	margin-bottom: 40px;
}

/* 新增的友情链接样式 */
.mr-links-section {
	background-color: #f0f8ff;
	padding: 40px 0;
	margin-top: 50px;
}

.mr-links-container {
	max-width: 1200px;
	margin: 0 auto;
}

.mr-links-title {
	font-family: 'Noto Serif SC', serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	color: var(--mr-primary);
}

.mr-links-title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: var(--mr-secondary);
}

.mr-links-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 20px;
	padding: 0 15px;
}

.mr-link-card {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	overflow: hidden;
	height: 100%;
	border: 1px solid #eaeaea;
}

.mr-link-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.mr-link-logo {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	border-bottom: 1px solid #f0f0f0;
}

.mr-link-logo i {
	font-size: 28px;
	color: var(--mr-secondary);
}

.mr-link-body {
	padding: 15px;
	text-align: center;
}

.mr-link-name {
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--mr-primary);
}

.mr-link-url {
	font-size: 13px;
	color: #6c757d;
	word-break: break-all;
}






























:root {
	--jr-primary: #1e4a8d;
	--jr-secondary: #0d6efd;
	--jr-accent: #d32f2f;
}

.jr-bg-primary {
	background-color: var(--jr-primary) !important;
}

.jr-btn-primary {
	background-color: var(--jr-primary);
	border-color: var(--jr-primary);
}

.jr-btn-primary:hover {
	background-color: #163a70;
	border-color: #163a70;
}

.jr-text-primary {
	color: var(--jr-primary) !important;
}

.jr-nav-link {
	font-weight: 600;
	padding: 0.5rem 1.2rem !important;
	transition: all 0.3s ease;
}

.jr-nav-link:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.jr-heading {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-weight: 700;
}

.jr-heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: var(--jr-accent);
}

.jr-card {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
	overflow: hidden;
}

.jr-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.jr-card-img {
	height: 200px;
	object-fit: cover;
}

.jr-badge-hot {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background-color: var(--jr-accent);
	color: white;
	font-weight: bold;
}

.jr-tag {
	background-color: #f1f6ff;
	color: var(--jr-primary);
	padding: 3px 12px;
	border-radius: 20px;
	font-size: 0.85rem;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 8px;
	transition: all 0.2s ease;
}

.jr-tag:hover {
	background-color: var(--jr-primary);
	color: white;
	text-decoration: none;
}

.jr-breaking-news {
	background-color: rgba(211, 47, 47, 0.1);
	border-left: 4px solid var(--jr-accent);
	padding: 15px;
	margin-bottom: 30px;
}

.jr-marquee {
	overflow: hidden;
	white-space: nowrap;
}

.jr-marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 40s linear infinite;
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.jr-form-group {
	margin-bottom: 1.5rem;
}

footer {
	background-color: #0c294a;
}


/* 友情链接卡片样式 */
.friend-link-card {
	transition: all 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
}

.friend-link-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.friend-link-card .card-body {
	transition: background-color 0.3s ease;
}

.friend-link-card:hover .card-body {
	background-color: rgba(30, 74, 141, 0.05);
}

/* 导航标签样式 */
.nav-pills .nav-link {
	border-radius: 30px;
	padding: 0.5rem 1.5rem;
	margin: 0.25rem;
	transition: all 0.3s ease;
	color: #495057;
	background-color: #f8f9fa;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	background-color: var(--jr-primary);
	color: white;
}

/* 申请链接区域 */
.friend-link-apply {
	border: 2px dashed #dee2e6;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.friend-link-apply:hover {
	border-color: var(--jr-primary);
	background-color: rgba(30, 74, 141, 0.05);
}

