.ajcnu-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px 40px;
	font-family: -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.ajcnu-header {
	text-align: center;
	margin-bottom: 45px;
}
.ajcnu-tag {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.ajcnu-line {
	width: 34px;
	height: 3px;
	background: #085279;
	display: inline-block;
}
.ajcnu-label {
	color: #085279;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.ajcnu-title {
	font-size: 38px;
	font-weight: 800;
	color: #111;
	margin: 0 0 10px;
}
.ajcnu-subtitle {
	font-size: 16px;
	color: #666;
	margin: 0;
}

.ajcnu-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.ajcnu-card {
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow .2s ease, transform .2s ease;
}
.ajcnu-card:hover {
	box-shadow: 0 12px 28px rgba(0,0,0,0.08);
	transform: translateY(-4px);
}

.ajcnu-image-link { display: block; text-decoration: none; position: relative; }
.ajcnu-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #eee;
}
.ajcnu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ajcnu-no-image { width: 100%; height: 100%; background: #e2e6ea; }

.ajcnu-title-banner {
	position: relative;
	background: #085279;
	padding: 14px 18px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ajcnu-flag {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #052f47 transparent transparent transparent;
}

.ajcnu-body { padding: 18px 20px 22px; }
.ajcnu-date {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
}
.ajcnu-cal-icon { font-size: 14px; }
.ajcnu-excerpt {
	font-size: 14.5px;
	line-height: 1.7;
	color: #666;
	margin: 0 0 14px;
}
.ajcnu-readmore {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	color: #085279;
	text-decoration: none;
}
.ajcnu-readmore span { margin-left: 3px; }
.ajcnu-readmore:hover { text-decoration: underline; }

.ajcnu-dot {
	width: 40px;
	height: 6px;
	background: #085279;
	border-radius: 4px;
	margin: 40px auto 0;
}

.ajcnu-no-posts { text-align: center; color: #888; }

@media (max-width: 900px) {
	.ajcnu-grid { grid-template-columns: 1fr; }
	.ajcnu-title { font-size: 28px; }
}
