	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		padding: 0;
	}

	.mt_40 {
		margin-top: 40px;
	}

	/* ==================== 页面横幅样式 ==================== */
	.news_container {
		background: #F4F7FC;
	}

	.banner_mobile {
		display: none;
	}

	.qf_pc_news_banner {
		width: 100%;
		/* padding-top: 80px; */
		height: 424px;
	}

	/* .banner_ru_compressed {
		height: 424px;
	} */

	.qf_pc_news_banner:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 430px;
		background: #1154AF;
		pointer-events: none;
		z-index: -1;
	}

	.qf_pc_news_banner::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 430px;
		background: #051B23;
		pointer-events: none;
		z-index: -1;
	}

	.qf_pc_news_banner_inner {
		max-width: var(--max-width);
		background-image: url("/public/img/news/new_banner.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 100%;
		margin: 0 auto;
	}


	.banner_ru_compressed:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 424px;
		background: #D1E7FD;
		pointer-events: none;
		z-index: -1;
	}

	.banner_ru_compressed::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 424px;
		background: #CAEDFF;
		pointer-events: none;
		z-index: -1;
	}

	.banner_ru_compressed_inner {
		max-width: var(--max-width);
		background-image: url("../img/news/banner_ru_compressed.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 100%;
		margin: 0 auto;
	}

	.qf_pc_news_banner_content {
		max-width: 1400px;
		margin: 0 auto;
		padding-top: 180px;
		position: relative;
	}

	.qf_pc_news_banner_title {
		font-size: 44px;
		color: #fff;
		font-weight: 1000;
		margin: 0 0 12px 0;
	}

	.qf_pc_news_banner_desc {
		font-size: 18px;
		color: #fff;
		max-width: 800px;
		font-weight: 500;
		line-height: 28px;
	}

	.banner_ru_compressed .qf_pc_news_banner_title {
		color: #071937;
	}

	.banner_ru_compressed .qf_pc_news_banner_desc {
		color: #20304B;
	}

	/* ==================== Tab 切换样式 ==================== */

	.second_nav {
		max-width: var(--max-content-width);
		margin: -48px auto 0;
	}

	.second_nav_mobile {
		width: 100%;
		display: flex;
		background: #eef5ff;
		height: 40px;
		border-bottom: 2px solid #2280FF;
	}

	.second_nav_mobile .second_nav_item {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		position: relative;
	}

	.second_nav {
		display: flex;
		width: 100%;
		gap: 0;
		position: relative;
	}

	.second_nav:after {
		content: " ";
		border-bottom: 4px solid #2280FF99;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.second_nav .second_nav_item {
		flex: 1;
		font-weight: 500;
		font-size: 18px;
		line-height: 48px;
		text-align: center;
		color: #FFFFFF;
		cursor: pointer;
	}

	.second_nav .second_nav_item.tab_left {
		background: url('../img/news/tab_l.png') no-repeat;
		background-size: 100% 100%;
	}

	.second_nav .second_nav_item.tab_right {
		background: url('../img/news/tab_r.png') no-repeat;
		background-size: 100% 100%;
	}

	.second_nav .second_nav_item.active {
		background: url('../img/news/active_1.png') no-repeat;
		background-size: 100% 100%;
		color: #83F3FF;
	}

	.second_nav .second_nav_item.active:last-child {
		background: url('../img/news/active_2.png') no-repeat;
		background-size: 100% 100%;
	}

	.active {
		display: block !important;
	}

	.second_nav_mobile {
		display: none;
	}

	/* ==================== 列表内容样式 ==================== */
	.qf_pc_news_list_wrapper {
		margin: 0 auto;
		max-width: var(--max-content-width);
		display: block;
		padding: 24px 0 36px;
	}

	.qf_pc_news_list_container,
	.qf_pc_list_news_container {
		display: none;
	}

	.qf_pc_news_grid {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		justify-content: flex-start;
	}

	.qf_pc_news_card {
		flex: 0 0 calc(33.333% - 16px);
		/* 保持三列布局 */
		max-width: calc(33.333% - 16px);
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
		transition: transform 0.3s, box-shadow 0.3s;
		cursor: pointer;
	}

	.qf_pc_news_card:hover {
		box-shadow: 0px 7px 15px -1px #00000033;
	}

	.qf_pc_news_card:hover .qf_pc_news_title {
		color: #2A8AFF;
	}

	.qf_pc_news_image_wrapper {
		position: relative;
		width: 100%;
		padding-top: 50%;
		overflow: hidden;
	}

	.qf_pc_news_image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s;
		border-radius: 20px 20px 0 0;
	}

	.qf_pc_news_card:hover .qf_pc_news_image {
		transform: scale(1.05);
	}

	.qf_pc_news_video_icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 80px;
		background: url("/public/img/news/vector.png") center center no-repeat;
		background-size: contain;
		z-index: 2;
	}

	.qf_pc_news_content {
		padding: 24px;
	}

	.qf_pc_news_title {
		font-size: 20px;
		color: #071937;
		font-weight: 600;
		line-height: 28px;
		margin-bottom: 8px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 0;
		height: 56px;
	}

	/* 日期下边距由设计稿的24改为16 -婷婷 20260409 */
	.qf_pc_news_date {
		font-size: 14px;
		color: #828EA6;
		margin: 12px 0 16px 0;
		line-height: 22px;
		font-weight: 500;
	}

	.qf_pc_video_card .qf_pc_news_date {
		margin-bottom: 0;
	}

	.qf_pc_video_card .qf_pc_news_desc {
		display: none;
	}

	.qf_pc_news_source {
		color: #1e6fd9;
	}

	/* 描述由设计稿的3行改为2行 -婷婷 20260409 */
	.qf_pc_news_desc {
		font-size: 14px;
		color: #666;
		line-height: 22px;
		font-weight: 400;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.qf_pc_video_card .qf_pc_news_image_wrapper::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.6) 100%);
	}


	/* ==================== 分页样式 ==================== */
	.qf_pc_pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		margin: 40px 0 0 0;
		padding: 0;

	}

	.qf_pc_pagination li {
		min-width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 10px;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		cursor: pointer;
		transition: all 0.3s;
		background: #fff;
	}

	.qf_pc_pagination li a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 40px;
		color: #333;
	}

	.qf_pc_pagination li:hover {
		color: #2280FF;
	}

	.qf_pc_pagination li.active {
		background-color: #2280FF;
		color: #fff;
	}

	.qf_pc_pagination li.active a {
		color: #fff;
		cursor: not-allowed;
	}

	.qf_pc_pagination li.disabled {
		background-color: #f5f5f5;
		border-color: #e8e8e8;
	}

	.qf_pc_pagination li.qf_pc_pagination_prev,
	.qf_pc_pagination li.qf_pc_pagination_next {
		border: none;
		background: none;
		color: #333333;
	}

	.qf_pc_pagination li.qf_pc_pagination_prev a,
	.qf_pc_pagination li.qf_pc_pagination_next a {
		color: #333333;
	}

	/* ==================== 视频弹窗样式 ==================== */
	.qf_pc_video_modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		z-index: 9999;
		justify-content: center;
		align-items: center;
	}

	.qf_pc_video_modal.qf_pc_show {
		display: flex;
	}

	.qf_pc_video_modal_content {
		position: relative;
		width: 90%;
		max-width: 1000px;
		background-color: #000;
		border-radius: 8px;
		/* overflow: hidden; */
	}

	.qf_pc_video_modal_close {
		position: absolute;
		top: 0px;
		right: -50px;
		width: 32px;
		height: 32px;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s;
		z-index: 10;
	}

	.qf_pc_video_modal_close:hover {
		background-color: rgba(255, 255, 255, 0.4);
		transform: rotate(90deg);
	}

	.qf_pc_video_modal_close::before,
	.qf_pc_video_modal_close::after {
		content: '';
		position: absolute;
		width: 18px;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;
	}

	.qf_pc_video_modal_close::before {
		transform: rotate(45deg);
	}

	.qf_pc_video_modal_close::after {
		transform: rotate(-45deg);
	}

	.qf_pc_video_modal_title {
		padding: 16px 20px;
		background-color: #1a1a1a;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}

	.video-js {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.video-js .vjs-big-play-button {
		background-color: rgba(30, 111, 217, 0.8);
		border: none;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		line-height: 80px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.video-js .vjs-big-play-button:hover {
		background-color: rgba(30, 111, 217, 1);
	}

	.video-js .vjs-control-bar {
		background-color: rgba(0, 0, 0, 0.7);
	}

	.video-js .vjs-play-progress,
	.video-js .vjs-volume-level {
		background-color: #1e6fd9;
	}

	/* 当屏幕小于1400 */
	@media (max-width: 1400px) {

		.qf_pc_news_list_wrapper,
		.qf_pc_news_banner_content {
			max-width: 1200px;
		}
	}

	/* 当屏幕小于1200 */
	@media (max-width: 1200px) {

		.qf_pc_news_list_wrapper,
		.qf_pc_news_banner_content {
			max-width: 1000px;
		}

		.qf_pc_video_card .qf_pc_news_date {
			margin-bottom: 0;
		}
	}

	/* 当屏幕小于1080 */
	@media (max-width: 1080px) {
		.qf_pc_news_list_wrapper {
			max-width: 100%;
			padding: 24px 20px 40px;

		}

		.qf_pc_news_banner_content {
			max-width: 100%;
			padding: 100px 20px 0;
		}

		.qf_pc_news_card {
			flex: 0 0 calc(50% - 16px);
			max-width: calc(50% - 16px);
		}
	}

	/* 当屏幕小于800 */
	@media (max-width: 800px) {
		.qf_pc_news_banner {
			display: none;
		}

		.banner_mobile {
			display: block !important;
			margin-top: 64px;
		}


		.qf_pc_news_banner_mobile {
			background: url("../img/news/new_banner_m.jpg") no-repeat center center;
			/* max-height: 200px; */
			padding: 40px 16px 72px;
			background-size: cover;
			overflow: hidden;
		}

		.banner_ru_compressedr_mobile {
			background: url("/public/img/news/banner_ru_m_compressed.jpg") no-repeat center center;
			padding: 40px 16px 52px;
			background-size: cover;
			overflow: hidden;
		}

		.qf_pc_news_list_wrapper {
			max-width: 100%;
			padding: 24px 16px 40px 16px;
		}

		.qf_pc_news_banner_content {
			max-width: 100%;
			padding: 0;
		}

		.qf_pc_news_banner_title {
			font-size: 24px;
			line-height: 32px;
			margin-bottom: 16px;
		}

		.banner_ru_compressedr_mobile .qf_pc_news_banner_content {
			padding-right: 169px;
		}

		.banner_ru_compressedr_mobile .qf_pc_news_banner_title,
		.banner_ru_compressedr_mobile .qf_pc_news_banner_desc {
			color: #071937;
		}

		.qf_pc_news_banner_desc {
			font-size: 12px;
			line-height: 20px;

		}

		.banner_ru_compressed .qf_pc_news_banner_desc {
			max-width: 200px;
		}

		.qf_pc_news_content {
			padding: 0;
			flex: 1;
		}

		.qf_pc_news_grid {
			gap: 12px;
		}

		#qf_pc_video .qf_pc_news_grid {
			gap: 18px;
		}

		.qf_pc_news_card {
			flex: 0 0 100%;
			max-width: 100%;
			border-radius: 12px;
			padding: 12px;
		}

		.qf_pc_video_card {
			display: flex;
			justify-content: flex-start;
			background: none;
			padding: 0;
		}

		.qf_pc_news_card a {
			display: block;
			width: 100%;
			height: 100%;
			display: flex;
		}

		.qf_pc_news_image_wrapper {
			width: 88px;
			height: 88px;
			padding: 0;
			margin-right: 16px;
		}

		.qf_pc_news_image {
			width: 100%;
			height: 100%;
			display: block;
			border-radius: 12px;
		}

		.qf_pc_news_title {
			font-size: 14px;
			line-height: 20px;
			font-weight: 600;
			margin-bottom: 8px;
			-webkit-line-clamp: 3;
			height: auto;
		}

		.qf_pc_news_date {
			font-size: 12px;
			font-weight: 400;
			line-height: 18px;
			margin: 0;
		}

		.qf_pc_news_desc {
			display: none;
		}

		.qf_pc_video_card .qf_pc_news_image_wrapper {
			width: 142px;
			height: 80px;
			border-radius: 12px;
			overflow: hidden;
		}

		.qf_pc_news_video_icon {
			width: 32px;
			height: 32px;
		}

		.qf_pc_news_video_icon::before {
			margin-left: 0;
		}
	}




	/* ==================== 详情页主体样式 ==================== */
	.detail_container {
		max-width: 1400px;
		margin: 0 auto;
		padding: 104px 0 80px;
	}

	.qf_pc_breadcrumb {
		font-size: 12px;
		line-height: 20px;
		font-weight: 500;
		color: #666;
	}

	.qf_pc_breadcrumb a {
		color: #666;
	}

	.qf_pc_breadcrumb a:hover {
		color: #2A8AFF;
	}

	.qf_pc_breadcrumb_separator {
		margin: 0 6px;
	}

	.qf_pc_detail_wrapper {
		margin-top: 80px;
	}

	/* 文章标题 */
	.qf_pc_article_title {
		font-size: 40px;
		font-weight: 600;
		color: #071937;
		line-height: 60px;
		text-align: center;
		margin-bottom: 16px;
	}

	/* 文章元信息 */
	.qf_pc_article_meta {
		text-align: center;
		font-size: 20px;
		line-height: 34px;
		color: #071937;
	}

	/* 文章正文 */
	.article_content {
		padding-top: 40px;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #20304B;
	}


	.article_content p {
		margin-bottom: 20px;
		text-align: justify;
	}

	.article_content h3 {
		font-size: 20px;
		font-weight: bold;
		color: #20304B;
		margin: 40px 0 16px;
		line-height: 34px;
	}

	.article_content img {
		max-width: 100%;
		height: auto;
		margin: 24px 0 0;
		border-radius: 20px;
	}

	.article_content ul {
		margin: 16px 0;
		padding-left: 20px;
	}

	.article_content ul li {
		position: relative;
		margin-bottom: 8px;
		list-style-type: disc;
	}

	.qf_pc_article_content_last_image {
		width: 100%;
		padding: 16px 0;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.qf_pc_article_content_last_image img {
		display: block;
		width: 656px;
		height: auto;
	}

	/* ==================== 响应式布局 ==================== */
	@media (max-width: 1400px) {
		.detail_container {
			max-width: 1200px;
		}
	}

	@media (max-width: 1200px) {
		.detail_container {
			max-width: 1000px;
		}

		.qf_pc_detail_wrapper {
			margin-top: 40px;
		}

		.qf_pc_article_title {
			font-size: 32px;
		}

		.qf_pc_article_meta {
			font-size: 16px;
		}

		.article_content {
			font-size: 14px;
			line-height: 24px;
		}

		.article_content h3 {
			font-size: 18px;
		}
	}

	@media (max-width: 1080px) {
		.detail_container {
			max-width: 960px;
		}

		.qf_pc_detail_wrapper {
			margin-top: 40px;
		}
	}

	@media (max-width: 800px) {
		.page_header_mobile_top {
			background-color: #fff;
		}

		.page_header_mobile_top .page_header_mobile_language span {
			color: #333 !important;
		}

		.page_header_mobile_top .mobile_change_svg,
		.page_header_mobile_top .mobile_menu,
		.page_header_mobile_top .mobile_logo_svg {
			display: none;
		}

		.page_header_mobile_top .mobile_logo_svg_white,
		.page_header_mobile_top .mobile_change_svg_white,
		.page_header_mobile_top .mobile_menu_white {
			display: block !important;
		}


		.second_nav {
			display: none !important;
		}

		.second_nav_mobile {
			display: flex !important;
			background: #FFFFFF4D;
			margin-top: -40px;
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}

		.second_nav_mobile .second_nav_item {
			z-index: 1;
		}

		.second_nav_mobile .second_nav_item.active {
			color: #83F3FF;
		}

		.second_nav_mobile .second_nav_item.active::after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			background: url('../img/news/active_1_m.png') no-repeat;
			background-size: 100% 100%;
			color: #83F3FF;
			width: 115%;
			height: 38px;
			z-index: -1;
		}

		.second_nav_mobile .second_nav_item.active:last-child::after {
			content: '';
			position: absolute;
			left: -15%;
			top: 0;
			background: url('../img/news/active_2_m.png') no-repeat;
			background-size: 100% 100%;
			height: 38px;
			width: 115%;
			z-index: -1;
		}


		.detail_container {
			max-width: 100%;
			padding: 76px 16px 32px;
		}

		.qf_pc_detail_wrapper {
			margin-top: 20px;
		}

		.qf_pc_article_title {
			font-size: 20px;
			font-weight: 600;
			line-height: 28px;
			margin-bottom: 8px;
		}

		.qf_pc_article_meta {
			font-size: 14px;
			line-height: 20px;
			font-weight: 500;
		}

		.article_content {
			font-size: 14px;
			line-height: 22px;
			padding-top: 24px;
		}

		.article_content h3 {
			font-size: 18px;
		}

	}