| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <!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;*/
- /*line-height: 23px;*/
- font-size: 14px;
- line-height: 25px;
- margin: 20px 0;
- text-align: justify;
- color: #636262;
- padding: 0 15px;
- }
- .content p {
- text-indent: 24px;
- /*margin: 0;*/
- }
- .img{
- background: url(../img/border2_02.png) no-repeat;
- height: 30px;
- background-size: cover;
- }
- .two_title{
- font-size: 15px;
- position: relative;
- padding-left: 15px;
- }
- .two_title:before{
- position: absolute;
- content: "";
- height: 20px;
- background: #12A7F1;
- width: 6px;
- left: 0;
- border-radius: 2px;
- bottom: 3px;
- }
-
-
- </style>
- </head>
- <body>
- <div class="mui-content">
- <h4 style="text-align: center;margin-bottom: 30px;">虞城县12345政府服务热线</h4>
- <div class="sub_title">受理内容</div>
- <div class="content">
- <!--<p class="two_title">受理</p>-->
- <!--<div class="two_title" style="margin-bottom: 10px;">
- <b>受理范围</b>
- </div>-->
- <div style="text-indent: 24px;text-align: justify;">虞城县12345政府服务热线受理板块大致分为:咨询类、投诉类、建议类和求助类。</div>
- <div style="text-indent: 24px;text-align: justify;">如有下列情形之一的,12345热线不予受理:</div>
- <p>(1)涉及国家机密、商业秘密、个人隐私的;</p>
- <p>(2)涉及人大、政协、纪检监察、法院、检察院、军队和武警职能的;</p>
- <p>(3)已经或应当通过诉讼、仲裁、行政复议等法定途径或信访渠道解决的;</p>
- <p>(4)有权处理的部门和单位已经受理或正在办理的;</p>
- <p>(5)诉求事项已依法依规办结,诉求人仍以同一事实和理由提出诉求的;</p>
- <p>(6)反映问题属于110、119、120、122等紧急救助系统受理的;</p>
- <p>(7)非我省行政职权管辖范围的;</p>
- <p>(8)其他违反法律、法规、规章、规定的情形。</p>
- <!--<div class="img"></div>-->
- </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>
|