	body {
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;

	}

	.div-bg {
		background-color: #eaf4fe;
		/* 添加背景色 */
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/tb-bg.png);
		background-repeat: no-repeat;
		background-position: top center;
		/* background-position: center; */
		height: auto;
		padding-bottom: 1500px;
	}

	.div-logo {
		position: relative;
		top: 40px;
		width: 1400px;
		text-align: left;
		margin: 0 auto;
	}

	.img-logo {
		position: relative;
	}

	.div-bt {
		position: relative;
		text-align: center;
		top: 105px;
	}

	.ewm-img {
		width: 100px;
		position: absolute;
		top: 450px;
		right: -20px;
	}

	.lm2-nr {
		transform: translateX(50px);
		/* 过渡动画设置 */
		opacity: 0;
		/* 初始透明 */
		max-height: 0;
		/* 初始高度为0 */
		/* overflow: hidden;    */
		transition: all 0.5s ease;
		/* 所有属性变化在0.5秒内完成 */
		/* 移除display: none，改用类控制 */
	}


	/* 显示状态的类 */
	.lm2-nr.show {
		opacity: 1;
		/* 完全显示 */
		transform: translateX(0);
		/* 完全不透明 */
		max-height: 910px;
		/* 足够大的最大高度，确保内容能完全显示 */
	}

	.lm3-nr {
		/* 过渡动画设置 - 从右往左滑入 */
		opacity: 0;
		/* 初始透明 */
		transform: translateX(50px);
		/* 初始状态向右偏移（隐藏在右侧） */
		max-height: 0;
		/* 初始高度为0 */
		transition: all 0.5s ease;
		position: relative;
		top: 40px;
	}

	/* 显示状态的类 - 滑入到正常位置 */
	.lm3-nr.show3 {
		opacity: 1;
		/* 完全不透明 */
		transform: translateX(0);
		/* 回到正常位置（从右向左移动） */
		max-height: 1088px;
		/* 足够大的最大高度 */
	}

	.zindex {
		z-index: 9;
	}

	.img-bt {
		position: relative;
		left: 25px;

	}

	.lm1 {
		position: relative;
		top: 400px;

	}

	.div-lm1 {
		position: relative;
		text-align: center;
		width: 1400px;
		margin: 0 auto;
		top: 130px;

	}


	.div-lm1-gsgc {
		position: relative;
		text-align: center;
		width: 1400px;
		margin: 0 auto;
		top: 290px;
	}

	.img-lm1 {}

	.img-lm1-gyqj {
		position: relative;
		top: 20px;
	}

	.main-content-container {
		display: flex;
		position: relative;
		top: 40px;
	}

	.featured-news {
		width: 50%;
	}

	.featured-title {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm1-gsgc-left-bg.png);
		color: #fff;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
		position: relative;
		top: -65px;
	}

	.small-news-container {
		display: flex;
		position: relative;
		width: 50%;
		height: 430px;
		justify-content: right;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
	}

	.small-news-item {
		width: 330px;
		height: 210px;
	}

	.small-news-item img {
		width: 330px;
	}

	.small-news-title {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm1-gsgc-left-bg.png);
		color: #fff;
		height: 60px;
		font-size: 20px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		top: -65px;


	}

	.city-container {
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 25px;
		position: relative;
		top: 60px;
	}

	.city-item {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/ds-bg-h.png);
		width: 120px;
		height: 48px;
		border: 1px solid #dcdcdc;
		color: #444444;
		border-radius: 20px;
		cursor: pointer;
		font-size: 20px;
		transition: all 0.2s ease;
		/* 让文字水平居中 */
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.city-item:hover {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/ds-bg-l.png);
		color: #fff;
	}

	.city-item.active {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/ds-bg-l.png);
		color: #fff;
	}

	.div-lm1-lbt {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm1-lbt-bg.png);
		width: 700px;
		height: 300px;
		position: relative;
		top: 100px;
	}

	.img-lm1-gsgc {}

	/* 栏目2 */
	.lm2 {
		position: relative;
		width: 1400px;
		margin: 0 auto;
		/* top: 710px; */
	}

	.div-lm2-tzzxc {
		position: relative;
		top: 40px;
	}

	.div-tzzxc {}

	.left {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm2-left-bg.png);
		width: 760px;
		height: 400px;
		position: relative;
		top: 20px;
		background-repeat: no-repeat;
	}

	.tabs-nav {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}

	.tabs-nav li.cur {
		color: #0777ff;
		border-bottom: 3px solid #0877fd;
	}


	.tab-text-list li:before {
		content: "";
		float: left;
		_display: inline;
		width: 5px;
		height: 5px;
		background-color: #0877fd;
		border-radius: 50%;
		margin-right: 14px;
		margin-top: 16.5px;
	}

	.tabs-box {
		line-height: 38px;
		/* border-bottom: solid 1px #bfbfbf; */
		position: relative;
		/* margin-bottom: 20px; */
	}

	/* 
    #tabSurNav::after {
        content: '';
        position: absolute;
        left: 40px;
        bottom: 0;
        width: 600px;
        background-color: #bfbfbf;
    }

    #tabSurNav3::after {
        content: '';
        position: absolute;
        left: 40px;
        bottom: 0;
        width: 660px;
        background-color: #bfbfbf;
    } */

	.right {
		width: 640px;
		height: 400px;
	}

	.tab-more a {
		position: absolute;
		right: 0;
		top: 3px;
		color: #737373;
		font-size: 18px;
		display: none;
	}

	/* .cur {
        display: block !important;
    } */

	.hide {
		display: none;
	}

	.tabs-nav {
		display: flex;
	}

	.tabs-nav li {
		min-width: 86px;
		float: left;
		padding: 0 14px;
		list-style: none;
	}

	.tabs-nav a {
		color: #000;
	}

	.tab-collect-con a {
		color: #000;
	}

	.tab-collect {
		padding: 20px 0px 20px 20px;
	}

	.tab-text-list span {
		float: right;
		margin-left: 20px;
		font-size: 16px;
		color: #626262;
	}

	.tab-text-list li {
		width: auto;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		line-height: 48px;
		font-weight: 300;
		text-overflow: ellipsis;
		text-align: left;
	}

	a:hover {
		color: #0877fd;
		text-decoration: none;
	}

	.tab-text-list {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 38px;
	}

	.div-lm2-dt {
		text-align: center;
		position: relative;
		top: 2px;
	}

	.lm2-tzzxc-bg {
		position: absolute;
		top: 0;
	}

	.lm2-tzzxc-bg-left {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/bg-h.png);
		background-repeat: no-repeat;
		height: 198px;
		width: 92px;
		color: #fff;
		cursor: pointer;
	}

	.active2 {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/bg-l-2.png);
		background-repeat: no-repeat;

		width: 92px;
	}

	.lm2-tzzxc-bg-left:hover {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/bg-l-2.png);
		background-repeat: no-repeat;
		width: 92px;
		color: #fff;
	}

	.lm2-tzzxc-bg-left p {
		writing-mode: vertical-rl;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 5px;
		margin: auto;
		position: relative;
		height: 160px;
		right: 6px;
	}

	.tag-container {
		display: flex;
		flex-wrap: wrap;
		column-gap: 25px;
		row-gap: 10px;
		width: 85%;
		justify-content: flex-end;
		position: absolute;
		right: 20px;
	}

	/* 标签基础样式 */
	.tag {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/gmgj-bg-h.png);
		width: 100px;
		height: 40px;
		border-radius: 8px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.tag a {
		color: #fff;
		font-size: 14px;

	}

	.tag img {
		position: relative;
		right: 4px;
		width: 20px;
		height: 20px;
		;

	}

	/* 鼠标悬停效果 */
	.tag:hover {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/gmgj-bg-l.png);
	}

	/* 选中状态样式 */
	.tagActive {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/gmgj-bg-l.png);
		/* 高亮蓝色 */
		color: #fff;
	}

	.div-lm2-tzbst {
		position: relative;
		top: 105px;
	}

	.div-lm2-tzbst-img {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 40px;
	}

	.div-lm2-tzcxt {
		position: relative;
		top: 175px;
	}

	.div-lm2-tzcxt-img {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 40px;
	}

	/* 栏目3 */
	.lm3 {
		position: relative;
		width: 1400px;
		text-align: center;
		margin: 0 auto;
		/* top: 1000px; */
	}

	/* 栏目3咨询窗 */

	.div-lm3-tzzxc {
		position: relative;
		top: 40px;
	}

	.div-lm3-tzzxc-left {
		position: relative;
		width: 50%;
	}

	/* 轮播图容器 */
	.slideshow-container {
		max-width: 680px;
		height: 400px;
		position: relative;
		margin: auto;
	}

	/* 隐藏默认显示的图片，通过 JavaScript 控制显示 */
	.mySlides {
		display: none;
	}

	.lm3-lbt-bt {
		width: 680px;
		height: 60px;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
		margin: 0 auto;
		position: relative;
		top: -65px;
		color: #fff;
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm1-gsgc-left-bg.png);
	}

	/* 左右切换按钮样式 */
	.prev,
	.next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: auto;
		margin-top: -22px;
		padding: 16px;
		color: white;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 0 3px 3px 0;
		user-select: none;
	}

	/* 右按钮位置 */
	.next {
		right: 0;
		border-radius: 3px 0 0 3px;
	}

	/* 按钮悬停效果 */
	.prev:hover,
	.next:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

	/* 小圆点样式 */
	.dot {
		cursor: pointer;
		height: 7px;
		width: 45px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 10px;
		display: inline-block;
		transition: background-color 0.6s ease;
	}

	.lbtActive,
	.dot:hover {
		background-color: #2567f0;
	}

	/* 淡入动画 */
	.fade {
		animation-name: fade;
		animation-duration: 1.5s;
	}


	.div-lm3-tzzxc-right {
		position: relative;
		top: -30px;
		width: 50%;
		height: 438px;
	}

	/* 栏目3办事通 */
	.div-lm3-tzbst {
		position: relative;
		top: 20px;
	}

	.div-lm3-tzbst-left {
		position: relative;
		width: 50%;
	}

	.lm3-tzbst-bg {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		row-gap: 30px;
		column-gap: 10px;
	}

	.lm3-tzbst-bg-left {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm3-tzbst-lc-l.png);
		background-repeat: no-repeat;
		width: 340px;
		height: 80px;
		color: #fff;
	}

	.active3 {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm3-tzbst-lc-c.png);
		background-repeat: no-repeat;
		width: 340px;
		height: 80px;
	}

	.lm3-tzbst-bg-left:hover {
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm3-tzbst-lc-c.png);
		background-repeat: no-repeat;
		width: 340px;
		height: 80px;
	}

	.lm3-tzbst-bg-left p a {
		font-size: 24px;
		color: #fff;
		line-height: 80px;

	}



	.div-lm3-tzbst-img {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 40px;
	}


	.div-lm3-tzbst-right {
		width: 50%;
		text-align: right;
	}

	/* 栏目3查询台 */
	.div-lm3-tzcxt {
		position: relative;
		top: 80px;
	}

	.div-lm3-tzcxt-img {
		display: flex;
		justify-content: space-between;
		position: relative;
		top: 25px;
	}

	/* 栏目4 */
	.lm4 {
		position: relative;
		width: 1400px;
		margin: 0 auto;
		top: 1000px;
	}

	.img-lm2-lm3 {
		position: relative;
		top: 710px;
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/lm2-bg.png);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.bt-lm2-lm3 {
		height: 85px;
	}

	.img-lm2-bt {
		cursor: pointer;
		height: 83px;
		width: 698px;
		position: relative;
		left: -10px;
	}

	.div-img-lm2-bt {
		cursor: pointer;
	}

	/* 基础样式：默认位置 + 过渡效果（关键） */
	.img-lm2-bt,
	.img-lm3-bt {
		/* 默认在原位 */
		transform: translateY(0);
		/* 定义过渡：transform和opacity的变化会平滑执行（0.15s完成） */
		transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
	}

	/* 鼠标悬浮时：上移3px + 透明度变化（保持该状态） */
	.img-lm2-bt:hover,
	.img-lm3-bt:hover {
		opacity: 0.55;
		/* 上移3px，悬停期间一直保持这个位置 */
		transform: translateY(-3px);
	}

	/* 定义向上抖动的动画关键帧 */
	@keyframes shakeUp {
		0% {
			transform: translateY(0);
			/* 初始位置（不偏移） */
		}

		50% {
			transform: translateY(-3px);
			/* 向上抖动10px（可调整距离） */
		}

		100% {
			transform: translateY(0);
			/* 回到初始位置 */
		}
	}

	.img-lm3-bt {
		cursor: pointer;
		cursor: pointer;
		height: 83px;
		width: 698px;
		position: relative;
		left: 2px;

	}

	.lm2-lm3 {
		border-bottom: 4px solid #0877fd;
	}



	.div-lm4-1 {
		position: relative;
		top: 40px;
	}

	.lm4-1-left {
		width: 37%;
	}

	.lm4-1-right {
		width: 63%;
		margin: auto;
		padding: 0 40px;
	}

	.div-lm4-1-nr {
		position: relative;
		top: 30px;
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
	}


	/* 单个内容卡片，包含左右结构 */
	.content-card {
		display: flex;
		background-color: #fff;
		width: 100%;
		height: 210px;
	}


	/* 标题行（图标 + 标题文字） */
	.title-row {
		display: flex;
		align-items: center;
		padding-left: 3px;
	}

	/* 主标题文字 */
	.main-title {
		font-size: 26px;
		font-weight: 600;
		padding-left: 15px;
	}
.main-title a{
		color: #1a1a1a;
	}
	/* 描述文本段落 */
	.desc-text {
		font-size: 22px;
		color: #0a1509;
		text-indent: 2em;
	}

	/* 详情链接 */
	.detail-link {
		color: #2567f0;
	}

	/* 栏目4 跨境合作风向标 */

	.div-lm4-2 {
		position: relative;
		top: 115px;
	}

	.news-grid {
		display: flex;
		position: relative;
		top: 30px;
		justify-content: start;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 25px;
	}

	.news-card {
		width: 450px;
		height: 260px;
	}

	.news-card img {
		width: 450px;
	}

	.news-title {
		text-align: center;
		background-image: url(http://www.gxzf.gov.cn/material/zt/2025/2025dmtzkfxtd/images/17.png);
		height: 60px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		top: -65px;
	}

	.news-title a {
		color: #fff;
		font-size: 16px;
	}

	/* 栏目4 数说投资 */
	.div-lm4-3 {
		position: relative;
		top: 185px;

	}

	/* 常见统计知识 */
	.cjtjzs {
		background-color: #fff;
		position: relative;
		top: 40px;
		padding: 10px 0 10px;
	}

	.cjtjzs_head {
		border-bottom: 1px solid #e4e4e4;
		position: relative;
		font-size: 26px;
		font-weight: 600;
		color: #333;
		display: flex;
		align-items: center;
		justify-content: left;
		width: 90%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.cjtjzs_list {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		row-gap: 55px;
		column-gap: 60px;
		padding: 30px 0px;
		width: 90%;
		margin: 0 auto;
	}

	.cjtjzs_list div>a div {
		background-image: url('http://tjj.gxzf.gov.cn/images/tjzs2024_cjBg.png');
		background-size: 100% 100%;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cjtjzs_list div>a {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 150px;
		color: #333;
		font-size: 16px;
		font-weight: 600;
	}

	.cjtjzs_list div>a span {
		padding-top: 10px;

	}

	.cjtjzs_head::after {
		content: '';
		position: absolute;
		width: 14.5%;
		height: 2.5px;
		bottom: -2px;
		left: 0;
		background-color: #0778e0;
	}

	.toMore {
		position: absolute;
		color: #0778E0;
		right: 0;
		top: 75%;
		transform: translate(0, -25%);
		font-size: 16px;
		margin-top: -5px;

	}




	/*  */
	.div-lm4-4 {
		position: relative;
		top: 265px;

	}


	/* 轮播图容器样式 */
	.slider {
		position: relative;
		width: 560px;
		height: 180px;
		margin: 0 auto;
		overflow: hidden;
		top: 50%;
		transform: translate(-0%, -50%);
	}

	/* 幻灯片样式 */
	.slides {
		display: flex;
		width: 100%;
		transition: transform 0.5s ease;
		width: 560px;
		height: 180px;
	}

	/* 图片列表样式 */
	.gund-list {
		display: flex;
		list-style-type: none;
		margin: 0;
		padding: 0;

	}

	/* 列表项样式 */
	.ban-list-li {
		flex: 0 0 280px;
		margin-right: 30px;
		position: relative;
	}

	/* 文字标签样式 */
	.slides span {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		color: white;
		width: 100px;
		height: 40px;
		font-size: 18px;
		background-color: #2567f0;
		font-size: 16px;
		font-weight: 500;
		border-top-right-radius: 20px;
		line-height: 40px;
		text-align: center;

	}

	.arrow-container {

		position: absolute;
		top: 50%;
		width: 700px;
		transform: translate(-0%, -50%);
	}

	.left-arrow-img {
		float: left;
		position: relative;
		left: 15px;
	}

	.right-arrow-img {
		float: right;
		position: relative;
		right: 15px;
	}

	.chart {
		margin: 50px auto;
		border: 5px solid #eaf4fe;
	}


	.lm4-4-container {
		display: flex;
		width: 1400px;
		margin: 50px auto;
		overflow: hidden;
	}

	/* 左侧内容区域样式 */
	.left-content {
		width: 920px;
		height: 540px;
		border-right: 1px solid #d9e8f2;
		overflow-y: auto;
		background-color: #fff;
		/* 内容过多时出现滚动条 */
	}

	.question-box {
		padding: 10px 15px;
		/* border-radius: 8px;
        background-color: #f7fbff; */

	}

	.question-title {
		font-size: 24px;
		color: #286cbf;
		margin-bottom: 15px;
		font-weight: 600;
		padding: 20px 15px;
		background-color: #cee3fe;
		border-radius: 15px 15px 0 0;
	}

	.question-title a {
		font-size: 24px;
		color: #286cbf;
		font-weight: 600;
	}

	.question-box p {
		font-size: 16px;
	}

	.measure-list {
		list-style: inside decimal;
		/* 让列表项编号在容器内显示 */
		padding-left: 10px;
	}

	.measure-list li {
		margin-bottom: 10px;
		text-indent: 0;
		/* 清除列表项的首行缩进 */
	}

	/* 右侧表单区域样式 */
	.right-form {
		flex: 1;
		padding: 0 8px 0 30px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.form-item {
		margin-bottom: 15px;
	}

	.form-label {
		display: block;
		margin-bottom: 5px;
		font-weight: 500;
		font-size: 24px;
	}

	.form-input {
		width: 97%;
		border: 1px solid #fff;
		border-radius: 10px;
		font-size: 24px;
		resize: none;
		height: 58px;
		padding-left: 15px;
	}

	.form-textarea {
		width: 97%;
		padding-left: 15px;
		padding-top: 15px;
		border: 1px solid #fff;
		border-radius: 10px;
		font-size: 24px;
		resize: none;
		height: 300px;
	}

	.form-input:focus {
		border: 2px solid #4a90e2;
		/* 蓝色边框 */
		outline: none;
		/* 移除浏览器默认的高亮轮廓（可选） */
	}

	.form-textarea:focus {
		border: 2px solid #4a90e2;
		/* 蓝色边框 */
		outline: none;
		/* 移除浏览器默认的高亮轮廓（可选） */
	}

	.submit-btn {
		width: 260px;
		height: 60px;
		margin: 0 auto;
		background-color: #2567f0;
		color: #fff;
		border: none;
		border-radius: 15px;
		cursor: pointer;
		font-size: 30px;
		align-self: flex-start;

	}



	/* 自定义滚动条样式（webkit内核浏览器，如Chrome、Safari等） */
	.left-content::-webkit-scrollbar {
		width: 14px;
		/* 滚动条宽度 */
	}

	.left-content::-webkit-scrollbar-track {
		background-color: #f0f0f0;
		height: 540px;
		/* 滚动条轨道颜色 */
	}

	.left-content::-webkit-scrollbar-thumb {
		background-color: #0877fd;
		height: 125px;
		/* 滚动条滑块颜色 */
		border-radius: 20px;
	}

	.left-content::-webkit-scrollbar-thumb:hover {
		background-color: #a1a1a1;
		/* 滚动条滑块hover颜色 */
	}


	.right_icon {
		background-image: url(http://gxftz.gxzf.gov.cn/template/GXFTZ-2021/skin/images/home_right.png);
	}

	.cjwt_icon {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 10px;
		height: 10px;
		position: absolute;
		left: 5px;
		top: 28px;
	}

	.bottom_icon {
		background-image: url(http://gxftz.gxzf.gov.cn/template/GXFTZ-2021/skin/images/home_bottom.png);
	}

	.foldpanel dt {
		border-bottom: 0px solid #ccc;
		margin: 0px;
		font-size: 115%;
		background: #ffffff;
		cursor: pointer;
		padding: 20px 10px 10px 20px;
		font-weight: bold;
		display: flex;
		position: relative;
	}

	.foldpanel dd {
		border: 5px solid #fdce00;
		margin: 0 10px;
		display: none;
		padding: 9px 22px;
		background-color: #fff2a7;
	}

	.faq_item_desc .btn_more {
		color: #0067e9;
	}

	.foldpanel a {
		display: inline;
		transition: all .2s ease 0s;
	}

	.desc a {
		text-decoration: none;
		color: #222;
	}

	.desc:hover {
		color: #000000;
		text-decoration: none;
	}

	.gd {
		position: absolute;
		right: 0px;
		color: #0777ff;
		top: 50px;
		font-weight: 600;
	}

	.zw {
		position: absolute;
		display: block;
		width: 125px;
		height: 37px;
		right: 149px;
		bottom: 74px;
	}

	.yw {
		position: absolute;
		display: block;
		width: 125px;
		height: 37px;
		right: 149px;
		bottom: 21px;
	}