/**
 * 农业圈 - 统一样式表
 * 整合所有页面样式
 */

/* 全局样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	color: #333;
	line-height: 1.6;
	background-color: #fff;
}
.logo-text{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.fontjc {
	font-weight: bold !important;
}
.homepage-title, .homepage-titleb {
	font-size: 22px;
	font-weight: bold;
	color: #06a496;
	font-family: '微软雅黑', sans-serif;
	line-height: 32px;
	padding-bottom: 6px;
}
.homepage-title {
	padding-top: 20px;
}
.homepage-titleb {
	padding-top: 0;
}
.separator {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	padding-left: 10px;
}
.subcategories {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.section-title-container {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: '微软雅黑', sans-serif;
	line-height: 32px;
}
.highlight {
	color: #06a496;
}
mark {
	padding: 0.1875em;
	background-color: #f8f8f8;
	color: #06a496;
}

/* 通用链接样式 */
a {
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #06a496;
}

/* 文章内容区域链接样式 */
.article-content a {
	color: inherit;
}

.article-content a:hover {
	color: #06a496;
	text-decoration: none;
}
/* 顶部导航栏 */
.header-top {
	background-color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.logo-section {
	display: flex;
	align-items: center;
}
.logo-section a {
	display: flex;
	align-items: center;
}
.logo-section img {
	width: 50px;
	height: 50px;
	margin-right: 4px;
}
.logo-section h1 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.logo-section h1 a {
	color: #333;
	text-decoration: none;
}
.search-bar {
	position: relative;
	border: 1px solid #cfd4db;
	border-radius: 100px;
	background: #fff;
	width: 300px;
	display: flex;
	align-items: center;
}
.search-bar input {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 45px;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 36px;
	outline: none;
	cursor: text;
}
.search-bar input:hover {
	cursor: text;
}
.search-bar button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 15px;
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.search-bar button:hover {
	color: #06a496;
}

/* 隐藏搜索框标签 */
.search-bar label {
	display: none;
}
/* 导航菜单 */
.nav-menu {
	background-color: #06a496;
}
.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.nav-container::-webkit-scrollbar {
	display: none;
}
.nav-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
	width: auto;
	line-height: 1;
}
.nav-links li {
	flex: 1;
	text-align: center;
	margin: 0;
}
.nav-links a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	padding: 14px 5px;
	width: 100%;
	transition: color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav-links a:hover {
	color: #f0f0f0;
	background-color: rgba(255, 255, 255, 0.1);
}
.nav-links a.active {
	background-color: #068d81;
	font-weight: bold;
}
/* 主内容区域 */
.main-content {
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
	display: flex;
	gap: 60px;
}
.main-contentb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	gap: 40px;
}
.main-sub-content {
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
}
/* ============================================
   首页网格布局
   ============================================ */
.content-grid {
	display: grid;
	grid-template-columns: 808fr 808fr 576fr;
	gap: 23px;
	margin-bottom: 0;
}
.section-grid {
	display: grid;
	grid-template-columns: 1616fr 576fr;
	gap: 20px;
	/* margin-bottom: 10px; */
}
.section-left {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}
.section-left .section-title {
	grid-column: 1 / -1;
	margin-bottom: 0;
	height: 34px;
}
.grid-item, .section-content {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 0;
}
/* ============================================
   标题样式
   ============================================ */
.section-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #06a496;
	margin-bottom: 20px;
	position: relative;
	font-family: '微软雅黑', sans-serif;
	padding-bottom: 0;
	line-height: 32px;
}
 .section-title::after {
 content: '';
 position: absolute;
 left: 0;
 top: 100%;
 height: 2px;
 background-color: #06a496;
 width: 100%;
}
.more-link {
	color: #333;
	font-size: 14px;
	float: right;
	text-decoration: none;
	font-weight: 400;
	margin-left: 10px;
	transition: color 0.3s ease;
}
.section-title h3 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	vertical-align: middle;
}
.section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-title > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
/* 新的section-title结构样式 */
.section-title-container {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: '微软雅黑', sans-serif;
	padding-bottom: 0;
	line-height: 32px;
	display: inline-block;
	margin-right: 15px;
}
.subcategories {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.subcategories h3 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	vertical-align: middle;
}
.more-link:hover {
	color: #06a496;
	text-decoration: none;
}
/* 新闻列表 */
.news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-list li {
	padding-bottom: 12px;
}
.news-list li:first-child a > .news-title {
	font-weight: 500;
}
.news-list a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	font-family: '微软雅黑', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}
.news-list a:hover {
	color: #06a496;
	text-decoration: none;
}
.news-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
}
.news-date {
	font-size: 10px;
	color: #999;
	display: block;
	margin-top: 3px;
}
/* 大图新闻 */
.big-img-news {
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 210px;
}
.big-img-news a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.big-img-news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	display: block;
}
.big-img-news:hover img {
	transform: scale(1.05);
}
.big-img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	color: #fff;
	padding: 12px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	font-family: '微软雅黑', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ============================================
   热门新闻
   ============================================ */
.hot-news-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hot-news-item {
	display: flex;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	align-items: center;
	transition: background-color 0.3s ease;
	gap: 10px;
}
.hot-news-itemb {
	display: flex;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	align-items: center;
	transition: background-color 0.3s ease;
	gap: 10px;
}
.hot-news-item article {
	display: flex;
	gap: 10px;
	width: 100%;
}
.hot-news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.hot-news-itemb:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.hot-news-img {
	width: 120px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
	display: block;
	position: relative;
}
.hot-news-img a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.hot-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	margin: 0;
	padding: 0;
	transition: transform 0.3s ease;
}
/* aside区图片设置为80pxX80px */
aside .hot-news-img {
	width: 90px;
	height: 70px;
}
.hot-news-content {
	flex: 1;
}
.hot-news-content h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	font-family: '微软雅黑', sans-serif;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}
.hot-news-content h3 a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: initial;
	font-family: '微软雅黑', sans-serif;
	line-height: 1.5;
	overflow: visible;
	text-overflow: initial;
	white-space: normal;
	transition: color 0.3s ease;
}
.hot-news-content h3 a:hover {
	color: #06a496;
}
.hot-news-date {
	font-size: 12px;
	color: #999;
	margin-top: 6px;
	font-family: '微软雅黑', sans-serif;
	display: flex;
	align-items: center;
}

.hot-news-date .news-item-category {
	margin-right: 10px;
}
/* ============================================
   行情资讯
   ============================================ */
.price-info {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* ============================================
   分页样式
   ============================================ */
.pagination {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
.pagination li a {
	display: inline-block;
	padding: 8px 16px;
	color: #666;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.pagination li a:hover {
	background-color: #f5f5f5;
	color: #06a496;
	border-color: #06a496;
}
.pagination li.active a {
	background-color: #06a496;
	color: #fff;
	border-color: #06a496;
}
.pagination li.disabled a {
	pointer-events: none;
	opacity: 0.5;
}
.pagination li.ellipsis {
	padding: 8px 12px;
	color: #666;
	cursor: default;
}
/* ============================================
   轮播图样式
   ============================================ */
.carousel {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 0;
	padding-bottom: 32.2222%;
	background: #ededed;
	margin-top: 0px;
}
.carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.carousel-item.active {
	display: block;
}
.carousel-image {
	width: 60%;
	height: 100%;
	object-fit: cover;
	display: block;
	float: right;
}
.carousel-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	color: #333;
	width: 40%;
	padding-bottom: 70px;
}
.carousel-title {
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	margin: 30px 0;
}
.carousel-title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}
.carousel-title a:hover {
	color: #068d81;
}
.carousel-meta {
	font-size: 14px;
	color: #999;
}
.carousel-meta span {
	margin-right: 20px;
}
.carousel-nav {
	position: absolute;
	bottom: 40px;
	left: 30px;
	display: flex;
	gap: 10px;
}
.carousel-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #bebebe;
	cursor: pointer;
}
.carousel-dot.active {
	background-color: #068d81;
}
/* ============================================
   新闻资讯区域
   ============================================ */
.content-left {
	flex: 3;
	background-color: #fff;
	border-radius: 10px;
}
.content-right {
	flex: 1;
}
.news-section-title {
	padding-top: 0px;
}
.news-section-title h4 {
	font-family: "Microsoft YaHei", sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #333;
	margin: 0;
	padding-left: 0;
	color: #06a496;
}
#sectionTitle img {
	height: 25px;
	vertical-align: middle;
	margin-right: 4px;
	padding-bottom: 4px;
}
/* ============================================
   新闻项样式
   ============================================ */
.news-item {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	transition: background-color 0.3s ease;
}
.news-article {
	display: flex;
	align-items: flex-start;
	width: 100%;
	gap: 20px;
}
.news-item:last-child {
	border-bottom: none;
}
.news-item:hover {
	background-color: #f9f9f9;
}
.news-item-img {
	width: 200px;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}
.news-item-img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.news-item:hover .news-item-img img {
	transform: scale(1.05);
}
.news-item-content {
	flex: 1;
}
.news-item-title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item-title a {
  font-size: 20px;
  font-weight: 600;
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	text-overflow: ellipsis;
}
.news-item-title a:hover {
	color: #06a496;
}
.news-item-excerpt {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item-meta {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 14px;
}
.news-item-date {
	margin-right: 15px;
}
.news-item-category {
	color: #06a496;
	font-size: 12px;
	padding: 0px 4px;
	background-color: #e0f3f1;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #e0f3f1;
}
.news-item-category:hover {
	background-color: #f0f9f8;
}
/* ============================================
   侧边栏
   ============================================ */
.sidebar {
	flex: 1;
	min-width: 320px;
}
.sidebar-module {
	background-color: #fff;
	border-radius: 10px;
	padding: 0px 0;
	margin-bottom: 0;
}
.sidebar-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 2px solid #06a496;
	font-family: '微软雅黑', sans-serif;
}
/* ============================================
   热门文章
   ============================================ */
.hot-articles {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hot-article-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 8px;
    padding-bottom: 8px;
	transition: transform 0.3s ease;
}
.hot-article-img {
	width: 100px;
	height: 72px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 4px;
}
.hot-article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hot-article-content {
	flex: 1;
	min-width: 0;
}
.hot-article-content a {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	font-size: 16px;
  font-weight: 500;
	transition: color 0.3s ease;
}
.hot-article-content a:hover {
	color: #06a496;
}
.hot-article-date {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	display: flex;
	gap: 20px;
	align-items: center;
}

/* 推荐阅读部分的日期样式 */
.news-list .hot-article-date {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.hot-article-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.4;
	max-height: 3em;
	font-size: 14px;
	color: #999;
	margin: 6px 0;
}
/* ============================================
   文章详情页
   ============================================ */
.main-article {
	flex: 3;
	min-width: 0;
}
.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 20px;
	font-size: 14px;
	color: #666;
}
.breadcrumb a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}
.breadcrumb a:hover {
	color: #06a496;
}
.breadcrumb-separator {
	margin: 0 8px;
	color: #999;
}
.breadcrumb-current {
	color: #333;
	font-weight: 500;
}
.article-title {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: '微软雅黑', sans-serif;
}
.article-info {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 14px;
	/* margin-bottom: 20px; */
	flex-wrap: wrap;
}
.article-info span {
	margin-right: 25px;
	margin-bottom: 5px;
}
.article-content {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	font-family: '微软雅黑', sans-serif;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
	padding: 0;
	position: relative;
}
.article-content p {
	margin: 15px 0;
	text-align: justify;
	font-size: 18px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4 {
	font-size: 20px;
	margin: 15px 0;
	color: #333;
	font-weight: 600;
}
.article-content h2 {
	font-size: 24px;
	font-family: '微软雅黑', sans-serif;
}
.article-content h3 {
	font-size: 20px;
	margin: 10px 0;
	font-family: '微软雅黑', sans-serif;
}
.article-content h4 {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	font-family: '微软雅黑', sans-serif;
}
.article-content h2 strong {
	border-left: 4px solid #068d81;
	padding: 0 10px;
}
.article-content strong {
	font-size: 18px;
	font-weight: 600;
}
.article-content img {
	max-width: 100% !important;
	height: auto;
	/*margin-bottom: 30px;*/
	margin: 10px auto;
	border-radius: 4px;
	display: block;
	box-sizing: border-box;
	width: auto;
	max-height: 100%;
}
/* 文章分页 */
.article-pagination {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.article-pagination a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.6;
	transition: color 0.3s ease;
}
.article-pagination a:hover {
	color: #06a496;
}
.article-pagination .prev-article {
	justify-content: flex-start;
	display: flex;
	align-items: center;
	flex: 1;
}
.article-pagination .next-article {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end;
}
.article-pagination .next {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
}
.article-pagination .prev-article i, .article-pagination .next-article i {
	margin: 0 8px;
}
/* 推荐文章 */
.recommended-articles {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #eee;
}
.recommended-articles h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	font-family: '微软雅黑', sans-serif;
}
#related-articles-list {
	list-style: none;
	padding-top: 10px;
	margin: 0;
}
#related-articles-list > .hot-article-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
    margin-bottom: 14px;
}
#related-articles-list > .hot-article-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
#related-articles-list > .hot-article-item > .hot-article-img {
	width: 160px;
	height: 100px;
}
/* 版权信息 */
.copyright-container {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 36px;
	color: #8a8a8a;
}
.copyright-container p {
	margin: 0;
	line-height: 1.6;
}
/* ============================================
   加载动画
   ============================================ */
.infinite-loading {
	text-align: center;
	padding: 30px 20px;
	color: #666;
	font-size: 14px;
	background-color: #f8f9fa;
	border-top: 1px solid #e9ecef;
	border-radius: 4px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}
.loading-animation {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.loading-spinner {
	width: 24px;
	height: 24px;
	border: 3px solid #e0e0e0;
	border-top-color: #06a496;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.loading-dots {
	display: inline-flex;
	gap: 4px;
}
.loading-dots span {
	width: 6px;
	height: 6px;
	background-color: #06a496;
	border-radius: 50%;
	animation: wave 1.4s ease-in-out infinite both;
}
 .loading-dots span:nth-child(1) {
 animation-delay: -0.32s;
}
 .loading-dots span:nth-child(2) {
 animation-delay: -0.16s;
}
 .infinite-loading::before {
 content: '';
 position: absolute;
 top: 0;
 left: -100%;
 width: 100%;
 height: 100%;
 background: linear-gradient(90deg, transparent, rgba(6, 164, 150, 0.1), transparent);
 animation: shimmer 2s infinite;
}
 @keyframes spin {
 to {
 transform: rotate(360deg);
}
}
 @keyframes wave {
 0%, 80%, 100% {
 transform: scale(0);
}
 40% {
 transform: scale(1);
}
}
 @keyframes shimmer {
 to {
 left: 100%;
}
}
.loading-text {
	color: #06a496;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.no-more-data {
	color: #999;
	font-size: 13px;
	font-style: italic;
}
/* ============================================
   广告横幅
   ============================================ */
.ad-banner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 30px 0;
	padding: 0;
	text-align: center;
	border: 1px solid #e9ecef;
}
.ad-banner img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* ============================================
   页脚
   ============================================ */
footer {
	background-color: #eee;
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.footer-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.footer-links li {
	display: inline-block;
	margin: 0 10px;
}
.footer-links a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}
.footer-links a:hover {
	color: #06a496;
	text-decoration: underline;
}
.copyright {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.footer-content .copyright a {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.3s;
}
.footer-content .copyright a:hover {
	color: #06a496;
	text-decoration: none;
}
/* ============================================
   其他样式
   ============================================ */
.code {
	color: #06a496;
}
form {
	display: flex !important;
}
.error-message {
	background-color: #f8d7da;
	color: #721c24;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #f5c6cb;
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
}
.success {
	padding: 1rem;
	margin: 1rem 0rem 1.5rem 0rem;
	background: #f8f9fa;
	border-left: 4px solid #068d81;
	color: #8a8a8a;
	border-radius: 4px;
	font-size: 14px;
}
.success a {
	font-size: 14px;
	color: inherit;
	text-decoration: none;
}

/* ============================================
   响应式设计 - 移动端
   ============================================ */
@media (max-width: 768px) {
  /* 基础样式 */
  body {
 background-color: #fff;
}

  /* 移动端信息流样式 */
.mobile-news-stream {
    display: block !important;
    padding: 0 16px;
    margin-bottom: 15px;
  }

  .mobile-news-item {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

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

  .mobile-news-content {
    flex: 1;
    padding-right: 12px;
  }

.homepage-title{
	padding-top: 0;
}

 .homepage-titleb {
    font-size: 20px;
    font-weight: bold;
    color: #06a496;
    font-family: '微软雅黑', sans-serif;
    line-height: 32px;
	padding-bottom: 10px;
}
  
  .mobile-news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }

  .mobile-news-meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
  }

  .mobile-news-category {
    margin-right: 8px;
    padding: 0 4px;
    background-color: #e0f3f1;
    border-radius: 3px;
    color: #06a496;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #e0f3f1;
  }

  .mobile-news-date {
    color: #999;
  }

  .mobile-news-image {
    width: 100px;
    height: 75px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
  }

.mobile-news-item {
 display: flex;
 padding: 12px 0px 6px 0px;
 border-bottom: 1px solid #eee;
}

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

.mobile-news-content {
 flex: 1;
 padding-right: 12px;
}

.mobile-news-title {
 font-size: 16px;
 font-weight: 500;
 line-height: 1.4;
 margin-bottom: 10px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 color: #333;
}

.mobile-news-meta {
 display: flex;
 align-items: center;
 font-size: 12px;
 color: #999;
}

.mobile-news-category {
 margin-right: 8px;
 padding: 0px 4px;
 background-color: #e0f3f1;
 border-radius: 3px;
 color: #06a496;
 font-size: 12px;
 text-decoration: none;
 border: 1px solid #e0f3f1;
}

.mobile-news-date {
 color: #999;
}

.mobile-news-image {
 width: 100px;
 height: 75px;
 border-radius: 4px;
 object-fit: cover;
 flex-shrink: 0;
}

/* 隐藏PC端内容 */
  .main-content, .main-sub-content {
    display: none !important;
  }

  /* 处理list.html页面的移动端布局 */
  .main-contentb {
    display: block;
    padding: 0 16px;
  }

.content-left {
    width: 100%;
    flex: none;
}

.content-right {
    display: none;
}

  /* 文章分页 */
  .article-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .article-pagination .prev-article {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }

  .article-pagination .next-article {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }

  .article-pagination .next {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    max-width: 70%;
  }

  /* 顶部导航 */
  .header-content {
 flex-direction: row;
 align-items: center;
 gap: 10px;
 padding: 0 10px;
}
 .logo-section {
 width: auto;
 flex-shrink: 0;
 margin-bottom: 0;
}
 .logo-section span {
 font-size: 16px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .search-bar {
 width: 60%;
 max-width: 60%;
 flex: 1;
}
 .search-bar input {
 font-size: 14px;
 height: 36px;
}

  /* 导航菜单 */
  .nav-menu {
 padding: 0px 10px;
}
 .nav-container {
 padding: 0 !important;
}
 .nav-links {
 justify-content: flex-start;
 /* padding-bottom: 5px; */
}
 .nav-links li {
 flex: none;
 margin-right: 12px !important;
}
 .nav-links a {
 font-size: 16px;
 padding: 12px 6px !important;
}

  /* 主内容区域 */
  .main-content {
 padding: 0 16px;
 margin: 15px auto;
}
 .main-sub-content {
 padding: 0 16px;
 margin: 15px auto;
}

  /* 首页网格 */
  .content-grid,  .section-grid,  .section-left {
 display: block;
 margin-bottom: 0;
}
 .content-grid > div,  .section-grid > div,  .section-left > div {
 margin-bottom: 15px;
}

  /* 标题样式 */
  .section-title {
 font-size: 16px;
 padding-bottom: 8px;
 margin-bottom: 12px;
 font-weight: 600;
}
 .more-link {
 font-size: 12px;
}

  /* 大图新闻 */
  .big-img-news {
 margin-bottom: 16px;
 border-radius: 6px;
}
 .big-img-news img {
 height: 180px;
 object-fit: cover;
 width: 100%;
}
 .big-img-title {
 font-size: 16px;
 padding: 12px 10px;
 font-weight: 500;
 line-height: 1.4;
}

  /* 新闻列表 */
  .news-list li {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
 display: flex;
 align-items: center;
 gap: 12px;
}
 .news-list li:last-child {
 border-bottom: none;
}
 .news-list a {
 font-size: 14px;
 line-height: 1.4;
 padding: 0;
 white-space: normal;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}

  /* 热门新闻 - 左图右文 */
  .hot-news-item {
 flex-direction: row !important;
 flex-wrap: nowrap !important;
 align-items: flex-start !important;
 display: flex;
 align-items: center;
 padding: 10px 0;
 border-bottom: 1px solid #eee;
 gap: 12px;
}
 .hot-news-img {
 width: 80px;
 height: 80px;
 flex-shrink: 0;
 display: block;
 overflow: hidden;
 border-radius: 4px;
 position: relative;
}

  /* 最右列图片保持80pxX80px */
  .section-right .hot-news-img {
 width: 80px;
 height: 80px;
}
 .hot-news-img a {
 display: block;
 width: 100%;
 height: 100%;
 border-radius: 4px;
 overflow: hidden;
}
 .hot-news-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 4px;
 display: block;
 margin: 0;
 padding: 0;
}
 .hot-news-content {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 min-height: 60px;
}
 .hot-news-content h4 {
 margin: 0 0 8px 0;
 font-size: 14px;
 line-height: 1.4;
 font-weight: 500;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .hot-news-date {
 font-size: 11px;
 color: #999;
 margin: 0;
 line-height: 1;
 align-self: flex-start;
}

  /* 行情资讯 */
  .news-list .price-info {
 font-size: 11px;
 color: #666;
 margin: 4px 0;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .news-list .news-date {
 font-size: 11px;
 color: #999;
}

  /* 分页 */
  .pagination {
 margin: 30px 0;
}
 .pagination ul {
 flex-wrap: wrap;
 gap: 3px;
}
 .pagination li a {
 padding: 6px 10px;
 font-size: 14px;
 min-width: 32px;
 text-align: center;
}
 .pagination li.ellipsis {
 padding: 6px 8px;
 font-size: 14px;
}

  /* 轮播图 */
  .carousel {
 display: none;
}

  /* 新闻项 */
  .main-content {
 flex-direction: column;
 gap: 20px;
 margin-bottom: 0;
}
 .news-item {
 flex-direction: row;
 align-items: center;
 gap: 12px;
 justify-content: space-between;
}
 .news-item-content {
 flex: 1;
 order: 1;
}
 .news-item-img {
 width: 100px !important;
 height: 75px !important;
 margin-right: 0;
 margin-bottom: 0;
 flex-shrink: 0;
 order: 2;
}
 .news-item-title {
 font-size: 20px;
 margin-bottom: 6px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .news-item-title a {
 font-weight: 500;
 font-size: 16px;
 line-height: 1.4;
}
 .news-item-excerpt {
 -webkit-line-clamp: 1;
 font-size: 14px;
 line-height: 1.4;
 margin-bottom: 4px;
 display: none;
}
 .news-item-meta {
 flex-direction: row;
 align-items: center;
 gap: 8px;
 flex-wrap: nowrap;
}
 .news-item-date {
 margin-right: 0;
 font-size: 11px;
}
 .news-item-category {
 font-size: 11px;
 padding: 1px 4px;
 color: #06a496;
 background-color: #f0f9f8;
 border: 1px solid #e0f3f1;
}

  /* 侧边栏 */
  .sidebar-module {
 display: none !important;
}

  /* 文章详情 */
  .main-content {
 display: block;
 padding: 0 16px;
 margin: 15px auto;
}

.main-article {
 width: 100%;
 flex: none;
}

.sidebar {
 display: none;
}
 .article-container {
 padding: 0;
}
 .article-title {
 font-size: 24px;
 margin-bottom: 10px;
}
 .article-info {
 flex-direction: row;
 align-items: flex-start;
 margin-bottom: 20px;
 padding-bottom: 0;
}
 .article-info span {
 margin-right: 30px;
 margin-bottom: 0px;
}
 .article-info .view-count {
 margin-left: 0;
 margin-top: 0px;
}
 .sidebar-module {
 padding: 15px 0;
 margin: 0;
}
 .article-content p {
 font-size: 18px;
 line-height: 1.8;
 width: 100%;
 max-width: 100%;
 box-sizing: border-box;
 word-break: break-all;
 hyphens: auto;
}
 .article-content * {
 max-width: 100% !important;
 box-sizing: border-box !important;
 word-wrap: break-word !important;
 overflow: hidden;
}
 .article-content h2 {
 font-size: 20px;
 width: 100%;
 max-width: 100%;
 word-break: break-word;
}
 .article-pagination .next {
 width: 46%;
}
 .breadcrumb {
 font-size: 12px !important;
 overflow-x: auto;
 white-space: nowrap;
 scrollbar-width: none;
 -ms-overflow-style: none;
 padding: 0 20px;
 margin-top: 10px !important;
}
 .breadcrumb::-webkit-scrollbar {
 display: none;
}

  /* 相关推荐 */
  #related-articles-list > .hot-article-item > div > h4 > a {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 line-height: 1.5;
}
 #related-articles-list > .hot-article-item > .hot-article-img {
 width: 120px !important;
 height: 90px !important;
 margin-top: 4px;
}
 .hot-article-item {
 flex-direction: row;
 /* align-items: center; */
 justify-content: flex-start;
}
 .hot-article-info {
 margin-left: 10px;
 margin-top: 0;
 width: calc(100% - 130px);
}
 .ad-banner {
 margin: 16px 0;
 border-radius: 6px;
 overflow: hidden;
}
 .ad-banner img {
 width: 100%;
 height: auto;
 display: block;
}
 .footer-links li {
 margin: 0 6px 8px 6px;
 display: inline-block;
}
 .footer-links a {
 font-size: 12px;
}
.footer-content {
    margin: 0 auto;
    padding: 0 11px;
    text-align: center;
}

 .copyright {
 font-size: 12px;
 line-height: 1.6;
 /* margin-top: 10px; */
}

  /* 隐藏首页标题 */
  #sectionTitle.homepage-title {
 display: none;
}
 footer {
 margin-top: 0px;
}

  /* 面包屑导航优化 */
  .breadcrumb {
 font-size: 12px !important;
 overflow-x: auto;
 white-space: nowrap;
 scrollbar-width: none;
 -ms-overflow-style: none;
 padding: 0 0;
 margin: 10px 16px !important;
}
}
 @media (max-width: 480px) {
 .pagination li a {
 padding: 5px 10px;
 font-size: 12px;
 min-width: 23px;
}
 .pagination li.ellipsis {
 padding: 5px 6px;
 font-size: 13px;
}
 .logo-section img {
 width: 50px;
 height: 50px;
 margin-right: 2px;
}
 .logo-section span {
 font-size: 22px;
}
 .search-bar input {
 height: 36px;
 font-size: 14px;
}
 .search-bar button {
 height: 32px;
}
 .news-item-title {
 font-size: 20px;
 margin-bottom: 10px;
}
 .article-title {
 font-size: 24px;
 margin-bottom: 10px;
}
 .article-content {
 font-size: 14px;
 padding: 0;
}
 .article-pagination {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

 .article-pagination .prev-article {
 flex: 1;
 justify-content: flex-start;
 display: flex;
 align-items: center;
}

 .article-pagination .next-article {
 flex: 1;
 justify-content: flex-end;
 display: flex;
 align-items: center;
}

 .article-pagination .next {
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 flex: 1;
 max-width: 50%;
}
 .section-title {
 font-size: 16px;
 padding-bottom: 8px;
 margin-bottom: 12px;
 font-weight: 600;
}
 .grid-item,  .section-content {
 padding: 14px;
 margin-bottom: 16px;
 border-radius: 6px;
}
 .footer-links li {
 margin: 0 6px 8px 6px;
}
 .footer-links a {
 font-size: 13px;
}
 .copyright {
 font-size: 12px;
 line-height: 1.8;
 /* margin-top: 10px; */
}

}

/* ============================================
   响应式设计 - 平板
   ============================================ */
@media (min-width: 769px) and (max-width: 992px) {
 .content-grid {
 grid-template-columns: 808fr 808fr;
 gap: clamp(1rem, 2vw, 54px);
}
 .content-grid > div:last-child {
 grid-column: 1 / -1;
}
 .section-grid {
 grid-template-columns: 1fr;
 gap: clamp(1rem, 2vw, 54px);
}
 .section-left {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 15px;
}
 .main-content {
 padding: 0 15px;
 margin: 15px auto;
}
 .main-sub-content {
 padding: 0 15px;
 margin: 15px auto;
}
}
 @media (max-width: 1200px) {
 .main-content {
 max-width: 100%;
}
 .news-item-img {
 width: 150px;
 height: 100px;
}
}

/* ============================================
   响应式设计 - 大屏幕
   ============================================ */
@media (min-width: 769px) {
 .section-left .section-title,  .section-right .section-title {
 position: relative;
 margin-bottom: 18px;
 color: #333;
 font-size: 20px;
 font-weight: bold;
 font-family: '微软雅黑', sans-serif;
 padding-bottom: 0;
 line-height: 32px;
}
 .section-left .section-title::after,  .section-right .section-title::after {
 content: '';
 position: absolute;
 left: 0;
 top: 100%;
 height: 2px;
 background-color: #06a496;
 width: 100%;
}
 .section-right .section-title .more-link {
 float: right;
 font-size: 14px;
 font-weight: normal;
 color: #999;
}
 .section-right .news-list li {
 margin-bottom: 8px;
 padding-bottom: 8px;
 line-height: 1.6;
 border-bottom: 1px solid #eee;
}
 .section-right .news-list li:last-child {
 border-bottom: none;
 padding-bottom: 0;
 margin-bottom: 0;
}
 .section-right .news-list a {
 font-family: '微软雅黑', sans-serif;
 font-size: 14px;
 color: #333;
 font-weight: normal;
 line-height: 1.6;
 text-decoration: none;
 display: block;
}
 .section-right .news-list a:hover {
 color: #06a496;
}
 .section-right .price-info {
 font-family: '微软雅黑', sans-serif;
 font-size: 14px;
 margin-top: 8px;
 line-height: 1.4;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .section-right .news-date {
 font-family: '微软雅黑', sans-serif;
 font-size: 12px;
 color: #999;
 display: block;
 margin-top: 8px;
}

  /* 特殊ID样式 */
  #people2 ul li,  #technology ul li,  #policy2 ul li {
 padding-bottom: 10px;
 margin-bottom: 9px;
}
 #tech1 ul li .hot-news-date {
 margin-top: 10px;
}
 #tech1 ul li .hot-news-img img {
 height: 80px;
}
 #zixun li {
 margin-bottom: 3px;
}
 #recommended-articles .hot-article-item {
 border-bottom: 1px solid #eee;
}
 #recommended-articles .hot-article-item:last-child {
 border-bottom: 0px;
}
}

/* ============================================
   横屏移动设备
   ============================================ */
@media (max-width: 768px) and (orientation: landscape) {
 .header-content {
 flex-direction: row;
 padding: 0 16px;
 gap: 16px;
}
 .logo-section {
 margin-bottom: 0;
}
 .search-bar {
 width: 200px;
}
 .search-bar input {
 height: 36px;
 font-size: 14px;
}
 .content-grid {
 display: grid;
 grid-template-columns: 48% 48%;
 gap: 12px;
}
 .content-grid > div:last-child {
 grid-column: 1 / -1;
}
 .big-img-news img {
 height: 140px;
 object-fit: cover;
}
 .main-content {
 padding: 0 16px;
 margin: 12px auto;
}
 .main-sub-content {
 padding: 0 16px;
 margin: 12px auto;
}
 .section-title {
 font-size: 15px;
}
 .news-list li {
 display: flex;
 align-items: center;
 gap: 10px;
}
 .hot-news-item {
 display: flex;
 align-items: center;
 gap: 10px;
}
 .hot-news-img {
 width: 70px;
 height: 50px;
}
 .hot-news-content h4 {
 font-size: 13px;
 -webkit-line-clamp: 2;
}
 .hot-news-date {
 font-size: 10px;
}
 .news-list .price-info {
 font-size: 10px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .news-list .news-date {
 font-size: 10px;
}
}

/* ============================================
   小屏幕优化
   ============================================ */
@media (max-width: 768px) {
 .section-title {
 font-size: clamp(14px, 1vw, 16px);
}
 .hot-news-content h4,  .hot-news-content h4 a {
 font-size: clamp(14px, 0.8vw, 14px);
}
 .hot-news-date {
 font-size: clamp(11px, 0.7vw, 11px);
}
 .hot-news-img {
 width: 45%;
}
 .hot-news-img img {
 height: 150px;
}
}
 @media (max-width: 480px) {
 .section-title {
 font-size: clamp(14px, 1.5vw, 16px);
}
 .hot-news-content h4,  .hot-news-content h4 a {
 font-size: clamp(14px, 1vw, 14px);
}
 .hot-news-date {
 font-size: clamp(10px, 0.8vw, 11px);
}
 .hot-news-img {
 width: 50%;
}
 .hot-news-img img {
 height: 120px;
}
 .hot-news-item {
 flex-direction: row !important;
 flex-wrap: nowrap !important;
 align-items: flex-start !important;
}
}
/* 返回顶部按钮样式 - 右下角固定 */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #2c8f46; /* 农业绿，贴合站点主题 */
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  z-index: 9999; /* 置顶显示，不被其他元素遮挡 */
  opacity: 0.8;
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
}
.back-to-top i {
  text-indent: 0;
  margin-right: 0;
}
.back-to-top:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
/* 移动端适配，缩小按钮 */
@media (max-width: 768px) {
  .back-to-top {
    padding: 10px;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }
}
/* 补充字体省略样式（原fontjc） */
.font-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

/* ============================================
   三图轮播 - 首页专用（独立样式，不影响其他轮播图）
   ============================================ */
.triple-carousel {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}

.triple-carousel-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.triple-carousel-slide {
  width: 100%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.triple-carousel-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.triple-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.triple-carousel-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  color: #fff;
  padding: 25px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  font-family: '微软雅黑', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 轮播指示器 */
.triple-carousel-dots {
  position: absolute;
  bottom: 8px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.triple-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  border: none;
  padding: 0;
}

.triple-carousel-dot.active {
  background: #fff;
}

.triple-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}