Sin descripción

shouLiCon.html 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <title>受理内容</title>
  9. <style>
  10. .sub_title{
  11. position: relative;
  12. text-align: center;
  13. }
  14. .sub_title:before,.sub_title:after{
  15. display: inline-block;
  16. content: "";
  17. width: 13%;
  18. height: 1px;
  19. background: #c8b379;
  20. position: absolute;
  21. top: 50%;
  22. }
  23. .sub_title:before{
  24. left: 25%;
  25. }
  26. .sub_title:after{
  27. right: 25%;
  28. }
  29. .content{
  30. /*text-indent: 24px;*/
  31. /*line-height: 23px;*/
  32. font-size: 14px;
  33. line-height: 25px;
  34. margin: 20px 0;
  35. text-align: justify;
  36. color: #636262;
  37. padding: 0 15px;
  38. }
  39. .img{
  40. background: url(../img/border2_02.png) no-repeat;
  41. height: 30px;
  42. background-size: cover;
  43. }
  44. .two_title{
  45. font-size: 15px;
  46. position: relative;
  47. padding-left: 15px;
  48. }
  49. .two_title:before{
  50. position: absolute;
  51. content: "";
  52. height: 20px;
  53. background: #12A7F1;
  54. width: 6px;
  55. left: 0;
  56. border-radius: 2px;
  57. bottom: 3px;
  58. }
  59. </style>
  60. </head>
  61. <body>
  62. <div class="mui-content">
  63. <h4 style="text-align: center;margin-bottom: 30px;">安阳市12345政务服务热线</h4>
  64. <!--<div class="sub_title">受理内容</div>-->
  65. <div class="content">
  66. <!--<p class="two_title">受理</p>-->
  67. <div class="two_title" style="margin-bottom: 10px;">
  68. <b>受理范围</b>
  69. </div>
  70. <div style="text-indent: 24px;text-align: justify;">市民生活中的咨询、投诉、建议和求助,如:道路井盖丢失、水电气暖问题、公共设施损坏、土地、房产、商品质量、交通拥堵、小区物业等相关非紧急事件。</div>
  71. <p>1、咨询类:包括对行政职能职责、政策规定、办事流程等政务信息的咨询;</p>
  72. <p>2、投诉类:包括对行政管理、社会管理、公共服务等便民服务方面的投诉;</p>
  73. <p>3、建议类:包括对行政管理、社会管理与公共服务等方面的意见和建议;</p>
  74. <p>4、求助类:包括对行政职权范围内的管理、服务等方面提出的求助。</p>
  75. <div class="two_title"><b>无法受理</b></div>
  76. <p>1、涉及国家机密、商业秘密、个人隐私的;</p>
  77. <p>2、涉及人大、政协、纪检监察、法院、检察院、军队和武警职能的;</p>
  78. <p>3、已经或应当通过诉讼、仲裁、行政复议等法定途径或信访渠道解决的;</p>
  79. <p>4、有权处理的部门和单位已经受理或正在办理的;</p>
  80. <p>5、诉求事项已依法依规办结,诉求人仍以同一事实和理由提出诉求的;</p>
  81. <p>6、反映110、119、120、122等紧急救助系统受理的;</p>
  82. <p>7、非我省行政职权管辖范围的;</p>
  83. <p>8、其他违反法律、法规、规章、规定的情形。;</p>
  84. <div style="text-indent: 24px;text-align: justify;">市民反映事件是否能够受理以工作人员回复为准。政务职能部门各司其职、分工明确。目前,安阳市12345政务热线转办范围已扩大到73家承办单位,其中包括六县三区。</p>
  85. </div>
  86. <!--<div class="img"></div>-->
  87. </div>
  88. <script src="../layui/layui.js"></script>
  89. <script src="../js/zepto.js"></script>
  90. <script src="../Script/Common/huayi.config.js"></script>
  91. <script src="../Script/Common/huayi.http.js"></script>
  92. </body>
  93. </html>