| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <!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;">热线受理内容如下:本服务平台受理柘城县人民群众诉求,如咨询各类政策、民生等公共信息,求助解决当前困境及相关职能部门办理业务,或对城市建设、社会生活、经济发展等方面的建议或意见,日常工作、生活中受益他人可提出表扬及感谢,投诉举报违法违规行为和非紧急类诉求问题均可向本平台反映。</div>
- <div style="text-indent: 24px;text-align: justify;">如有下列情形之一的,12345热线不予受理:</div>
- <p>(1)涉及国家机密、商业秘密、个人隐私的;</p>
- <p>(2)违反宪法、法律规定的;</p>
- <p>(3)煽动颠覆国家政权,推翻社会主义制度的;</p>
- <p>(4)超出12345管辖范围的信息咨询、投诉或举报;</p>
- <p>(5)涉及人大、政协、纪检监察、法院、检察院、军队和武警职能的;</p>
- <p>(6)已经或应当通过诉讼、仲裁、行政复议等法定途径或信访渠道解决的;</p>
- <p>(7)有权处理的部门和单位已经受理或正在办理的;</p>
- <p>(8)反映问题属于110、119、120、122等紧急救助系统受理的;</p>
- <p>(9)公开侮辱他人,捏造事实诽谤他人或恶意攻击他人的;</p>
- <p>(10)其他不符合国家法律、法规规定的举报或投诉。</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>
|