.dh-width {
	width: 66%;
	margin: 0 auto;
}

body {
	font: 300 18px / 170% Microsoft YaHei, sans-serif;
}

/*  */
/* 顶部通栏广告容器 */
.top-banner {
	position: relative;
	width: 100%;
	height: 80px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background: linear-gradient(45deg, #3498db, #2c3e50);
	/* 默认背景 */
}

.banner-container {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease;
	visibility: hidden;
}

.banner-item.active {
	opacity: 1;
	visibility: visible;
}

/* 使用img标签 */
.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.refresh-counter {
	position: absolute;
	top: 10px;
	right: 10px;
	/* background: rgb(255 255 255 / 15%); */
	color: white;
	padding: 3px 8px;
	border-radius: 10px;
	font-size: 0.75rem;
	z-index: 3;
}

/* 图片加载指示器 */
.img-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 2;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.news_video .video_box {
    height: 520px;
}





ul.news_pic_list li {
	list-style: none;
}


ul.showAdv img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.practice_m.same_wordStyle ul>li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-one-title {
	padding: 0 0 0 20px;
	background: none;
	font-size: 22px;
	line-height: 30px;
	color: #0046ad;
	font-weight: bold;
	position: relative;
	width: 165px;
}

.img-one-title h2 a {
	color: #0046ad;
}

a:hover {
	color: white;
}

.img-one-title h2::before {
	content: "";
	width: 5px;
	height: 20px;
	background: #0046ae;
	position: absolute;
	left: 0;
	top: 5px;
}



.news_list.news_swiper1 {
	width: 34%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-evenly;
}

.news_list.news_swiper1 ul {
	width: 100%;
}

.news_swiper {
	width: 57%;
}



.swiper-slide>img {
	width: 100%;
	height: auto;
}

.swiper-container {
	width: 100%;
	height: 500px;
	margin: 20px auto;
}

.swiper-slide a>img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	line-height: 400px;
} */

span.swiper-pagination-current {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.swiper-slide>span {
	position: absolute;
	top: 45%;
	left: 1%;
	color: white;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: right;
}

.img-one {
	margin-top: 2%;
	margin-bottom: 2%;
	display: flex;
	justify-content: space-between;
}

/* 头条模块 */
.Headlines1 {}

.Headlines1-title {
	margin-bottom: 20px;
}

.Headlines1-title>h1 {
	text-align: center;
	margin: 20px auto 10px;
	font-size: 40px;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Headlines1-subject {

	text-align: center;
	line-height: 200%;
}

/* .Headlines1-subject>a {
	margin: 0 10px 0 10px;
	font-size: 1rem;
} */

/* 要闻模块 */
.yaowen {
	margin-top: 20px;
}

.yaowen-p a>p {
	font-size: 1.3rem;
	margin: 10px 0 10px 0;
}

/* 要闻 - 轮播 */
.lb-img-p {
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #ffffff;
}

.lb-color {
	background-color: rgb(255, 255, 255);
}

.lb-img-p>p {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 1px;
}

.layui-carousel>[carousel-item]>* {
	background-color: #ffffff;
}

.yaowen-p {
	text-align: center;
}

/* 图文介绍一  栏目*/
.img-one {}

.direct_left {
	margin-bottom: 17px;
}

.direct_left h2 {
	padding: 0 0 0 20px;
	background: none;
	font-size: 22px;
	line-height: 30px;
	color: #0046ad;
	font-weight: bold;
	position: relative;
	width: 165px;
}

.direct_left h2 a {
	color: #0046ad;
}

.direct_left h2::before {
	content: "";
	width: 5px;
	height: 20px;
	background: #0046ae;
	position: absolute;
	left: 0;
	top: 5px;
}

.direct_bottom1 {
	width: 100%;
	border-bottom: 1px solid rgb(233, 233, 233);
}

.img-one-name {
	border-left: 3px solid #1e9fff;

}

.img-one-name>p {
	text-align: center;
	font-size: 1.4rem;
	color: #1e9fff;
}

.img-one-bottom {
	border-bottom: 1px solid rgb(233, 233, 233);
}

.img-one-bottom>p {
	font-size: 1.4rem;
	color: #1e9fff;
}

.news_list ul>li {
	list-style: none;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

li {
	list-style: inside;
}

ul li:before {
	/* content: "\2022";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em; */
}

.tw {
	padding: 1%;
	border-radius: 5px;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.tw-title {
	margin: 4% 0% 0% -2%;
}

.tw-title ul>li {
	margin: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ddd;
}

.tw-title ul>li::marker {
	color: #ddd;
}

.tw-title3 ul>li::marker {
	color: #ddd;
}

/* ---------------------------区分部分-图片------------------------------- */
.tw-img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	overflow: hidden
}

.tw-img a>img {
	width: 100%;
	height: auto;
	transition: all 1s;

}

.tw-img img:hover {
	transform: scale(1.2);
}

/* ---------------------------------------------------------- */

/* 图文介绍二  栏目*/

.tw-two-a>a {
	font-size: 0.9rem;
}

/* 图文介绍三  栏目 */
.tw-title3 {
	margin: 4% 0% 0% 2%;
}

.tw-title3 ul>li {
	margin: 3%;
	line-height: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 图文介绍四  栏目 */
.tw-title4 {
	margin: 4% 0% 0% 2%;
}

.tw-title4 ul>li {
	font-size: 1rem;
	margin: 3%;
	line-height: 1.6rem;
}

/* 图文介绍五 栏目 */
.tw-img5 {
	margin: 2% 0% 0% 2%;
}

.tw-title5 ul>li {
	font-size: 1rem;
	margin: 3%;
	line-height: 1.6rem;
}

.tw-img5 {
	border-radius: 5px;
	overflow: hidden
}

.tw-img5 a>img {
	width: 100%;
	height: auto;
	transition: all 1s;

}

.tw-img5 img:hover {
	transform: scale(1.02);
}

.tw-img5-js {
	padding: 2%;
	background-color: #A4A4A4;
	color: #ffffff;
}

.lmw {
	display: flex;
}

.lmw_div {
	width: 50%;

}



/* 图片模块区域 */
.tp {
	margin-top: 1%;
}

.tp-img {
	padding: 1%;
}

.tp-img>img {
	width: 100%;
	height: auto;
}

.tg {
	margin-top: 3%;
}

.tg-logo>img {
	width: 100%;
	height: 100px;
}

.db {
	color: rgb(112 109 109);
	font-weight: 600;
	height: 50px;
	background-color: rgb(214, 214, 214);
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: space-around;
}

.pc_footer {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	background: #0146ae;
	color: #fff;
	font-size: 14px;
	padding: 60px 0;
}

@media screen and (min-width: 1368px)and (max-width: 1420px) {
	.swiper-container {
		height: 360px;
	}


	.swiper-slide a>img {
		/* height: 360px; */
	}

}

@media screen and (min-width: 1281px)and (max-width: 1367px) {
	/* 在宽度大于等于 1280px 时应用的样式 笔记本 */

	.img-one {
		margin-top: 3%;
		margin-bottom: 2%;
	}
	.top-banner {
		height: 60px;
	}
	.news_list.news_swiper1 {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.news_swiper {
		width: 55%;
	}

	.swiper-container {
		height: 360px;
	}


	.swiper-slide a>img {
		/* height: 360px; */
	}

	.tw-img.tw-img1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin: 20px 0px;
	}
}

@media screen and (min-width: 1025px)and (max-width: 1280px) {

	/* 在宽度大于等于 1025px 时应用的样式 电脑*/
	.img-one {
		margin-top: 3%;
		margin-bottom: 2%;
	}

	.top-banner {
		height: 60px;
	}

	.dh-width {
		width: 98%;
	}

	.news_list.news_swiper1 {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.swiper-container {
		height: 360px;
	}



	.swiper-slide a>img {
		/* height: 360px; */
	}

	.tw-img.tw-img1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin: 20px 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.top-banner {
		height: 60px;
	}

	/* 在宽度 768px 到 1024px 之间应用的样式 平板*/
	.logo-top {
		width: 90%;
	}

	.dh-width {
		width: 90%;
	}


	.img-one-name>p {
		font-size: 1.1rem;
	}

	.yaowen-p a>p {
		font-size: 1.1rem;
	}

	.news_list.news_swiper1 {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.news_swiper {
		width: 64%;
	}

	.Headlines1-subject a {
		font-size: 14px;
	}

	.swiper-container {
		width: 100%;
		height: 385px;
		margin: 20px auto;
	}

	.swiper-slide a>img {
		width: 100%;
		/* height: 385px; */
		max-width: 100%;
	}

	.tw-img.tw-img1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin: 20px 0px;
	}

}

@media screen and (min-width: 427px) and (max-width: 767px) {

	/* 在宽度小于等于 767px 时应用的样式 手机*/
	.top-banner {
		height: 60px;
	}

	.dh-width {
		width: 100%;
	}

	.Headlines1 {
		margin-top: 30px;
	}

	.news_swiper {
		width: 78%;
	}

	.news.wrapper {
		display: flex;
		flex-direction: row;
	}

	.news_list.news_swiper1 {
		width: 22%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}


	.news_list.news_swiper1 ul {
		width: 100%;
	}

	.swiper-container {
		height: 450px;
	}


	.swiper-slide a>img {
		/* height: 450px; */
	}

	.tw-img.tw-img1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin: 20px 0px;
	}
}

@media screen and (max-width: 426px) {

	/* 在宽度小于等于 426px 时应用的样式 手机*/

	.top-banner {
		height: 60px;
	}

	.dh-width {
		width: 100%;
	}

	.Headlines1 {
		margin-top: 30px;
	}

	.news_swiper {
		width: 78%;
	}


	.news.wrapper {
		display: flex;
		flex-direction: row;
	}

	.news_list.news_swiper1 {
		width: 22%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.news_list.news_swiper1 ul {
		width: 100%;
	}

	.swiper-container {
		height: 450px;
	}


	.swiper-slide a>img {
		/* height: 450px; */
	}

	.tw-img.tw-img1 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin: 20px 0px;
	}
}




/* 布局容器通用样式 */
.layout-section {
	/* margin: 40px auto; */
	width: 100%;
}

.section-title {
	border-left: 5px solid #0046ae;
	margin: 22px 0 20px;
	padding-left: 18px;
	box-sizing: border-box;
	line-height: 20px;
	color: #0046ae;
	font-size: 22px;
	font-weight: bold;
}

.section-title::before {
	/* content: ""; */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #007bff;
}

/* 三列网格系统 */
.article-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	/* padding: 0 20px; */
}

/* ========== 样式1：卡片投影风格 ========== */
.style1 .article-card {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
	transition: transform 0.3s ease;
}

.style1 .article-card:hover {
	transform: translateY(-8px);
}

.style1 .image-link {
	height: auto;
	/* border-bottom: 3px solid #007bff; */
}

.style1 .news-list::after {
	/* background: #007bff; */
}

/* ========== 样式3：悬浮渐变风格 ========== */
.style3 .article-card {
	border-radius: 5px;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	overflow: hidden;
}

.style3 .article-card:hover {
	transform: scale(1.02);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.style3 .image-link {
	height: auto;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0;
	/* 根据实际情况调整间距 */
}

.style3 .news-list {
	padding: 15px;
}

.style3 .article-grid {
	min-width: 0;
	/* 解决flex容器溢出问题 */
}

.style3 .news-item {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}

/* 通用组件样式 */
/* .article-card {
	min-width: 380px;
} */

.image-link {
	display: block;
	overflow: hidden;
	position: relative;
}

.image-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.article-card:hover img {
	transform: scale(1.05);
}

.news-list li {
	list-style: none;
	padding: 4px;
}

.news-item {
	/* margin-bottom: 12px;
            padding-bottom: 12px; */
}

.news-link {
	display: block;
	text-decoration: none;
	/* color: #666;
            font-size: 15px; */
	/* line-height: 1.4; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.news-list::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 15px;
}


/* 手风琴样式 */
.accordion-carousel {
	display: flex;
	width: 95%;
	max-width: 1600px;
	height: 350px;
	gap: 8px;
	padding: 10px;
}

.panel {
	position: relative;
	flex: 0.7;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	/* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); */
	filter: brightness(0.8);
}

.panel.active {
	flex: 3;
	filter: brightness(1);
}

.panel:hover {
	filter: brightness(1.05);
}

.panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.top-label {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: opacity 0.3s ease;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.top-label {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	opacity: 1;
	transition: opacity 0.3s ease;
	writing-mode: vertical-rl;
	transform: rotate(0deg);
	z-index: 2;
	/* background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%); */
	padding: 8px 15px;
	border-radius: 5px;
	max-height: 80%;
	white-space: nowrap;
}


/* 新增展开时标签动画 */
.panel.active .top-label {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s ease;
}

.content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
	color: white;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.4s ease 0.2s;
}

.panel.active .top-label {
	opacity: 0;
}

.panel.active .content {
	opacity: 1;
	transform: translateY(0);
}

.content h2 {
	margin-bottom: 15px;
	font-size: 1.8em;
}

.content p {
	font-size: 1em;
	line-height: 1.6;
	opacity: 0.9;
}

/* <!-- 文章图文展示 --> */
.same_con {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 25px;
	margin-top: 30px; */
}

.same_pic li {
	list-style: none;
}

.practice_m.same_wordStyle li {
	list-style: none;
}

.practice_r li {
	list-style: none;
}
