| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <!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{
- font-size: 14px;
- line-height: 25px;
- margin: 20px 0;
- text-align: justify;
- color: #636262;
- padding: 0 15px;
-
-
- }
- .content p{
- word-wrap:break-word;
- word-break:break-all;
- }
- .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;
- }
- .liucheng{
- background: url(../img/liucheng.png) no-repeat;
- background-size: 100% 100%;
-
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
-
- <h4 style="text-align: center;">安阳市12345政务服务热线</h4>
- <!--<div class="sub_title">受理方式</div>-->
-
- <div class="content">
- <div class="two_title" style="margin-bottom: 10px;">
- <b>受理方式</b>
- </div>
- <div style="text-indent: 24px;text-align: justify;">市民可以通过拨打热线、微信公众号提交、微博互动、发送邮件、网站提交诉求、手机APP 等六种方式反映诉求。</div>
- <p>1、热线:0370 12345</p>
- <p>2、微博</p>
- <p>3、邮箱</p>
- <p>4、网站网址:http://12345.shangqiu.gov.cn:8810/</p>
- <p>5、手 机 APP</p>
- <p>6、微信公众号:微信搜索“安阳市12345服务热线”</p>
- <div class="two_title" style="margin-bottom: 10px;">
- <b>办理流程</b>
- </div>
- </div>
- <div class="liucheng">
-
- </div>
- <img src="../img/liucheng.jpg" alt="" style="width: 100%;" />
- <!--<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>
|