| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <!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: 15px;
- 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;
- }
- .head{
- /*background: url(../img/per_bg_01.png) no-repeat;*/
- background: url(../img/banner.png) no-repeat;
- background-size: 100% 100%;
- width: 100%;
- height: 200px;
- position: relative;
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
- <div class="head">
- <!--<p class="nickName_box"><span class="nickName">豆芽儿</span><span class="change_nickName">请设置您的昵称</span></p>-->
- <!--<p class="nickName_box"><span class="nickName"></span></p>-->
-
- </div>
- <h4 style="text-align: center;">商丘市12345政府服务热线</h4>
- <div class="sub_title">热线简介</div>
-
- <div class="content">
-
- <p>
- 2017年8月,响应国务院、市政府号召,商丘市12345政府服务热线开始筹备。成立初衷是由于市民政务服务热线过多,为方便市民记忆,所以采取了将服务热线合并统一接入12345,再通过12345热线中心根据具体情况需要进行转接而形成的热线。
- </p>
- <p>
- 商丘市12345政府服务热线实行“一号对外、集中受理、分类处置、统一协调、各方联动、限时办理”的工作机制。市民拨打“12345”热线电话后,电话首先由呼叫中心热线受理员接听。热线受理员接听群众来电后,对能直接解答的咨询类问题,依据知识库信息直接解答,不能直接解答的咨询类问题及求助、投诉和建议,及时转交相关区县、部门办理。相关区县、部门及时妥善办理来电事项并回复市民,同时将办理结果反馈给市民服务热线。
- </p>
- <p>
- 市12345政府服务热线自9月12日试运行以来,实行7×24小时值班,认真落实各项服务措施,完善工单承办系统,真情倾听群众呼声,真实反映群众意愿,真正解决群众困难,基本实现电话、短信、12345网站、微信、微博、APP等六位一体接入全天候运行,不断提升综合受理功能,受到广大群众赞誉。
- </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>
|