@charset "utf-8";

/* CSS Document */

html {
    max-width: 640px;
    margin: 0px auto;
    min-height: 100%;
}


* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:not {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

*:focus {
    outline: none;
}
.flex{display: flex;}
.flex1{flex: 1}
.flex2{flex: 2}
body {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
    font-family: "微软雅黑";
    margin: 0px auto;
    font-size: 0.14rem;
    color: #333;
    min-height: 100%;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}

a:hover {
    text-decoration: none;
}
.pblo{
    padding-bottom: 120px;
}
button,
 input[type='text'],
 input[type='button'],
 input[type='submit'],
textarea,
label,
select{
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    font-family: "微软雅黑";
}

dt,
dd {
    display: inline-block;
}

table,

td {
    border-collapse: collapse;
}

ul,
ol,
li {
    list-style: none;
}

em,
i,
dfn {
    font-style: normal;
}
.blank15{height:15px;background: #eee;}

#Body{
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    min-height: 100%;
}
#head{
    height: 90px;
    background: url(/material/m/img/bg.png) center no-repeat;
    background-position: center 0;
}
#head .logo{
    display: flex;
    align-items: center;
}
#head .logo img{
    width: 100%;
}
#head .search{
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
#head .search_ss{
    width: 40px;
    height: 40px;
    background: url(/pub/hnqxj/material/m/img/search.png) center no-repeat;

}
#head .search_nav{
    width: 40px;
    height: 40px;
    background: url(/material/m/img/nav.png) center no-repeat;
    margin: 0 15px;
}

/*nav*/
.nav{
    height: 50px;
    line-height: 50px;
    position: relative;
    background: -webkit-linear-gradient(left, #02c9a7 , #025ffb);
    background: -o-linear-gradient(right, #02c9a7 , #025ffb);
    background: -moz-linear-gradient(right, #02c9a7 , #025ffb);
    background: linear-gradient(to right,#02c9a7 , #025ffb);
}
.nav_xl{
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100;
    background: -webkit-linear-gradient(left,#025ffb, #02c9a7 );
    background: -o-linear-gradient(right, #025ffb, #02c9a7 );
    background: -moz-linear-gradient(right, #025ffb, #02c9a7 );
    background: linear-gradient(to right,#025ffb, #02c9a7 );
}
.nav span,.nav_xl span{
    text-align: center;
}
.nav span a,.nav_xl span a{
    color: #fff;
    font-size: 18px;
}
.nav span i{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
}

/* 焦点图 */
.slideBox{ position:relative;  margin:auto;  max-width:560px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:50px; right:40%; z-index:1; }
.slideBox .hd li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fb135f;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(/material/m/css/images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */height: 250px;}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;font-size: 20px; font-weight: bold;margin-top: 30px;  color:#000;  text-align:center;  }

/*新闻切换*/
.tabBox .hd{ height:40px; line-height:40px; padding:0 10px; font-size:20px; }
.tabBox .hd ul{ overflow:hidden;  }
.tabBox .hd ul li{ float:left; margin:0 10px; padding: 0 8px;color:#515151;  }
.tabBox .hd ul .on{ border-bottom:2px solid #0281e0;font-weight: bold;   }
.tabBox .hd ul .on a{ display:block;color:#0281e0; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
.tabBox .bd ul{ padding: 0 10px;  }
.tabBox .bd li{ height: ;:33px; line-height:33px;   }
.tabBox .bd a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.tabBox .bd li a{ color:#404040; font-size: 16px; }
.tabBox .bd .t{ /*height:95px;*/ overflow:hidden; border-bottom: 1px solid #eee;padding: 15px 0;}
.tabBox .bd .t .pic{ width:130px; float:left;    }
.tabBox .bd .t .pic img{width: 100%;}
.tabBox .bd .t .con{line-height:20px; display: flex;flex-flow: row wrap; align-content: space-between;  }
.tabBox .bd .t .con p{ font-size:16px; color:#999;  }

/* 信息公开 */
.gkslide,.ztslide{
    position: relative;
}
.gkslide .swiper-pagination,.ztslide .swiper-pagination{
    top: 15px;
    right: 20px
}
.gkslide .swiper-pagination span,.ztslide .swiper-pagination span{
    margin-left: 10px;
}
.gkslide .hd,.ztslide .hd{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
}
.gkslide .hd span,.ztslide .hd span{
    float: left;
    margin: 0 10px;
    padding: 0 8px;
    color: #0281e0;
    border-bottom: 2px solid #0281e0;
    font-weight: bold;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .gkslide .swiper-slide .pic{
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 58px;
    border: 1px #0261f8 solid;
    border-radius: 55px;
    color: #0261f8;
    display: block;
    margin: 0px auto;
    font-size: 32px;
  }
  .ztslide .swiper2{
      padding: 0 25px;
  }
  .ztslide .swiper-slide img{
      width: 100%;
      height:50px;
      margin: auto;
  } 

  #foot{
      border-top: 5px solid #0261f8;
      padding: 15px;
  }
  #foot img{
      float: right;
      width: 50px;
  }
  #foot p{
      font-size: 14px;
      color: #666;
  }
    /* 弹出菜单栏 */
.nav_t{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 1000;
}
.nav_t_auto{
    width: 100%;
    height: 95%;
    overflow: auto;
}
.nav_t .nav_close{
    height: 40px;
    background: #4989C6;
    font-weight: bold;
    color: #fff;
    font-size: 1.3rem;
    line-height: 40px;
    text-indent: 10px;
}
.nav_t .nav_t_column{
    padding: 10px 15px;
    overflow: hidden;
}
.nav_t .nav_t_column h3{
    font-size: 1.1rem;
    line-height: 1.6;
}
.nav_t .nav_t_column ul li{
    float: left;
    width: 33%;
    font-size: 1rem;
    line-height: 30px;
}
#header{
    height: 60px;
    width: 100%;
    background: url(/material/m/img/bg.png) center no-repeat;
    background-size: 100%;
    padding: 15px
}
.nhd_tit{
    flex: 3;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.return a{
    display: block;
    background: url(/material/m/img/return.png) center no-repeat;
    width: 35px;
    height: 25px;
}
.er_nav{
    display: block;
    background: url(/material/m/img/nav.png) center right no-repeat;
    width: 30px;
    height: 29px;

}

/* 列表 */
.er_list,.list_list{
    padding: 5px 10px;
}
.er_list li,
.list_list li{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.er_list .er_more{
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center;
    padding: 15px;
}

/*内容*/
.header-bor{
    border-top: 5px solid #4989C6;
}
.new_text,.news_r_text{
    padding: 10px;
}
.new_text .new_text_tit,.news_r_text .text_tit #ReportIDname{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.new_text .new_text_time,
.news_r_text .text_tit .text_time{
    font-size: 14px;
    color: #666;
}
.new_text_text,
.text_text{
    margin-top: 20px;
}
.new_text .new_text_text img,
.text_text img{
    max-width: 100%;
    height: auto;
}
.new_text_text p,
.text_text p{
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

/* pc隐藏 */
.pc_header,.left-nav,.left-nav1,#Footer,#page,.pc_news_l,#path,.list_list li span{
    display: none;
}