商丘市柘城县——前端

shouLiCon.html 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. .content p {
  40. text-indent: 24px;
  41. /*margin: 0;*/
  42. }
  43. .img{
  44. background: url(../img/border2_02.png) no-repeat;
  45. height: 30px;
  46. background-size: cover;
  47. }
  48. .two_title{
  49. font-size: 15px;
  50. position: relative;
  51. padding-left: 15px;
  52. }
  53. .two_title:before{
  54. position: absolute;
  55. content: "";
  56. height: 20px;
  57. background: #12A7F1;
  58. width: 6px;
  59. left: 0;
  60. border-radius: 2px;
  61. bottom: 3px;
  62. }
  63. </style>
  64. </head>
  65. <body>
  66. <div class="mui-content">
  67. <h4 style="text-align: center;margin-bottom: 30px;">柘城县12345政府服务热线</h4>
  68. <div class="sub_title">受理内容</div>
  69. <div class="content">
  70. <!--<p class="two_title">受理</p>-->
  71. <!--<div class="two_title" style="margin-bottom: 10px;">
  72. <b>受理范围</b>
  73. </div>-->
  74. <div style="text-indent: 24px;text-align: justify;">柘城县12345政府服务热线受理板块大致分为:咨询类、求助类、建议类、表扬类和投诉类五大部分。</div>
  75. <div style="text-indent: 24px;text-align: justify;">热线受理内容如下:本服务平台受理柘城县人民群众诉求,如咨询各类政策、民生等公共信息,求助解决当前困境及相关职能部门办理业务,或对城市建设、社会生活、经济发展等方面的建议或意见,日常工作、生活中受益他人可提出表扬及感谢,投诉举报违法违规行为和非紧急类诉求问题均可向本平台反映。</div>
  76. <div style="text-indent: 24px;text-align: justify;">如有下列情形之一的,12345热线不予受理:</div>
  77. <p>(1)涉及国家机密、商业秘密、个人隐私的;</p>
  78. <p>(2)违反宪法、法律规定的;</p>
  79. <p>(3)煽动颠覆国家政权,推翻社会主义制度的;</p>
  80. <p>(4)超出12345管辖范围的信息咨询、投诉或举报;</p>
  81. <p>(5)涉及人大、政协、纪检监察、法院、检察院、军队和武警职能的;</p>
  82. <p>(6)已经或应当通过诉讼、仲裁、行政复议等法定途径或信访渠道解决的;</p>
  83. <p>(7)有权处理的部门和单位已经受理或正在办理的;</p>
  84. <p>(8)反映问题属于110、119、120、122等紧急救助系统受理的;</p>
  85. <p>(9)公开侮辱他人,捏造事实诽谤他人或恶意攻击他人的;</p>
  86. <p>(10)其他不符合国家法律、法规规定的举报或投诉。</p>
  87. <!--<div class="img"></div>-->
  88. </div>
  89. </div>
  90. <script src="../layui/layui.js"></script>
  91. <script src="../js/zepto.js"></script>
  92. <script src="../Script/Common/huayi.config.js"></script>
  93. <script src="../Script/Common/huayi.http.js"></script>
  94. </body>
  95. </html>