| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <!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;
- }
- </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;">群众可以通过拨打睢县12345政府服务热线、睢县12345政府服务热线微信公众号提交、睢县政府网站领导信箱、睢县12345政府服务热线网站等方式反映诉求。</div>
- <p>1、睢县12345政府服务热线电话:12345</p>
- <!--<p>2、睢县政府网站领导信箱:http://www.luyi.gov.cn/index.php/letter-list</p>-->
- <p>2、微信公众号:微信搜索“睢县12345政府服务热线”</p>
- <p>3、睢县12345网站地址:http://suixian12345.com/</p>
- <!--<div class="img"></div>-->
- </div>
- <div class="sub_title">办理流程</div>
- <img src="../img/liucheng.jpg" alt="" style="width: 100%;" />
- </div>
- </body>
- </html>
|