| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <title>受理内容</title>
- <style>
- .sub_title{
- position: relative;
- text-align: center;
- }
- .sub_title:before,.sub_title:after{
- display: inline-block;
- content: "";
- width: 13%;
- height: 1px;
- background: #c8b379;
- position: absolute;
- top: 50%;
- }
- .sub_title:before{
- left: 25%;
- }
- .sub_title:after{
- right: 25%;
- }
- .content{
- /*text-indent: 24px;*/
- font-size: 13px;
- /*line-height: 23px;*/
- margin: 20px 0;
- }
- .img{
- background: url(../img/border2_02.png) no-repeat;
- height: 30px;
- background-size: cover;
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
-
- <h4 style="text-align: center;">商丘市12345政府服务热线</h4>
- <div class="sub_title">受理内容</div>
-
- <div class="content">
- <p>1、对政府工作及工作人员的批评、意见和建议;</p>
- <p>2、对我市改革开放、经济建设、社会发展等方面的意见和建议;</p>
- <p>3、对政府各部门工作职责、办事程序和政策规定的咨询、意见和建议;</p>
- <p>4、对直接影响群众生活的有关问题及突发事件的处理意见和建议;</p>
- <p>5、对社会生活中发生的需要政府解决的有关问题的意见和建议等。</p>
- </div>
- <!--<div class="img"></div>-->
-
- </div>
-
- <script src="../layui/layui.js"></script>
- <script src="../js/zepto.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <script src="../Script/Common/huayi.http.js"></script>
- </body>
- </html>
|