Blame view

staticViews/gsgg.html 2.3 KB
1
<!DOCTYPE html
任超 committed
2
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 4 5 6 7
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <style>
  </style>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
任超 committed
8
  <title>公告</title>
任超 committed
9 10
  <script type="text/javascript" src="../../staticJs/head.js"></script>
  <link rel="stylesheet" type="text/css" href="../../staticCss/gsgg.css">
11
</head>
任超 committed
12

13
<body>
任超 committed
14 15 16
  <div class="navigation_crumbs">
    <div class="contentBox">
      <span class="layui-breadcrumb">
任超 committed
17
        <a href="../../index.html">首页</a>
任超 committed
18
        <a>政务公开</a>
任超 committed
19 20 21
        <a><cite>公示公告</cite></a>
      </span>
    </div>
22 23 24 25
  </div>
  <div class="mainbody">
    <!-- 列表区域 -->
    <div class="listArea">
任超 committed
26
      <div class="announcement_list">
任超 committed
27
        <ul class="gglist" id="notice-list">
任超 committed
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
          <!-- 公示 -->
          <li> 
            <a href="/staticImages/notice/" target="_blank">
              <div class="notice-item"> 
                <svg class="icon svg-icon" aria-hidden="true">
                  <use xlink:href="#icongongshi"></use>
                </svg>
                <p class="item_list"> 2222222 </p>
              </div>
            </a> 
          </li>
          <!-- 公告 -->
          <li> 
            <a href="/staticImages/notice/" target="_blank">
              <div class="notice-item"> 
                <svg class="icon svg-icon" aria-hidden="true">
                  <use xlink:href="#icongonggao1"></use>
                </svg>
                <p class="item_list"> 2222222 </p>
              </div>
            </a> 
          </li>
任超 committed
50
        </ul>
任超 committed
51
        <div id="page"></div>
任超 committed
52
      </div>
任超 committed
53
      <div class="listArea_right">
54 55
        <ul class="rightcontainer">
          <h2 class="right-top">新闻推荐</h2>
任超 committed
56
          <div class="news_recommendation"></div>
57 58 59 60 61
        </ul>
        <ul class="diver">
          <li></li>
        </ul>
        <ul class="rightcontainer">
任超 committed
62
          <h2 class="zc-top">相应政策</h2>
任超 committed
63 64
          <div id="regulation">
          </div>
65 66 67 68 69
        </ul>
      </div>
    </div>
  </div>
</body>
任超 committed
70 71 72
<script type="text/javascript" src="../../staticJs/common.js"></script>
<script type="text/javascript" src="../../staticJs/down.js"></script>
<script type="text/javascript" src="../../staticJs/gsgg.js"></script>
73
</html>