body {
				background: #FFFFFF;
			}
			
			body .wrap {
				padding: 0px 0px;
			}
			
			.sitemap-title {
				color: #0777ff;
				font-size: 40px;
				margin-bottom: 30px;
				padding-bottom: 10px;
				font-weight: bold;
				position: relative;
				padding-left: 19px;
			}
			.sitemap-title::before{content: '';display: block; width: 10px;height: 38px;background: #3064fe;position: absolute;left: 0;top: 10px;}
			
			.section {
				margin-bottom: 30px;
			}
			
			.section-title {
				color: #0093fa;
				font-size: 18px;
				margin-bottom: 15px;
				height: 80px;
				line-height: 80px;
				font-size: 30px;
				font-weight: bold;
				background: url(/material/images/map/li-bg.png) no-repeat 100%;
				display: flex;
				align-items: center;
			}
			.section-wrap .section .icon-img{display: inline-block;margin: auto 10px auto 33px;}
			.section-wrap .section:nth-child(1) .icon-img{width: 31px;height: 30px; background: url(/material/images/map/icon-zfxxgk.png) no-repeat;}
			.section-wrap .section:nth-child(2) .icon-img{width: 30px;height: 33px;background: url(/material/images/map/icon-zwfw.png) no-repeat;}
			.section-wrap .section:nth-child(3) .icon-img{width: 31px;height: 28px; background: url(/material/images/map/icon-zmhd.png) no-repeat;}
			.section-wrap .section:nth-child(4) .icon-img{width: 31px;height: 31px; background: url(/material/images/map/icon-gxsj.png) no-repeat;}
			.section-wrap .section:nth-child(5) .icon-img{width: 31px;height: 33px; background: url(/material/images/map/icon-yddm.png) no-repeat;}
			.section-wrap .section:nth-child(6) .icon-img{width: 32px;height: 25px; background: url(/material/images/map/icon-mlgx.png) no-repeat;}
			.section-wrap .section:nth-child(7) .icon-img{width: 31px;height: 27px; background: url(/material/images/map/icon-xmjz.png) no-repeat;}
			
			.section-content {
				margin-left: 20px;
			}
			
			.item-list {
				list-style-type: none;
				padding: 0;
				display: flex;
				flex-wrap: wrap;
				gap: 25px;
			}
			
			.item-list li {
				position: relative;
				padding-left: 68px;
				font-size: 24px;
				min-width: 18%;
				line-height: 50px;
			
			}
			
			.item-list li::before {
				content: "●";
				color: #448fff;
				font-size: 24px;
				position: absolute;
				left: 47px;
				top: 50%;
				transform: translateY(-50%);
			}
			