.indexbanner {
	background-image: url('./../img/indexbanner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	display: flex;
    justify-content: center;
}

.Rectangle-Penultimate .faq-section .title {
	margin-top: 0px;
	margin-bottom: 17.6px;
}

.indexbanner .cqakl {
	padding-top: 70px;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 38px;
	line-height: 110%;
	letter-spacing: 5px;
}

.indexbanner .lhgzt {
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	padding-top: 20px;
	font-family: "SimSun";
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 5px;
}

.indexbanner .syep {
	padding-top: 20px;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: "CN-Medium";
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
}

.Rectangle2 {
	position: relative;
	top: -21px;
	height: 370px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.Rectangle2 .Convention {
	width: 50%;
	float: left;
}

.Rectangle2 .Convention .title {
	display: inline-block;

	margin: 50px 0 0 40px;
}

.Rectangle2 .Convention .title img {
	width: 34px;
}

.Rectangle2 .Convention .title h3 {
	color: rgba(15, 23, 42, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 6px 6px;
	position: relative;
	top: -12px;
	z-index: 2;
	display: inline-block;
	white-space: nowrap;
}

.Rectangle2 .Convention .title .Vector {
	background-image: url('./../img/Vector.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 132.6px;
	height: 20.7px;
	display: inline-grid;
	position: relative;
	top: 4px;
}

.Rectangle2 .Convention .title .jsnr {
	padding-top: 42px;
	width: 98%;
}

.Rectangle2 .Convention .title .jsnr p {
	text-align: justify;
	color: rgba(100, 116, 139, 1);
	font-family: "CN-Regular";
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.Rectangle2 .mechanism {
	width: 50%;
	float: left;
}

.Rectangle2 .mechanism .title {
	display: flex;
	justify-content: center;
	height: 28px;
	margin-top: 55px;
}

.Rectangle2 .mechanism .title img {
	width: 28px;
	height: 28px;
}

.Rectangle2 .mechanism .title h3 {
	text-align: center;
	color: rgba(0, 91, 159, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	padding: 0px 6px 0px 6px;
}

.Rectangle2 .mechanism .stz {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Rectangle2 .mechanism .stz .process {
	margin-top: 49px;
	width: 159px;
	min-height: 182px;
	border-radius: 12px;
	background: rgba(242, 247, 250, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 36px;
	box-sizing: border-box;
}

.Rectangle2 .mechanism .stz .process img {

	width: 55px;
	height: auto;
	max-width: 100%;
	padding: 0;
	display: block;
}

.Rectangle2 .mechanism .stz .process .xbt {
	text-align: center;
	color: rgba(0, 91, 159, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-top: 27px;
}

.Rectangle2 .mechanism .stz .intervalimg {
	width: 21.5px;
	height: 39.2px;
	margin: 49px 15.5px 0 15.5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('./../img/intervalimg.png');
}

.Rectangle-Penultimate {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.news-list {
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.news-item {
	display: flex;
	padding: 20px 0px 20px 30px;
	border-bottom: 1px solid #f0f0f0;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.2s;
	align-items: center;
}

.news-item:last-child {
	border-bottom: none;
}

.news-item:hover {
	background-color: #fcfcfc;
}

.news-image {
	width: 150px;
	height: 84px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 30px;
}

.news-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.news-date {
	align-self: flex-start;
	margin-bottom: 8px;
	width: 104px;
	height: 29px;
	border-radius: 6px;
	background: #F2F7FA;
	text-align: center;

}

.news-date p {
	color: rgba(100, 116, 139, 1);
	font-family: "CN-Medium";
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
}

.news-title {
	color: rgba(15, 23, 42, 1);
	font-family: "CN-Regular";
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
	width: 85%;
}

.news-source {
	color: rgba(0, 91, 159, 1);
	font-family: "CN-Light";
	font-weight: 300;
	font-size: 12px;
}

.arrow-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: translateY(-50%) rotate(45deg);
	opacity: 0.6;
}

@media (max-width: 600px) {
	.news-item {
		flex-direction: row;
		padding: 15px;
	}

	.news-image {
		width: 100px;
		height: 70px;
		margin-right: 15px;
	}

	.news-title {
		font-size: 1rem;
	}
}

.Rectangle-Penultimate .title {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 18.6px;
}

.Rectangle-Penultimate .title h3 {
	display: flex;
	color: rgba(15, 23, 42, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 6px 6px;
	position: relative;
	top: -12px;
}

.Rectangle-Penultimate .title .Vector {
	background-image: url('./../img/Vector.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 132.6px;
	height: 20.7px;
	display: inline-grid;
	position: relative;
	top: 4px;
}

.Rectangle-Penultimate .title1 {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 18.6px;
	position: relative;
	padding-right: 20px;
}

.Rectangle-Penultimate .title1 h3 {
	color: rgba(15, 23, 42, 1);
	font-family: "SimSun";
	font-weight: 700;
	font-size: 28px;
	line-height: 0px;
	margin: 0 0 6px 6px;
	position: relative;
	top: -2px;
	z-index: 2;




	display: inline-block;
}

.Rectangle-Penultimate .title1 .Vector1 {
	background-image: url('./../img/Vector.png');
	background-repeat: no-repeat;
	width: 132.6px;
	height: 20.7px;
	display: inline-grid;
	top: 4px;
	background-size: 100% 100%;
	background-repeat: no-repeat;


	position: absolute;
	left: 0;
	bottom: 0;


	z-index: 1;
}

.news-icon {
	position: absolute;

	right: 33px;


	top: 36px;

	width: 24px;
	height: 24px;
	z-index: 10;
}


.news-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.core-nav-section,
.faq-section {
	margin-bottom: 0px;
}

.nav-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid rgba(0, 91, 159, 1);
	border-radius: 12px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) transition: all 0.3s ease;
	box-sizing: border-box;
}


.nav-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 91, 159, 0.12);
}


.nav-icon {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 33px;
	flex-shrink: 0;
}

.nav-icon img {
	width: 55px;
	height: 55px;
}


.nav-info {
	flex: 1;
	margin-right: 20px;
}

.nav-title {
	font-size: 20px;
	color: #333;
	margin: 0 0 17px 0;
	font-weight: 600;
	font-family: "SimSun", sans-serif;
}

.nav-desc {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
	font-family: "CN-Light";
}


.nav-link {
	display: flex;
	align-items: center;
	color: rgba(0, 91, 159, 1);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	font-family: "CN-Medium";
	padding: 18px 0px 17px 0;
	width: 20%;
}

.nav-link img {
	width: 14px;
	padding-left: 16px;
}

.nav-link:hover {
	color: #004477;
}


.nav-link .arrow-icon {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 8px;
	transition: transform 0.2s;
}

.nav-link:hover .arrow-icon {
	transform: rotate(45deg) translateX(2px);
}

.news-column,
.sidebar-column {
	flex: 1;
}

.faq-section {
	padding-top: 8px;
}

.faq-carousel {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: rgba(0, 91, 159, 1);
	border-radius: 12px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
	padding: 30px;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
}


.faq-content {
	position: relative;
	z-index: 2;
	height: 100%;
}

.faq-item {
	display: none;
	animation: fadeIn 0.5s ease;
}

.faq-item.active {
	display: block;
}

.faq-question {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'CN-Bold';
}

.faq-answer {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: rgba(204, 222, 236, 1);
	max-width: 100%;
	text-align: justify;
	font-family: 'CN-Regular';
}


.faq-divider {
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 100%;
	border: 1px solid rgba(0, 114, 199, 1);
	z-index: 2;
}


.faq-dots {
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	opacity: 1;
}


.faq-more {
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 3;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	text-decoration: none;
	font-family: 'CN-Bold';
	font-weight: 600;
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s;

}

.faq-more:hover {
	border-bottom: 1px solid #FFFFFF;
}


.faq-bg-decoration {
	position: absolute;
	bottom: 63px;
	right: 0;
	width: 250px;
	height: 70px;
	background-image: url('./../img/xiangyun@2x.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	z-index: 1;
	pointer-events: none;
}
.indexbanner .entxt {
    max-width: 70%;
    margin: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}