html, body {
 
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	color: #333;    
}
a {
	color: #333;
	text-decoration: none;
}

.title{color: #005f35}
.indexbg .title{ margin-top: 1.6em;}
.title img {width: 70%; max-width: 800px;}
.map {
	width: 90%;
	height: auto;
	margin: 0 5%;
}
.image-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}
.image-links a {
	text-decoration: none;
	width: 50%
}
.image-links img {
	width: 80%;
	height: auto;
}
.list-item {
	align-items: center;
	padding: 10px;
}
.list-item a {
	display: flex;
}
.list-item img {
	width: 100px;
	height: auto;
	margin-right: 10px;
	border-radius: 8px;
}
.list-item .list-txt {
	text-align: left;
}
.list-item h2 {
	margin: 0;
	font-size: 1.12em;
}
.list-item p {
	margin: 5px 0 0;
	color: #666;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 10px 0;
	margin: 20px 0;
}
.page-item {
	margin: 0 5px;
}
.page-link {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #005f35;
	border-radius: 5px;
	color: #005f35;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}
.page-link:hover {
	background-color: #005f35;
	color: white;
}
.page-num {
	padding: 8px 12px;
	border: 1px solid #005f35;
	border-radius: 5px;
	color: #005f35;
	font-weight: bold;
	margin: 0 2px;
}
.page-num-current {
	background-color: #005f35;
	color: #fff;
}
.box {
	text-align: left
}
.box, .text-secondary {
	padding: 10px;
}
.box img {
	max-width: 100% !important;
	height: auto !important;
}
.text-secondary {
	text-align: left
}
#navs {
	position: fixed;
	right: 60px; /* 右侧固定 */
	bottom: 60px; /* 底部固定 */
	width: 56px;
	height: 56px;
	line-height: 56px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
#navs>li, #navs:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #1d9760;
}
#navs>li {
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: .6s;
}
#navs>li img {
	width: 40px;
	padding-top: 10px;
}
#navs:after {
	content: attr(data-close);
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
#navs.active:after {
	content: attr(data-open);
}
#navs a {
	width: 56px;
	height: 56px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}
.listnav {
text-align: left;     padding:0 10px; position: relative;
}

.listnav { padding: 20px;}
.listnav .swiper-button-prev{ left: 0; color:#1d9760;}
.listnav .swiper-button-next{ right: 0;  color:#1d9760;}
.listnav .swiper-container{ overflow: hidden; width: 100%;}
.listnav .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;     width: auto;
}

.listnav .swiper-slide a {
    display: block;
    padding: 0 0 0 10px;
    text-decoration: none;
    color: #000; /* 根据需要调整颜色 */
}
.listnav .swiper-slide .active{color:#005f35; font-weight: bold}
.swiper-button-next:after, .swiper-button-prev:after { font-size:1em;;}