    	.container{
        	width: 900px;
        	margin: 0 auto;
        }
        .left{
        	float: left;
        }
        .right{
        	float: right;
        }

        .header-time{
        	height: 33px;
        	background: url('../images/localtime_bg.jpg');
        	line-height: 32px;
        }
	    .header-time span{
	    	color: #FFFFFF;
        	font-size: 16px;
        	margin:0 20px;
	    }
	    .header-time a{
	    	color: #FFFFFF;
        	font-size: 14px;
        	margin: 0 5px;
        	text-decoration: none;
	    }
	    .header-bg{
	    	height: 120px;
	    }
	    .header-bg img{
	    	width: 100%;
	    	height: 100%;
	    }
		.nav {
			height: 30px;
			background: url('../images/nav.png');
			background-size: cover;
			line-height: 30px;
		}
	    .nav ul {
			list-style: none; /* 移除项目符号 */
			padding: 0;       /* 清除默认内边距 */
			display: flex;    /* 核心：开启弹性布局 */
			flex-wrap: wrap;  /* 可选：允许换行 */
			color: #fff;
		}
		.nav li {
			/* 可选样式 */
			margin:0 0.7rem;
		}
		.nav a{
			color: #fff;
			font-size: 14px;
		}

		/* 交互优化（悬停效果） */
		.nav li:hover { text-decoration: none; }

		.search{
			height: 30px;
			line-height: 30px;
			background: #f1f1f4;
			text-align: center;
		}
		.search input{
		    vertical-align: middle;
		}
		.main{
			margin-top: 5px;
		}

		.main-left{
			width: 238px;
			float: left;
		}
		.main-right{
			width: 660px;
			float: right;
		}
		.index-div{
			border: 1px solid #eee;
			float: left;
			margin-bottom: 5px;
		}
		.commer-item-header{
			width: 100%;
			height: 28px;
			background: url(../images/item-header-bg.gif);
		}
		.commer-item-name{
			width: 80px;
			height: 20px;
			line-height: 20px;
			color: #fff;
			font-size: 12px;
			font-family: '宋体';
			text-align: center;
			background: url(../images/item-name-bg.jpg);
			margin: 8px 0 0 10px;
    		float: left;
		}
		.commer-item2{
			width: 80px;
			height: 20px;
			line-height: 20px;
			color: #fff;
			font-size: 12px;
			font-family: '宋体';
			text-align: center;
			background: url(../images/item-name-bg-noactive.jpg);
			margin: 8px 0 0 2px;
    		float: left;
		}
		.active{
			background: url(../images/item-name-bg.jpg) !important;
		}
		.more{
			width: 46px;
			height: 14px;
			float: right;
			background: url(../images/more.jpg);
			margin: 8px 5px 0 0;
		}
		 .scroll-container {
            overflow: hidden;
        }

        .scroll-list {
        	height: 240px;
            list-style-type: none;
            padding: 0;
            margin: 0;
            animation: scroll 10s linear infinite;
        }


        @keyframes scroll {
            0% {
                transform: translateY(0);
            }
            100% {
                 /* 滚动距离 = 每个 li 的高度 * (li 的数量 - 容器能显示的 li 数量) */
                transform: translateY(calc(-30px * 15));
            }
        }

        /*友情链接*/
        .yqlj{
        	width: 230px;
			height: 94px;
			text-align: center;
        }
        .yqlj select{
        	margin: 6px 0;
        }
		/*政策措施*/
		.zccs{
			width: 230px;
			height: 230px;
		}
		.left-slide{
			width: 230px;
			height: 280px;
		}
		/*通用 list li*/
		.content-list-left li{
			font-size: 12px;
			font-family: '宋体';
			color: #333333;
			margin: 10px 0  13px 10px;
		}
		.content-list-left li>img{
			margin-right: 5px;
		}
		
		.content-list-left a{
			color: #333333;
		}
		.content-list-left a:hover{
			color: red;
			text-decoration: underline;
		}

		.content-list-right li{
			font-size: 12px;
			font-family: '宋体';
			color: #333333;
			margin: 4px 10px;
			border-bottom: 1px dashed #d0d0d2;
		}
		.content-list-right li>img{
			margin-right: 10px;
		}
		.content-list-right a{
			color: #333333;
		}
		.content-list-right a:hover{
			color: red;
			text-decoration: underline;
		}
		/*协会图片新闻*/
		.tpxw{
			width: 330px;
			height: 230px;
		}
		.wmxx , .cbyjxx ,.xhgz , .zscbxx , .jmjd{
			width: 330px;
			height: 230px;
		}
		
		
		/*foot*/
		.foot{
			width: 900px;
			height: 102px;
		}
		.foot-bg{
			width: 900px;
			height: 92px;
			padding-top: 20px;
			background: url(../images/foot-bg.gif);
			text-align: center;
		}
		/*swpier*/
		.swiper {
            width: 328px;
            height: 190px;
        }

     	 .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

      	.slide-title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            margin: 0;
            text-align: center;
        }

      	.swiper-pagination {
            position: absolute;
            bottom: 10px;
            right: 10px;
            left: auto;
            width: auto;
        }

            /********************list****************/
	.commer-line{
		width: 900px;
		height: 19px;
		background: url(../images/two_top.gif);
	}
	.item-list-nav-header{
		width: 215px;
		height: 40px;
		background: url(../images/two_left_bt.jpg);
		font-weight: 600;
    	padding: 10px 0 0 80px;
    	margin-bottom: 5px;
	}
	.item-list-nav li{
		background-color: rgb(128, 218, 253);
    	height: 30px;
    	width: 215px;
	    margin: 1px 0;
	    padding-left: 55px;
	    clear: both;
	}
	.item-list-nav li>img{
		margin-right: 5px;
	}
	.item-list-nav li>a{
	    color: #000;
		font-weight: 600;
		font-size: 12px;
	}
	.item-list-nav-list-child{
		margin-left: -55px;
		display: none;
	}
	.item-list-nav-list-child li{
		padding-left: 80px;
		height: 25px;
    	background-color: rgb(243, 243, 243);
	}
	.dqwz{
		font-weight: 600;
	    padding-left: 20px;
	    height: 30px;
	    line-height: 30px;
	    background-color: rgb(232, 247, 254);
	}
	.show-list ul{
		padding: 20px 0 0 40px;
	}
	.show-list li{
		margin: 5px 0 ;
		width: 605px;
		height: 23px;
		font-size: 12px;
		list-style-type: disc;
		border-bottom: 1px solid #eee ;
	}
	.show-list li>a{
		font-size: 12px;
		color: #000;
	}
	.list-name{
		margin-right: 12px;
	}
	.time{
		float: right;
	}
	/*********************show *************************/
	.div-content{
		padding: 10px;
	}
	.content-header{
		height: 120px;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	.content-header p{
		text-align: right;
		padding-right: 10px;
	}
	.content-header a{
		font-size: 12px;
		color: #000;
	}
	.content-title{
		display: block;
		margin: 30px 0 10px 0;
		font-weight: 600;
	}
	.content-time{
		display: block;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.content{
		margin-top: 20px;
		font-size: 22px;
		line-height: 1.5;
	}
	
	
	/****************Page *********************/
	   .page-style {
            padding: 8px 12px;
            font-family: "宋体", SimSun, Arial, sans-serif;
            font-size: 12px;
            color: #333;
            background-color: #f9f9f9;
            border: 1px solid #ccc;
            border-radius: 2px;
            display: inline-block;
            text-align: center;
            margin-top:20px;
        }
        
        .page-style a,
        .page-style b {
            display: inline-block;
            padding: 3px 8px;
            margin: 0 1px;
            text-decoration: none;
            color: #003399;
            border: 1px solid #ccc;
            background-color: #fff;
            vertical-align: middle;
        }
        
        .page-style a:hover {
            background-color: #e8f4ff;
            border-color: #003399;
        }
        
        .page-style b {
            background-color: #0052cc;
            color: #fff;
            border-color: #0047b3;
            font-weight: bold;
        }
        
        .page-style a:first-child {
            border: none;
            background: none;
            padding-left: 0;
            margin-right: 10px;
        }
        
        .page-style a:first-child b {
            background: none;
            color: #333;
            border: none;
            padding: 0;
            font-weight: bold;
        }