/* ========================================
   资讯页 — 蓝色玻璃态风格
   ======================================== */

/* --- Banner --- */
.news-banner-con {
	height: 360px;
	background: url(../img/home/home-banner.jpeg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.news-banner-con::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 0.06) 0%,
			rgba(19, 40, 71, 0.12) 70%,
			rgba(16, 36, 64, 0.22) 100%);
}

/* --- Tab 切换栏 --- */
.news-tab-con {
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0;
}

.news-tab-con .news-tab-box {
	display: flex;
	gap: 12px;
}

.news-tab-con .news-tab-box div {
	height: 42px;
	line-height: 42px;
	padding: 0 28px;
	color: #45617f;
	font-size: 15px;
	text-align: center;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(130, 177, 255, 0.14);
	backdrop-filter: blur(8px);
	transition: all 0.22s ease;
}

.news-tab-con .news-tab-box div:hover {
	color: var(--brand-blue);
	border-color: rgba(42, 103, 246, 0.3);
	background: rgba(237, 245, 255, 0.92);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(42, 103, 246, 0.08);
}

.news-tab-con .news-tab-box .cur-news-tab {
	background: var(--brand-blue) !important;
	color: #FFF !important;
	border-color: var(--brand-blue) !important;
	font-weight: 600;
	box-shadow: 0 6px 18px rgba(42, 103, 246, 0.28);
}

/* --- 列表容器 --- */
.news-list-con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.news-list-con .news-list-box {
	width: 840px;
	float: left;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* --- 新闻卡片 --- */
.news-list-con .news-list-box .news-item-box {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 20px;
	border: 1px solid rgba(130, 177, 255, 0.1);
	box-shadow: 0 2px 14px rgba(18, 39, 73, 0.04);
	padding: 20px 24px;
	position: relative;
	min-height: 152px;
	box-sizing: border-box;
	transition: all 0.25s ease;
}

.news-list-con .news-list-box .news-item-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(18, 39, 73, 0.1);
	border-color: rgba(130, 177, 255, 0.22);
	background: rgba(255, 255, 255, 0.94);
}

.news-list-box .news-item-box a {
	display: block;
	text-decoration: none;
}

.news-list-box .news-item-box .news-img {
	position: absolute;
	top: 20px;
	left: 24px;
	height: 112px;
	width: 180px;
	border-radius: 14px;
	background-position: center;
	background-size: cover;
	box-shadow: 0 4px 12px rgba(18, 39, 73, 0.08);
}

.news-list-box .news-item-box .news-t {
	line-height: 1.4;
	font-size: 17px;
	color: #152e52;
	font-weight: 600;
	padding-left: 204px;
	margin-bottom: 8px;
}

.news-list-box .news-item-box .news-b {
	line-height: 1.6;
	font-size: 13.5px;
	color: #7a8fa8;
	padding-left: 204px;
	margin-bottom: 8px;
}

.news-list-box .news-item-box .news-time {
	position: absolute;
	bottom: 20px;
	left: 248px;
	font-size: 13px;
	color: #98aabf;
}

/* --- 右侧边栏 --- */
.news-list-con .news-right-box {
	float: right;
	width: 320px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* 咨询卡片 */
.news-right-box .yuyue-box {
	background: linear-gradient(160deg, rgba(237, 245, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 100%);
	border-radius: 22px;
	border: 1px solid rgba(130, 177, 255, 0.14);
	box-shadow: 0 4px 20px rgba(18, 39, 73, 0.05);
	padding: 24px 20px 20px;
}

.news-right-box .yuyue-box .yuyue-t {
	font-size: 19px;
	font-weight: 700;
	color: #152e52;
	margin-bottom: 8px;
}

.news-right-box .yuyue-box .yuyue-r {
	font-size: 13px;
	color: #6b7e9d;
	line-height: 1.6;
	margin-bottom: 16px;
}

.news-right-box .yuyue-box input {
	background: #FFF;
	border: 1px solid rgba(130, 177, 255, 0.15);
	height: 42px;
	line-height: 42px;
	padding: 0 14px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	color: #1b365f;
	border-radius: 14px;
	outline: none;
	transition: border-color 0.2s;
}

.news-right-box .yuyue-box input:focus {
	border-color: var(--brand-blue);
}

.news-right-box .yuyue-box input::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 13px;
}

.news-right-box .yuyue-box .yuyue-btn {
	background: var(--brand-blue);
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	color: #FFF;
	border-radius: 14px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 6px 18px rgba(42, 103, 246, 0.22);
}

.news-right-box .yuyue-box .yuyue-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(42, 103, 246, 0.32);
}

.news-right-box .yuyue-box .yuyue-phone {
	color: var(--brand-blue);
	font-size: 14px;
	font-weight: 500;
	margin-top: 18px;
	text-align: center;
}

/* FAQ 卡片 */
.news-right-box .news-problem-con {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 22px;
	border: 1px solid rgba(130, 177, 255, 0.1);
	box-shadow: 0 4px 20px rgba(18, 39, 73, 0.05);
	padding: 22px 20px 14px;
}

.news-right-box .news-problem-con .news-problem-t {
	padding: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: #152e52;
}

.news-right-box .news-problem-con .news-problem-box {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.news-right-box .news-problem-box .problem-t {
	font-size: 13.5px;
	font-weight: 600;
	padding: 10px 14px;
	color: #1b365f;
	background: rgba(237, 245, 255, 0.65);
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.news-right-box .news-problem-box .problem-t::after {
	content: "+";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #8397b3;
	font-weight: 400;
	transition: transform 0.2s;
}

.news-right-box .news-problem-box .problem-t:hover {
	background: rgba(42, 103, 246, 0.08);
	color: var(--brand-blue);
}

.news-right-box .news-problem-box .problem-t:hover::after {
	color: var(--brand-blue);
}

.news-right-box .news-problem-box .problem-b {
	font-size: 12.5px;
	color: #6b7e9d;
	line-height: 1.7;
	padding: 8px 14px 14px;
	border-bottom: 1px solid rgba(130, 177, 255, 0.08);
}

.news-right-box .news-problem-box .problem-b:last-child {
	border-bottom: none;
}

/* --- 分页 --- */
.page-nums-con {
	margin: 24px auto 40px;
	width: 840px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.page-nums-con .page-p,
.page-nums-con .page-normal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	font-size: 14px;
	color: #45617f;
	border-radius: 999px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(130, 177, 255, 0.1);
	transition: all 0.2s ease;
}

.page-nums-con .page-p:hover,
.page-nums-con .page-normal:hover {
	border-color: rgba(42, 103, 246, 0.28);
	color: var(--brand-blue);
	background: rgba(237, 245, 255, 0.8);
}

.page-nums-con .sel-page {
	background: var(--brand-blue) !important;
	color: #FFF !important;
	border-color: var(--brand-blue) !important;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(42, 103, 246, 0.25);
}

.page-nums-con .page-i {
	font-size: 13px;
	color: #6b7e9d;
	margin-left: 8px;
}

.page-nums-con .page-i input {
	width: 44px;
	height: 34px;
	border-radius: 10px;
	border: 1px solid rgba(130, 177, 255, 0.15);
	text-align: center;
	font-size: 14px;
	color: #1b365f;
	outline: none;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.8);
	transition: border-color 0.2s;
}

.page-nums-con .page-i input:focus {
	border-color: var(--brand-blue);
}

.page-nums-con .page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	background: var(--brand-blue);
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.page-nums-con .page-btn:hover {
	box-shadow: 0 4px 14px rgba(42, 103, 246, 0.28);
}

/* ========================================
   新闻详情页
   ======================================== */
.news-info-con {
	margin: 40px auto;
	width: 860px;
	background: rgba(255, 255, 255, 0.82);
	border-radius: 24px;
	border: 1px solid rgba(130, 177, 255, 0.1);
	box-shadow: 0 4px 24px rgba(18, 39, 73, 0.05);
	padding: 40px 48px;
	box-sizing: border-box;
}

.news-info-con .news-info-t {
	font-size: 28px;
	font-weight: 700;
	color: #152e52;
	text-align: center;
	line-height: 1.4;
}

.news-info-con .news-info-time {
	text-align: center;
	margin: 24px 0 36px;
	font-size: 14px;
	color: #8397b3;
}

.news-info-con .news-info-box {
	min-height: 400px;
	line-height: 1.85;
	font-size: 15px;
	color: #334b66;
}

.news-info-con .news-info-box p,
.news-info-con .news-info-box div {
	margin: 10px 0;
}
