nw-index.jsp 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
  5. <%@taglib uri="/struts-tags" prefix="s" %>
  6. <%@ page pageEncoding="utf-8" %>
  7. <%@ page language="java" import="java.util.*" %>
  8. <%@ page import=" com.ccgj.database.manager.*" %>
  9. <%@ page import=" com.ccgj.database.factory.*" %>
  10. <%@ page import=" com.ccgj.database.beans.*" %>
  11. <%@ page import=" java.util.Calendar" %>
  12. <%@ page import=" java.text.SimpleDateFormat" %>
  13. <%
  14. LMBManager lmManager = DatabaseFactory.getLMBIF().getLMBService().getLmbManager();
  15. WZBManager wzManager = DatabaseFactory.getWZBIF().getWZBService().getWzbManager();
  16. List<WZB> list = new ArrayList<WZB>();
  17. String today = new SimpleDateFormat("yyyy-MM-dd").format(Calendar.getInstance().getTime());
  18. %>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  20. <title>长春经济技术开发区内网</title>
  21. </head>
  22. <body>
  23. <!--头部开始-->
  24. <%@include file="top.jsp" %>
  25. <!--头部结束-->
  26. <!--内容开始-->
  27. <div class="contentbox">
  28. <!--*********************************一************************************-->
  29. <!--左边内容-->
  30. <!--图片新闻-->
  31. <div class="leftcont fl">
  32. <div class="all_title">
  33. <a class="all_title_fl" target="_blank"
  34. href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html"><span>图片新闻</span></a>
  35. <a class="all_title_more" target="_blank"
  36. href="<s:property value="#application['basePath']"/>/main/1001005_0/list_img.html">更多+</a>
  37. </div>
  38. <!--*****图片轮播开始*****-->
  39. <div class="ly_01_01">
  40. <div class="ly_01_01_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
  41. href="javascript:void(0)"></a>
  42. <ul>
  43. <!-- 重要活动 1001002 -->
  44. <%list = wzManager.getWzbByFjdz(new String[]{"1001005"}, 1, 0, 8);%>
  45. <%
  46. if (list != null && list.size() > 0) {
  47. for (int i = 0; i < list.size() && i < 5; i++) {
  48. WZB wzb = list.get(i);
  49. %>
  50. <li>
  51. <p>
  52. <a onclick="javacscipt:window.open('<s:property
  53. value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')">
  54. <img width="323px" height="218px"
  55. src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>"
  56. alt="<%=wzb.getWzbt(20) %>"/>
  57. </a>
  58. </p>
  59. <h3><a target="_blank"
  60. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %>
  61. </a></h3>
  62. </li>
  63. <%
  64. }
  65. }
  66. %>
  67. </ul>
  68. </div>
  69. </div>
  70. <!--*****图片轮播结束*****-->
  71. <ul class="all_list" style="margin: 15px 0 0 0;">
  72. <%
  73. if (list != null && list.size() > 5) {
  74. for (int i = 5; i < list.size() && i < 8; i++) {
  75. WZB wzb = list.get(i);
  76. %>
  77. <li><a target="_blank"
  78. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(20) %>
  79. </a></li>
  80. <%
  81. }
  82. }
  83. %>
  84. </ul>
  85. </div>
  86. <!--图片新闻 end-->
  87. <!--中间内容-->
  88. <div class="cont_in fl">
  89. <div class="all_title">
  90. <a class="all_title_fl" target="_blank"
  91. href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html"><span>通知公告</span></a>
  92. <a class="all_title_more" target="_blank"
  93. href="<s:property value="#application['basePath']"/>/main/1001001_0/list.html">更多+</a>
  94. </div>
  95. <ul class="all_list">
  96. <%
  97. list = wzManager.getWzbForPage(1001001, 1, 0, 9);
  98. for (WZB wzb : list) {
  99. %>
  100. <li><a target="_blank"
  101. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
  102. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  103. </em></li>
  104. <%}%>
  105. </ul>
  106. <!--*****图片轮播开始*****-->
  107. <div class="ly_01_06">
  108. <div class="ly_01_06_box">
  109. <a class="df_prev" href="javascript:void(0)"></a>
  110. <a class="df_next" href="javascript:void(0)"></a>
  111. <ul>
  112. <li>
  113. <p>
  114. <a target="_blank"
  115. href="<s:property value="#application['basePath']"/>/main/10010024_0/list_img.html">
  116. <img width="505px" height="70px"
  117. src="<s:property value="#application['basePath']"/>/main/images/lb-5.jpg"/>
  118. </a>
  119. </p>
  120. </li>
  121. <%-- <li>--%>
  122. <%-- <p>--%>
  123. <%-- <a target="_blank" href="<s:property value="#application['basePath']"/>/main/10010019_0/list.html">--%>
  124. <%-- <img width="505px" height="70px" src="<s:property value="#application['basePath']"/>/main/images/lb-1.jpg" />--%>
  125. <%-- </a>--%>
  126. <%-- </p>--%>
  127. <%-- </li>--%>
  128. <li>
  129. <p>
  130. <a target="_blank"
  131. href="<s:property value="#application['basePath']"/>/main/10010020_0/list.html">
  132. <img width="505px" height="70px"
  133. src="<s:property value="#application['basePath']"/>/main/images/lb-2.jpg"/>
  134. </a>
  135. </p>
  136. </li>
  137. <li>
  138. <p>
  139. <a target="_blank"
  140. href="<s:property value="#application['basePath']"/>/main/10010021_0/list.html">
  141. <img width="505px" height="70px"
  142. src="<s:property value="#application['basePath']"/>/main/images/lb-3.jpg"/>
  143. </a>
  144. </p>
  145. </li>
  146. <li>
  147. <p>
  148. <a target="_blank"
  149. href="<s:property value="#application['basePath']"/>/main/10010022_0/list.html">
  150. <img width="505px" height="70px"
  151. src="<s:property value="#application['basePath']"/>/main/images/lb-4.jpg"/>
  152. </a>
  153. </p>
  154. </li>
  155. </ul>
  156. <ol></ol>
  157. </div>
  158. </div>
  159. <script type="text/javascript">
  160. $(function () {
  161. $(".ly_01_06").TL_PC_Slider({
  162. box: ".ly_01_06_box ul",
  163. tab: ".ly_01_06_box ol",
  164. type: "TL_Display",
  165. auto_play: true,
  166. page: true,
  167. actions: "tl_hover",//tl_click 点击发生
  168. timer: 800,//持续时间
  169. speed: 3000
  170. });
  171. });
  172. </script>
  173. <!--*****图片轮播结束*****-->
  174. </div>
  175. <!--右边内容-->
  176. <div class="cont_in mr0 fr">
  177. <div class="all_title">
  178. <a class="all_title_fl" target="_blank"
  179. href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html"><span>党务信息</span></a>
  180. <a class="all_title_more" target="_blank"
  181. href="<s:property value="#application['basePath']"/>/main/1001007_0/list_dwxx.html">更多+</a>
  182. </div>
  183. <ul class="all_list" style="">
  184. <%
  185. list = wzManager.getWzbForPage(1001007003, 1, 0, 9);
  186. for (WZB wzb : list) {
  187. %>
  188. <li><a target="_blank"
  189. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
  190. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  191. </em></li>
  192. <%}%>
  193. </ul>
  194. <div class="banner">
  195. <div class="ly_01_05">
  196. <div class="ly_01_05_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
  197. href="javascript:void(0)"></a>
  198. <ul>
  199. <li>
  200. <p>
  201. <a target="_blank"
  202. href="<s:property value="#application['basePath']"/>/main/10010025/dsxxjy.html">
  203. <img width="505px" height="94px"
  204. src="<s:property value="#application['basePath']"/>/main/images/jksjd_zt1.jpg"/>
  205. </a>
  206. </p>
  207. </li>
  208. </ul>
  209. </div>
  210. </div>
  211. <script type="text/javascript">
  212. $(function () {
  213. $(".ly_01_05").TL_PC_Slider({
  214. tab: ".ly_01_05_box ol",
  215. box: ".ly_01_05_box ul",
  216. type: "TL_Display",
  217. auto_play: true,
  218. page: true,
  219. actions: "tl_hover",//tl_click 点击发生
  220. timer: 800,//持续时间
  221. speed: 3000
  222. });
  223. });
  224. </script>
  225. <!--*****图片轮播结束*****-->
  226. </div>
  227. </div>
  228. <div class="clear"></div>
  229. <!--****************************二**********************************-->
  230. <!--左边内容-->
  231. <div class="leftcont fl">
  232. <!--视频新闻选项卡开始-->
  233. <div class="rsj_news_tab">
  234. <div class="div_tab clearfix">
  235. <a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">视频新闻</a>
  236. </div>
  237. <div class="table_list">
  238. <!--*****视频新闻开始*****-->
  239. <div id="banner" class="banner" style="margin-left:-5px;width:334px;">
  240. <iframe src="<s:property value="#application['basePath']"/>/video/video-index.jsp" border="0"
  241. width="356px" height="265px" style="margin-top:0px;margin-right:0px;" frameborder="no"
  242. scrolling="no"></iframe>
  243. </div>
  244. <!--*****视频新闻结束*****-->
  245. <a class="more" target="_blank"
  246. href="<s:property value="#application['basePath']"/>/main/1001004_0/list_video.html">更多+</a>
  247. </div>
  248. </div>
  249. <!--视频新闻选项卡结束-->
  250. </div>
  251. <!--中间内容-->
  252. <div class="cont_in mr10 fr">
  253. <div class="all_title">
  254. <a class="all_title_fl" target="_blank"
  255. href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html"><span>简报信息</span></a>
  256. <a class="all_title_more" target="_blank"
  257. href="<s:property value="#application['basePath']"/>/main/100100112_0/list_xxjb.html">更多+</a>
  258. </div>
  259. <ul class="all_list">
  260. <%
  261. list = wzManager.getWzbForPage(100100112, 1, 0, 9);
  262. for (WZB wzb : list) {
  263. %>
  264. <li><a target="_blank"
  265. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news_xxjb.html"><%=wzb.getWzbt(24) %>
  266. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  267. </em></li>
  268. <%}%>
  269. </ul>
  270. </div>
  271. <!--右边内容-->
  272. <div class="cont_in fr" style="margin: 10px 20px 0px 0px;">
  273. <div class="all_title">
  274. <a class="all_title_fl" target="_blank"
  275. href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html"><span>部门动态</span></a>
  276. <a class="all_title_more" target="_blank"
  277. href="<s:property value="#application['basePath']"/>/main/1001003_0/list.html">更多+</a>
  278. </div>
  279. <ul class="all_list">
  280. <%
  281. list = wzManager.getWzbForPage(1001003, 1, 0, 9);
  282. for (WZB wzb : list) {
  283. %>
  284. <li><a target="_blank"
  285. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
  286. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  287. </em></li>
  288. <%}%>
  289. </ul>
  290. </div>
  291. <div class="clear"></div>
  292. <!--***********************************三******************************************-->
  293. <!--左边内容-->
  294. <div class="leftcont ysdt fl" style="height: 40px;">
  295. <!--重要活动-->
  296. <div class="all_title">
  297. <a class="all_title_fl2 jk_on" target="_blank" onmouseover="showSection('gov', this);"
  298. href="<s:property value="#application['basePath']"/>/main/10020010011007055_0/list_video.html">政务之声</a>
  299. <a class="all_title_fl2" style="margin-left:10px;" target="_blank" onmouseover="showSection('business', this);"
  300. href="http://www.cetdz.gov.cn/zt/rhjzc/"><span>营商动态</span></a>
  301. </div>
  302. <!--*****政务之声轮播开始*****-->
  303. <div id="gov" class="content-section">
  304. <div class="table_list">
  305. <div class="banner" style="margin-left:-5px;width:334px;">
  306. <iframe src="<s:property value="#application['basePath']"/>/video/video-index.jsp" border="0"
  307. width="356px" height="265px" style="margin-top:0px;margin-right:0px;" frameborder="no"
  308. scrolling="no"></iframe>
  309. </div>
  310. <a class="more" target="_blank"
  311. href="<s:property value="#application['basePath']"/>/main/10020010011007055_0/list_video.html">更多+</a>
  312. </div>
  313. </div>
  314. <!--*****政务之声轮播结束*****-->
  315. <!--*****营商动态轮播开始*****-->
  316. <div id="business" class="content-section" style="display: none;position:relative">
  317. <a class="all_title_more more" style="top:-37px" target="_blank" href="<s:property value="#application['basePath']"/>/main/10010013_0/list_img.html">更多+</a>
  318. <div class="ly_01_03">
  319. <div class="ly_01_03_box"><a class="df_prev" href="javascript:void(0)"></a> <a class="df_next"
  320. href="javascript:void(0)"></a>
  321. <ul>
  322. <%
  323. list = wzManager.getWzbByFjdz(new String[]{"10010013"}, 1, 0, 50);
  324. for (WZB wzb : list) {
  325. %>
  326. <li>
  327. <p><a onclick="javacscipt:window.open('<s:property
  328. value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><img
  329. width="326px" height="218px"
  330. src="<s:property value="#application['basePath']"/>/uploadfile/<%=wzb.getFjdz() %>"/></a>
  331. </p>
  332. <h3><a onclick="javacscipt:window.open('<s:property
  333. value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html')"><%=wzb.getWzbt(20) %>
  334. </a></h3>
  335. </li>
  336. <%}%>
  337. </ul>
  338. <script type="text/javascript">
  339. $(function () {
  340. $(".ly_01_03").TL_PC_Slider({
  341. tab: ".ly_01_03_box ol",
  342. box: ".ly_01_03_box ul",
  343. type: "TL_Display",
  344. auto_play: true,
  345. page: true,
  346. actions: "tl_hover",//tl_click 点击发生
  347. timer: 800,//持续时间
  348. speed: 3000
  349. });
  350. });
  351. </script>
  352. </div>
  353. </div>
  354. </div>
  355. <!--*****营商动态轮播结束*****-->
  356. <script type="text/javascript">
  357. function showSection(section, element) {
  358. // 隐藏所有内容
  359. document.querySelectorAll('.content-section').forEach(function (el) {
  360. el.style.display = 'none';
  361. });
  362. // 显示选定的内容
  363. document.getElementById(section).style.display = 'block';
  364. // 移除所有链接的jk_on样式
  365. document.querySelectorAll('.all_title_fl2').forEach(function(link) {
  366. link.classList.remove('jk_on');
  367. });
  368. // 给当前悬浮的链接添加jk_on样式
  369. if (element) {
  370. element.classList.add('jk_on');
  371. }
  372. }
  373. function hideSection() {
  374. // 默认隐藏所有内容
  375. document.querySelectorAll('.content-section').forEach(function (el) {
  376. el.style.display = 'none';
  377. });
  378. // 默认显示政务之声
  379. document.getElementById('gov').style.display = 'block';
  380. }
  381. // 默认显示政务之声
  382. hideSection();
  383. </script>
  384. </div>
  385. <!--中间内容-->
  386. <div class="cont_in mr10 fl">
  387. <div class="all_title">
  388. <a class="all_title_fl" target="_blank"
  389. href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html"><span>政策文件</span></a>
  390. <a class="all_title_more" target="_blank"
  391. href="<s:property value="#application['basePath']"/>/main/10010017_0/list.html">更多+</a>
  392. </div>
  393. <ul class="all_list">
  394. <%
  395. list = wzManager.getWzbForPage(10010017, 1, 0, 9);
  396. for (WZB wzb : list) {
  397. %>
  398. <li><a target="_blank"
  399. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
  400. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  401. </em></li>
  402. <%}%>
  403. </ul>
  404. </div>
  405. <!--右边内容-->
  406. <div class="cont_in mr10 fr">
  407. <div class="all_title">
  408. <a class="all_title_fl" target="_blank"
  409. href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html"><span>领导讲话</span></a>
  410. <a class="all_title_more" target="_blank"
  411. href="<s:property value="#application['basePath']"/>/main/10010014_0/list.html">更多+</a>
  412. </div>
  413. <ul class="all_list">
  414. <%
  415. list = wzManager.getWzbForPage(10010014, 1, 0, 9);
  416. for (WZB wzb : list) {
  417. %>
  418. <li><a target="_blank"
  419. href="<s:property value="#application['basePath']"/>/main/<%=wzb.getId()%>_0/news.html"><%=wzb.getWzbt(24) %>
  420. </a><em><%=wzb.getTjsj("yyyy-MM-dd").substring(5, 10)%>
  421. </em></li>
  422. <%}%>
  423. </ul>
  424. </div>
  425. <div class="clear"></div>
  426. <div class="jgzzbox mr10 fl">
  427. <div class="all_title">
  428. <a class="all_title_fl"><span>组织机构</span></a>
  429. </div>
  430. <!--工作动态选项卡开始-->
  431. <div class="jgzz_in fl">
  432. <div class="jgzz_title clearfix">
  433. <a>管委会机关</a>
  434. <a>事业单位</a>
  435. <a>驻区单位</a>
  436. </div>
  437. <div class="clear"></div>
  438. <ul>
  439. <%
  440. List<LMB> lmbList = lmManager.getVaildLmbByFlmid("1002001", 1);
  441. List<LMB> gsl = new ArrayList<LMB>();
  442. for (LMB lmb : lmbList) {
  443. if (lmb.getId() == 10020010025l) {
  444. gsl.add(lmb);
  445. continue;
  446. }
  447. %>
  448. <li><a target="_blank"
  449. href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
  450. </a></li>
  451. <%}%>
  452. <%for (LMB lmb1 : gsl) {%>
  453. <li><a target="_blank"
  454. href="<s:property value="#application['basePath']"/>/main/<%=lmb1.getId()%>_0/list_gwh.html"><span>●</span><%=lmb1.getLmmc()%>
  455. </a></li>
  456. <%}%>
  457. </ul>
  458. <ul>
  459. <%
  460. lmbList = lmManager.getVaildLmbByFlmid("1002002", 1);
  461. for (LMB lmb : lmbList) {
  462. %>
  463. <li><a target="_blank"
  464. href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
  465. </a></li>
  466. <%}%>
  467. </ul>
  468. <ul>
  469. <%
  470. lmbList = lmManager.getVaildLmbByFlmid("1002003", 1);
  471. for (LMB lmb : lmbList) {
  472. %>
  473. <li><a target="_blank"
  474. href="<s:property value="#application['basePath']"/>/main/<%=lmb.getId()%>_0/list_gwh.html"><span>●</span><%=lmb.getLmmc()%>
  475. </a></li>
  476. <%}%>
  477. </ul>
  478. </div>
  479. <script type="text/javascript">
  480. $(function () {
  481. $(this).TL_Tab({
  482. tab: ".jgzz_in .jgzz_title a",
  483. box: ".jgzz_in ul",
  484. events: "over",// over
  485. num: 1,
  486. speed: 10
  487. });
  488. });
  489. </script>
  490. <!--工作动态结束-->
  491. </div>
  492. <div class="cont_in mr10 fr">
  493. <div class="all_title">
  494. <a class="all_title_fl"><span>登录入口</span></a>
  495. <a class="all_title_more"></a>
  496. </div>
  497. <table class="wlj" cellpadding="0" cellspacing="0">
  498. <tr>
  499. <td align="left" valign="top"><a target="_blank" href="http://www.cetdz.gov.cn"><img
  500. src="<s:property value="#application['basePath']"/>/main/images/jknw_10.gif"/></a></td>
  501. <td align="right" valign="top"><a target="_blank" href="http://www.ccftz.gov.cn/"><img
  502. src="<s:property value="#application['basePath']"/>/main/images/jknw_08.gif"/></a></td>
  503. </tr>
  504. <tr>
  505. <td align="left" valign="top"><a target="_blank"
  506. href="<s:property value="#application['basePath']"/>/manage/"><img
  507. src="<s:property value="#application['basePath']"/>/main/images/jknw_15.gif"/></a></td>
  508. <td align="right" valign="top"><a target="_blank"
  509. href="<s:property value="#application['basePath']"/>/manage/beiqu/login.jsp"><img
  510. src="<s:property value="#application['basePath']"/>/main/images/jknw_18.gif"/></a></td>
  511. </tr>
  512. <%-- <tr>--%>
  513. <%-- <td align="right" valign="top"><a target="_blank" href="http://192.168.1.3:8080/"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_14.gif"/></a></td>--%>
  514. <%-- <td align="right" valign="top"><a target="_blank" href="<s:property value="#application['basePath']"/>/main/1001006_0/list.html"><img src="<s:property value="#application['basePath']"/>/main/images/jknw_20.png"/></a></td>--%>
  515. <%-- </tr>--%>
  516. </table>
  517. </div>
  518. </div>
  519. <style type="text/css">
  520. .content-section {
  521. display: none; /* 默认隐藏所有内容 */
  522. }
  523. </style>
  524. <div class="footer">
  525. <p>版权所有:长春经济技术开发区管委会</p>
  526. <p>技术支持:长春首佳科技有限公司</p>
  527. </div>
  528. </body>
  529. </html>