﻿.banners-pc {
	clear: both;
	height: 640px;
}

.banners-pc .frame {
	height: 640px;
	background: no-repeat center center;
	background-size: cover;
}

.banners-mb {
	display: none;
	clear: both;
	height: 640px;
}

.banners-mb div {
	height: 100%;
}

.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}

/* 搜索导航区域 */
.bom_nav {
	padding: 30px 0;
	background: #acaaaa;
	clear: both;
}

.bom_nav .g_cw {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bom_nav .left {
	width: 100%;
	max-width: 600px;
}

.bom_nav .list {
	display: flex;
	align-items: center;
	gap: 0;
}

.bom_nav .search-form {
	display: flex;
	width: 100%;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.bom_nav .li1 {
	flex: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bom_nav .search-input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 2px solid #dedede;
	border-right: none;
	border-radius: 6px 0 0 6px;
	font-size: 14px;
	color: #4d4d4f;
	background: #fff;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.bom_nav .search-input:focus {
	border-color: #08c1b2;
	outline: none;
}

.bom_nav .search-input::placeholder {
	color: #999;
	font-size: 13px;
}

.bom_nav .li5 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bom_nav .search-btn {
	height: 50px;
	min-width: 90px;
	padding: 0 30px;
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	border: none;
	border-radius: 0 6px 6px 0;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	box-sizing: border-box;
}

.bom_nav .search-btn:hover {
	background: linear-gradient(135deg, #06a89a 0%, #058e81 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(8, 193, 178, 0.3);
}

.bom_nav .search-btn:active {
	transform: translateY(0);
}

/* 响应式适配 */
@media (max-width: 768px) {
	.bom_nav {
		padding: 20px 0;
	}

	.bom_nav .left {
		max-width: 100%;
		padding: 0 10px;
	}

	.bom_nav .search-input {
		height: 45px;
		padding: 0 15px;
		font-size: 13px;
	}

	.bom_nav .search-btn {
		height: 45px;
		min-width: 70px;
		padding: 0 20px;
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.bom_nav {
		padding: 15px 0;
	}

	.bom_nav .left {
		padding: 0 15px;
	}

	.bom_nav .search-input {
		height: 42px;
		padding: 0 12px;
		font-size: 12px;
	}

	.bom_nav .search-btn {
		height: 42px;
		min-width: 60px;
		padding: 0 15px;
		font-size: 12px;
	}

	.bom_nav .search-input::placeholder {
		font-size: 12px;
	}
}

.service {}

.service .brief {
	margin: 50px 0;
	text-align: center;
	font-size: 12px;
	color: #6c6c6f;
	line-height: 25px;
}

.service .se_list {
	margin-left: -115px;
}

.service .se_list .list {}

.service .se_list .list li {
	margin-bottom: 50px;
	padding-left: 115px;
	width: 25%;
	text-align: center;
}

.service .se_list .list .no {
	margin-bottom: 0;
}

.service .se_list .list li a .pic {
	margin-bottom: 20px;
}

.service .se_list .list li a .l1 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #5d5d5f;
	overflow: hidden;
	height: 1.5em;
}

.service .se_list .list li a .l2 {
	font-size: 12px;
	color: #aeaeaf;
	line-height: 25px;
	overflow: hidden;
	height: 4em;
}

.service .se_list .list li .pic {
	margin: 0 auto;
	position: relative;
	background: rgba(8, 193, 178, 0);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 300px;
	font-size: 0;
	transition: ease .3s;
}

.service .se_list .list li .pic .se_ct {
	position: relative;
	z-index: -1;
	border-radius: 300px;
}

.service .se_list .list li .ico {
	margin: 0 auto;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	right: 0;
	width: 40px;
	display: none;
}

.service .se_list .list li:hover .pic {
	background: rgba(8, 193, 178, 0.9);
	transition: ease .3s;
}

.service .se_list .list li:hover .ico {
	display: inline-block;
	transition: ease .3s;
}

@media (max-width: 1060px) {
	.service .se_list .list li:nth-child(5) {
		clear: both;
	}
}

@media (max-width: 1024px) {
	.banners-pc {
		display: none;
	}

	.banners-mb {
		display: block;
	}

	.service .se_list .list li {
		width: 33.33%;
	}

	.service .se_list .list li:nth-child(5) {
		clear: none;
	}

	.service .se_list .list li:nth-child(7) {
		clear: both;
	}
}

@media (max-width: 770px) {
	.service .se_list .list li:nth-child(4) {
		clear: both;
	}
}

@media (max-width: 667px) {
	.service .se_list .list li {
		width: 50%;
	}

	.service .se_list .list li:nth-child(3) {
		clear: both;
	}

	.service .se_list .list li:nth-child(4) {
		clear: none;
	}
}

@media (max-width: 490px) {
	.service .se_list .list li {
		width: 100%;
		float: none;
	}

	.service .se_list .list li .pic {
		width: 50%;
	}

	.service .se_list .list li .pic .se_ct {
		width: 100%;
	}

	.service .se_list .list .no {
		margin-bottom: 50px;
	}

	.service .se_list .list .no_a {
		margin-bottom: 0;
	}
}

/*news 新闻列表区域 - 重新设计*/
.news {
	background: #fff;
}

.news .news_list {
	margin-top: 60px;
}

/* 列表容器 - 使用 Flexbox 布局 */
.news .news_list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	width: 100%;
}

/* 新闻项 - 50%双列布局 */
.news .news_list .list li {
	width: calc(50% - 15px);
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	list-style: none;
}

/* 链接容器 */
.news .news_list .list li .box {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* 日期框 */
.news .news_list .list li .riqi {
	flex-shrink: 0;
	width: 70px;
	background: #f5f7f8;
	text-align: center;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.news .news_list .list li .riqi .ri {
	padding: 12px 10px;
	font-size: 24px;
	font-weight: 600;
	color: #656566;
	line-height: 1;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease;
}

.news .news_list .list li .riqi .na {
	padding: 8px 10px;
	font-size: 12px;
	color: #999;
	line-height: 1;
	transition: all 0.3s ease;
}

/* 文字内容区域 */
.news .news_list .list li .mode {
	flex: 1;
	min-width: 0;
}

.news .news_list .list li .mode .p1 {
	margin-bottom: 12px;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.news .news_list .list li .mode .p2 {
	font-size: 13px;
	color: #999;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Hover 效果 */
.news .news_list .list li:hover .riqi {
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	transform: translateY(-2px);
}

.news .news_list .list li:hover .riqi .ri,
.news .news_list .list li:hover .riqi .na {
	color: #fff;
}

.news .news_list .list li:hover .mode .p1 {
	color: #08c1b2;
}

/* 查看更多按钮 */
.news .ne_tj {
	margin-top: 50px;
	text-align: center;
	clear: both;
}

.news .ne_tj .mo {
	display: inline-block;
	padding: 12px 35px;
	font-size: 13px;
	color: #666;
	border: 2px solid #dedede;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.news .ne_tj .mo:hover {
	background: #08c1b2;
	color: #fff;
	border-color: #08c1b2;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(8, 193, 178, 0.3);
}

/* 平板适配 */
@media (max-width: 1024px) {
	.news .news_list .list {
		gap: 30px 20px;
	}

	.news .news_list .list li {
		width: calc(50% - 10px);
		padding: 20px 0;
	}

	.news .news_list .list li .riqi {
		width: 65px;
		margin-right: 15px;
	}

	.news .news_list .list li .riqi .ri {
		font-size: 22px;
		padding: 10px 8px;
	}
}

/* 手机适配 */
@media (max-width: 768px) {
	.news .news_list {
		margin-top: 40px;
	}

	.news .news_list .list {
		gap: 25px 0;
	}

	.news .news_list .list li {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.news .news_list .list li:last-child {
		border-bottom: none;
	}

	.news .news_list .list li .riqi {
		width: 60px;
		margin-right: 15px;
	}

	.news .news_list .list li .riqi .ri {
		font-size: 20px;
		padding: 10px 5px;
	}

	.news .news_list .list li .riqi .na {
		font-size: 11px;
		padding: 6px 5px;
	}

	.news .news_list .list li .mode .p1 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.news .news_list .list li .mode .p2 {
		font-size: 12px;
	}

	.news .ne_tj {
		margin-top: 40px;
	}

	.news .ne_tj .mo {
		padding: 10px 30px;
		font-size: 12px;
	}
}

/*team*/
.team {
	padding: 40px 0;
	background: url(../img/tm_ct1.jpg) no-repeat center center;
	overflow: hidden;
	background-size: cover;
}

.team .g_title p {
	color: #fff;
}

.team .g_cw {
	position: relative;
	text-align: center;
}

.team .list {
	margin-top: 60px;
}

.team .list li {
	text-align: center;
}

.team .list li>a>p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.team .list li .te_ct {
	position: relative;
	width: 200px;
	height: 200px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 300px;
	display: inline-block;
	overflow: hidden;
}

.team .list li .te_ct .bj {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(8, 193, 178, 0.5);
	opacity: 0;
	transition: ease .3s;
}

.team .list li .te_ct .ico {
	margin: 0 auto;
	margin-top: -15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 40px;
}

.team .list li .ico {
	margin: 10px 0 15px 0;
	width: 90px;
	display: inline-block;
	font-size: 0;
}

.team .list li .l1 {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.team .list li:hover .te_ct .bj {
	opacity: 1;
}

.team .lt {
	position: absolute;
	left: 0;
	top: 35%;
}

.team .rt {
	position: absolute;
	right: 0;
	top: 35%;
}

.team .te_tj {
	margin-top: 70px;
	text-align: center;
	display: inline-block;
}

.team .te_tj .mo {
	padding: 12px 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border: solid rgba(204, 204, 204, 1) 1px;
	display: inline-block;
}

.team .te_tj a:hover {
	color: #08c1b2;
	background: #fff;
	border: solid #fff 1px;
}

.team .one .list li {
	padding: 0 30px;
}

.team .two {
	display: none;
}

.team .two .list li {
	width: 33.33%;
	float: left;
}

@media (max-width: 1024px) {
	.team .one {
		display: none;
	}

	.team .two {
		display: block;
	}

	.team .two .list li {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}

@media (max-width: 900px) {
	.team .two .list li .l2 {
		padding: 0 20px;
	}

	.team .two .list li {
		margin-bottom: 40px;
		width: 50%;
	}

	.team .te_tj {
		clear: both;
		display: block;
	}

	.team .list li:nth-child(3) {
		display: none;
	}
}

@media (max-width: 490px) {
	.team .two .list li {
		width: 100%;
	}

	.team .two .list li:nth-child(2) {
		display: none;
	}
}

._slick2 .slick-prev {
	left: -30px;
	opacity: 0.7;
	background: transparent;
}

._slick2 .slick-next {
	right: -30px;
	opacity: 0.7;
	background: transparent;
}

._slick2 .slick-prev:before {
	font-size: 50px;
}

._slick2 .slick-next:before {
	font-size: 50px;
}

._slick2 .slick-prev:hover {
	opacity: 1;
}

._slick2 .slick-next:hover {
	opacity: 1;
}

/* ==================== 文章内容样式 ==================== */
/* 表格样式 */
.article-body table,
.det-text table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.article-body table th,
.det-text table th {
	background: linear-gradient(135deg, #00a799 0%, #03a89e 100%);
	color: #fff;
	padding: 14px 16px;
	font-weight: 600;
	text-align: left;
}

.article-body table td,
.det-text table td {
	padding: 12px 16px;
	border-bottom: 1px solid #e5e7eb;
}

.article-body table tr:last-child td,
.det-text table tr:last-child td {
	border-bottom: none;
}

.article-body table tr:hover,
.det-text table tr:hover {
	background: #f9fafb;
}

/* 移动端表格适配 */
@media (max-width: 768px) {

	.article-body table,
	.det-text table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* pre 代码块样式 */
.article-body pre,
.det-text pre {
	background: #1e293b;
	color: #e2e8f0;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	overflow-x: auto;
	font-family: 'Consolas', 'Monaco', monospace;
	font-size: 0.875rem;
	line-height: 1.6;
	position: relative;
}

.article-body pre::before,
.det-text pre::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ef4444;
	box-shadow: 20px 0 0 #fbbf24, 40px 0 0 #22c55e;
}

/* 行内代码 */
.article-body code,
.det-text code {
	background: #f1f5f9;
	color: #00a799;
	padding: 2px 8px;
	border-radius: 4px;
	font-family: monospace;
	font-size: 0.9em;
}

.article-body pre code,
.det-text pre code {
	background: transparent;
	color: inherit;
	padding: 0;
}

/* 分页样式覆盖 */
.pagination-wrapper {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.pagination-wrapper .pagination {
	display: flex;
	list-style: none;
	gap: 8px;
	padding: 0;
}

.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	background: #fff;
	transition: all 0.3s ease;
}

.pagination-wrapper .pagination li a:hover {
	background: linear-gradient(135deg, #00a799 0%, #03a89e 100%);
	color: #fff;
	border-color: #00a799;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 167, 153, 0.3);
}

.pagination-wrapper .pagination li.active span {
	background: linear-gradient(135deg, #00a799 0%, #03a89e 100%);
	color: #fff;
	border-color: #00a799;
}

/* ==================== 列表页样式 ==================== */
/* Banner 样式 */
.banner-pc-n {
	clear: both;
	height: 400px;
}

.banner-pc-n .frame {
	height: 400px;
	background: no-repeat center center;
	background-size: cover;
}

.banner-pc-m {
	display: none;
	clear: both;
	height: 400px;
}

.banner-pc-m .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}

@media (max-width: 1024px) {
	.banner-pc-n {
		display: none;
	}

	.banner-pc-m {
		display: block;
	}
}

/* 栏目导航 */
.bom_a_nav {
	background: #f5f7f8;
	border-bottom: 1px solid #e4e4e4;
}

.bom_a_nav .g_cw {
	padding: 0;
}

.bom_a_nav .nav_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bom_a_nav .nav_a li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bom_a_nav .nav_a li a {
	display: block;
	padding: 15px 30px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

.bom_a_nav .nav_a li a:hover,
.bom_a_nav .nav_a li a.on {
	color: #08c1b2;
	background: #fff;
	border-bottom-color: #08c1b2;
}

@media (max-width: 768px) {
	.bom_a_nav .nav_a {
		justify-content: flex-start;
	}

	.bom_a_nav .nav_a li a {
		padding: 12px 20px;
		font-size: 13px;
	}
}

/* 列表页新闻样式 */
.news_home {
	padding: 40px 0 60px;
	background: #fff;
}

.news_home .lt {
	margin-left: -35px;
}

.news_home .list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_home .list li {
	width: 33.33%;
	padding-left: 35px;
	margin-bottom: 30px;
	box-sizing: border-box;
	list-style: none;
}

.news_home .list li .box {
	display: block;
	padding: 30px;
	background: #f2f2f2;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
	height: 100%;
	box-sizing: border-box;
}

.news_home .list li .box:hover {
	background: #e8e8e8;
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news_home .list li .box .title_b {
	border-bottom: 1px dotted #b8b8b8;
	text-align: center;
	padding-bottom: 18px;
}

.news_home .list li .box .title_b .p1 {
	font-size: 16px;
	color: #555;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.news_home .list li .box .title_b em {
	font-size: 12px;
	color: #a0a0a0;
	font-style: normal;
}

.news_home .list li .box .mode {
	margin-top: 20px;
}

.news_home .list li .box .mode .pic {
	margin: 0 0 20px 0;
	border-radius: 4px;
	overflow: hidden;
}

.news_home .list li .box .mode .p2 {
	font-size: 14px;
	color: #707070;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 4.5em;
	margin-bottom: 10px;
}

.news_home .list li .box .mode .me {
	float: right;
	font-size: 12px;
	color: #999;
	font-style: normal;
	transition: all 0.3s ease;
}

.news_home .list li:hover .box .mode .me {
	color: #08c1b2;
}

/* 分页样式 */
.news_home .pagination-wrapper {
	clear: both;
	margin-top: 50px;
	text-align: center;
}

/* 响应式适配 */
@media (max-width: 1024px) {
	.news_home .lt {
		margin-left: -10px;
	}

	.news_home .list li {
		padding-left: 10px;
	}
}

@media (max-width: 860px) {
	.news_home .list li {
		width: 50%;
	}
}

@media (max-width: 667px) {
	.news_home {
		padding: 30px 0;
	}

	.news_home .lt {
		margin-left: 0;
	}

	.news_home .list li {
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.news_home .list li .box {
		padding: 20px;
	}

	.news_home .list li .box .mode .pic {
		margin-bottom: 15px;
	}
}

/* 无内容样式 */
.no-content {
	padding: 60px 0;
	text-align: center;
}

.no-content p {
	font-size: 16px;
	color: #999;
}

/* ==================== 详情页样式 ==================== */
.news_details {
	padding: 40px 0 60px;
	background: #fff;
}

.news_details .left {
	float: left;
	width: 100%;
}

.news_details .left .title_b {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.news_details .left .title_b .p1 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}

.news_details .left .title_b em {
	font-size: 13px;
	color: #999;
	font-style: normal;
	display: block;
}

/* 文章内容区域 */
.news_details .g_content {
	font-size: 16px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 40px;
}

.news_details .g_content p {
	margin-bottom: 20px;
	text-indent: 2em;
}

.news_details .g_content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
	border-radius: 4px;
}

.news_details .g_content h1,
.news_details .g_content h2,
.news_details .g_content h3,
.news_details .g_content h4 {
	margin: 30px 0 20px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.news_details .g_content h1 {
	font-size: 28px;
}

.news_details .g_content h2 {
	font-size: 24px;
}

.news_details .g_content h3 {
	font-size: 20px;
}

.news_details .g_content h4 {
	font-size: 18px;
}

.news_details .g_content ul,
.news_details .g_content ol {
	margin: 20px 0;
	padding-left: 2em;
}

.news_details .g_content li {
	margin-bottom: 10px;
	line-height: 1.8;
}

.news_details .g_content blockquote {
	margin: 20px 0;
	padding: 15px 20px;
	background: #f5f7f8;
	border-left: 4px solid #08c1b2;
	color: #666;
	font-style: italic;
}

/* 表格样式 - 完全自适应 */
.news_details .g_content table,
.g_content table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: table;
}

.news_details .g_content table th,
.g_content table th {
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	padding: 14px 16px;
	font-weight: 600;
	text-align: left;
	font-size: 14px;
}

.news_details .g_content table td,
.g_content table td {
	padding: 12px 16px;
	border-bottom: 1px solid #e5e7eb;
	color: #555;
	font-size: 14px;
}

.news_details .g_content table tr:last-child td,
.g_content table tr:last-child td {
	border-bottom: none;
}

.news_details .g_content table tr:hover,
.g_content table tr:hover {
	background: #f9fafb;
}

/* 表格移动端自适应 */
@media (max-width: 768px) {

	.news_details .g_content table,
	.g_content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border-radius: 4px;
	}

	.news_details .g_content table th,
	.g_content table th {
		padding: 10px 12px;
		font-size: 13px;
		white-space: nowrap;
	}

	.news_details .g_content table td,
	.g_content table td {
		padding: 10px 12px;
		font-size: 13px;
		white-space: nowrap;
	}
}

/* pre 代码块样式 - 完全自适应 */
.news_details .g_content pre,
.g_content pre {
	background: #1e293b;
	color: #e2e8f0;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
	overflow-x: auto;
	font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.news_details .g_content pre::before,
.g_content pre::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ef4444;
	box-shadow: 20px 0 0 #fbbf24, 40px 0 0 #22c55e;
}

.news_details .g_content pre code,
.g_content pre code {
	background: transparent;
	color: inherit;
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	font-family: inherit;
}

/* 行内代码 */
.news_details .g_content code,
.g_content code {
	background: #f1f5f9;
	color: #08c1b2;
	padding: 2px 8px;
	border-radius: 4px;
	font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
	font-size: 0.9em;
}

/* 代码块移动端优化 */
@media (max-width: 768px) {

	.news_details .g_content pre,
	.g_content pre {
		padding: 15px;
		font-size: 12px;
		border-radius: 4px;
	}

	.news_details .g_content pre::before,
	.g_content pre::before {
		display: none;
	}

	.news_details .g_content code,
	.g_content code {
		font-size: 0.85em;
		padding: 1px 6px;
	}
}

/* 版权信息 */
.article-copyright {
	margin: 40px 0;
	padding: 20px;
	background: #f9fafb;
	border-left: 4px solid #08c1b2;
	border-radius: 4px;
}

.article-copyright p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 8px;
}

.article-copyright p:last-child {
	margin-bottom: 0;
}

.article-copyright a {
	color: #08c1b2;
	text-decoration: none;
	word-break: break-all;
}

.article-copyright a:hover {
	text-decoration: underline;
}

.article-copyright strong {
	color: #333;
	font-weight: 600;
}

/* 上一篇/下一篇导航 */
.article-nav {
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.article-nav .nav-item {
	padding: 10px 0;
	display: flex;
	align-items: flex-start;
}

.article-nav .nav-item .label {
	flex-shrink: 0;
	font-size: 14px;
	color: #999;
	margin-right: 10px;
	font-weight: 500;
}

.article-nav .nav-item a {
	flex: 1;
	font-size: 14px;
	color: #555;
	text-decoration: none;
	transition: color 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-nav .nav-item a:hover {
	color: #08c1b2;
}

.article-nav .nav-item .none {
	flex: 1;
	font-size: 14px;
	color: #ccc;
}

/* 返回列表按钮 */
.news_details .mo {
	margin-top: 30px;
	text-align: center;
}

.news_details .mo a {
	display: inline-block;
	padding: 12px 50px;
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.news_details .mo a:hover {
	background: linear-gradient(135deg, #06a89a 0%, #058e81 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(8, 193, 178, 0.3);
}

/* 相关推荐区域 */
.related-articles {
	margin: 50px 0 30px;
	padding: 30px;
	background: #f9fafb;
	border-radius: 8px;
}

.related-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #08c1b2;
}

.related-title {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin: 0;
	position: relative;
	padding-left: 15px;
}

.related-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 20px;
	background: #08c1b2;
	border-radius: 2px;
}

.related-more a {
	font-size: 14px;
	color: #08c1b2;
	text-decoration: none;
	transition: all 0.3s ease;
}

.related-more a:hover {
	color: #06a89a;
	transform: translateX(3px);
}

.related-list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-list .list li {
	width: calc(33.33% - 14px);
	list-style: none;
	margin: 0;
}

.related-list .list li .box {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	height: 100%;
}

.related-list .list li .box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(8, 193, 178, 0.15);
}

.related-list .list li .thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f0f0f0;
}

.related-list .list li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.related-list .list li .box:hover .thumb img {
	transform: scale(1.1);
}

.related-list .list li .info {
	padding: 20px;
}

.related-list .list li .info .title {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 3em;
	transition: color 0.3s ease;
}

.related-list .list li .box:hover .info .title {
	color: #08c1b2;
}

.related-list .list li .info .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0 0 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 2.8em;
}

.related-list .list li .info .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
}

.related-list .list li .info .meta .date {
	font-size: 13px;
	color: #999;
}

/* 相关推荐响应式 */
@media (max-width: 1024px) {
	.related-list .list li {
		width: calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.related-articles {
		padding: 20px;
		margin: 30px 0 20px;
	}

	.related-header {
		margin-bottom: 20px;
	}

	.related-title {
		font-size: 18px;
	}

	.related-list .list {
		gap: 15px;
	}

	.related-list .list li {
		width: 100%;
	}

	.related-list .list li .thumb {
		height: 200px;
	}

	.related-list .list li .info {
		padding: 15px;
	}

	.related-list .list li .info .title {
		font-size: 15px;
	}

	.related-list .list li .info .desc {
		font-size: 13px;
	}
}

/* 响应式适配 */
@media (max-width: 768px) {
	.news_details {
		padding: 30px 0;
	}

	.news_details .left .title_b .p1 {
		font-size: 20px;
	}

	.news_details .g_content {
		font-size: 15px;
	}

	.news_details .g_content h1 {
		font-size: 22px;
	}

	.news_details .g_content h2 {
		font-size: 20px;
	}

	.news_details .g_content h3 {
		font-size: 18px;
	}

	.news_details .g_content h4 {
		font-size: 16px;
	}

	.article-nav .nav-item {
		flex-direction: column;
	}

	.article-nav .nav-item .label {
		margin-bottom: 5px;
	}

	.article-nav .nav-item a,
	.article-nav .nav-item .none {
		white-space: normal;
		word-break: break-all;
	}

	.article-copyright {
		padding: 15px;
	}

	.article-copyright p {
		font-size: 13px;
	}

	.news_details .mo a {
		padding: 10px 40px;
		font-size: 13px;
	}
}

/* ==================== 搜索页样式 ==================== */
.search-results {
	padding: 40px 0 60px;
	background: #fff;
}

/* 搜索信息 */
.search-info {
	margin-bottom: 30px;
	padding: 20px;
	background: #f9fafb;
	border-left: 4px solid #08c1b2;
	border-radius: 4px;
}

.search-info p {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.search-keyword strong {
	color: #08c1b2;
	font-size: 16px;
}

.search-count strong {
	color: #08c1b2;
	font-weight: 600;
}

/* 无结果样式 */
.no-results {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 40px;
}

.no-results-icon {
	font-size: 80px;
	color: #e5e7eb;
	margin-bottom: 20px;
}

.no-results-title {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}

.no-results-tips {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.no-results-suggestions {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: left;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.no-results-suggestions li {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #f0f0f0;
}

.no-results-suggestions li::before {
	content: '• ';
	color: #08c1b2;
	font-weight: bold;
	margin-right: 10px;
}

.no-results-suggestions li:last-child {
	border-bottom: none;
}

.no-results-actions {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.no-results-actions .btn-primary,
.no-results-actions .btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 30px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.no-results-actions .btn-primary {
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	border: none;
}

.no-results-actions .btn-primary:hover {
	background: linear-gradient(135deg, #06a89a 0%, #058e81 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(8, 193, 178, 0.3);
}

.no-results-actions .btn-secondary {
	background: #fff;
	color: #666;
	border: 2px solid #dedede;
}

.no-results-actions .btn-secondary:hover {
	background: #f5f7f8;
	border-color: #08c1b2;
	color: #08c1b2;
}

/* 热门推荐 */
.hot-recommend {
	margin-top: 50px;
}

.hot-recommend .recommend-title {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 25px;
	padding-left: 15px;
	position: relative;
}

.hot-recommend .recommend-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 20px;
	background: #08c1b2;
	border-radius: 2px;
}

.hot-recommend .recommend-title i {
	color: #ff6b6b;
	margin-right: 8px;
}

/* 搜索页响应式 */
@media (max-width: 768px) {
	.search-results {
		padding: 30px 0;
	}

	.search-info {
		padding: 15px;
		margin-bottom: 20px;
	}

	.no-results {
		padding: 40px 15px;
	}

	.no-results-icon {
		font-size: 60px;
	}

	.no-results-title {
		font-size: 20px;
	}

	.no-results-actions {
		flex-direction: column;
	}

	.no-results-actions .btn-primary,
	.no-results-actions .btn-secondary {
		width: 100%;
		justify-content: center;
	}
}

/* ==================== 404 错误页样式 ==================== */
.error-page {
	min-height: 60vh;
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #f9fafb 100%);
}

.error-content {
	text-align: center;
	padding: 60px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin-bottom: 50px;
}

.error-icon {
	margin-bottom: 30px;
}

.error-number {
	font-size: 120px;
	font-weight: 700;
	color: #08c1b2;
	line-height: 1;
	display: block;
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.error-title {
	font-size: 32px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}

.error-message {
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
	line-height: 1.6;
}

.error-actions {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.error-actions .btn-primary,
.error-actions .btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 35px;
	font-size: 15px;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.error-actions .btn-primary {
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	border: none;
}

.error-actions .btn-primary:hover {
	background: linear-gradient(135deg, #06a89a 0%, #058e81 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(8, 193, 178, 0.3);
}

.error-actions .btn-secondary {
	background: #fff;
	color: #666;
	border: 2px solid #dedede;
}

.error-actions .btn-secondary:hover {
	background: #f5f7f8;
	border-color: #08c1b2;
	color: #08c1b2;
	transform: translateY(-2px);
}

/* 404页面搜索框 */
.error-search {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 1px solid #e5e7eb;
}

.error-search .search-tip {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.error-search .search-form {
	display: flex;
	gap: 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
}

.error-search .search-input {
	flex: 1;
	height: 50px;
	padding: 0 20px;
	border: 2px solid #dedede;
	border-right: none;
	font-size: 14px;
	color: #333;
	outline: none;
}

.error-search .search-input:focus {
	border-color: #08c1b2;
}

.error-search .search-btn {
	height: 50px;
	padding: 0 30px;
	background: linear-gradient(135deg, #08c1b2 0%, #06a89a 100%);
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 6px;
}

.error-search .search-btn:hover {
	background: linear-gradient(135deg, #06a89a 0%, #058e81 100%);
}

/* 404页面推荐列表 */
.error-page .hot-recommend {
	margin-top: 0;
}

.error-page .recommend-list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.error-page .recommend-list .list li {
	width: calc(33.33% - 14px);
	list-style: none;
	margin: 0;
}

.error-page .recommend-list .list li .box {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	height: 100%;
}

.error-page .recommend-list .list li .box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(8, 193, 178, 0.15);
}

.error-page .recommend-list .list li .thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f0f0f0;
}

.error-page .recommend-list .list li .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.error-page .recommend-list .list li .box:hover .thumb img {
	transform: scale(1.1);
}

.error-page .recommend-list .list li .info {
	padding: 20px;
}

.error-page .recommend-list .list li .info .title {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 3em;
	transition: color 0.3s ease;
}

.error-page .recommend-list .list li .box:hover .info .title {
	color: #08c1b2;
}

.error-page .recommend-list .list li .info .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0 0 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 2.8em;
}

.error-page .recommend-list .list li .info .meta {
	display: flex;
	align-items: center;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
}

.error-page .recommend-list .list li .info .meta .date {
	font-size: 13px;
	color: #999;
}

.error-page .recommend-list .list li .info .meta .date i {
	margin-right: 5px;
}

/* 404页面响应式 */
@media (max-width: 1024px) {
	.error-page .recommend-list .list li {
		width: calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.error-page {
		padding: 40px 0;
	}

	.error-content {
		padding: 40px 20px;
	}

	.error-number {
		font-size: 80px;
	}

	.error-title {
		font-size: 24px;
	}

	.error-message {
		font-size: 14px;
	}

	.error-actions {
		flex-direction: column;
	}

	.error-actions .btn-primary,
	.error-actions .btn-secondary {
		width: 100%;
		justify-content: center;
	}

	.error-search .search-form {
		flex-direction: column;
	}

	.error-search .search-input {
		border-right: 2px solid #dedede;
		border-radius: 6px 6px 0 0;
	}

	.error-search .search-btn {
		border-radius: 0 0 6px 6px;
		justify-content: center;
	}

	.error-page .recommend-list .list {
		gap: 15px;
	}

	.error-page .recommend-list .list li {
		width: 100%;
	}

	.error-page .recommend-list .list li .thumb {
		height: 200px;
	}

	.error-page .recommend-list .list li .info {
		padding: 15px;
	}
}