﻿@charset "utf-8";

/* CSS Document */

* {
    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: 1rem;
    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;}


#header img{
    width: 100%;
    height: auto;
    display: block;
}
.nav{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #147be2;
    color: #fff;
}
.nav a{
    color: #fff;
}
.nav .nav_more{
    border-left: 1px solid #999;
}

/* 焦点图 */
.slideBox{ position:relative; width:100%;  height:210px; overflow:hidden; margin:auto; }
.slideBox .hd{ position:absolute; height:35px; line-height:35px; bottom:0; right:0; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#c1c1c1; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#b20000;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative;  }
.slideBox .bd li img{ width:100%;  height:210px; display:block;   }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:35px; line-height:35px; background:rgba(0, 0, 0, 0.6); color:#fff;   }

/* tab新闻 */
.tabBox{ margin:10px auto;   }
/* .tabBox .hd{ height:40px; line-height:40px; font-size:20px; overflow:hidden; background:#f4f4f4; border-top:1px solid #ccc;border-bottom:1px solid #ccc;  padding:0 10px;  } */
.tabBox .hd{
    height: 33px;
    width: 100%;
    line-height: 33px;
    font-size: 15px;
    background: url(/material/m/img/list04.png) center no-repeat;
    background-size: 100% 33px;
    position: relative;
}
.tabBox .hd h3{ float:left; font-size:24px; }
.tabBox .hd h3 span{color:#ccc; font-family:Georgia; margin-left:10px;  }
/* .tabBox .hd ul li{ float:left;  padding:0 5px; vertical-align:top;  } */
.tabBox .hd ul li{float: left; width: 25%; height: 33px; color: #666; background: url(/material/m/img/list03.png) right no-repeat;  background-size: 2px 33px;}
.tabBox .hd ul li a{
    color: #fff;
    width: 100%;
    display: block;
    height: 33px;
    text-align: center;
    line-height: 33px;
}
.tabBox .hd ul li.on{
    background: url(/material/m/img/list05.png) center no-repeat;
    background-size: 100% 33px;
}


/* .tabBox .hd ul li.on a{ font-weight:bold;color:#147be2; display:block; height:38px; line-height:38px;   border-top:2px solid #147be2;  } */
.tabBox .bd ul{ padding:10px;  }
.tabBox .bd ul li{ border-bottom:1px dotted #ddd; padding: 6px 0;}
.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);display: inline-block;width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  }  /* 去掉链接触摸高亮 */

.ztslide{
    position: relative;
}
.ztslide .swiper-pagination{
    top: 5px;
    right: 20px
}
.ztslide .swiper-pagination span{
    margin-left: 10px;
}
.ztslide .hd{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 33px;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    background: url(/material/m/img/list04.png) center no-repeat;
    background-size: 100% 33px;
    position: relative;
}
.ztslide .hd span{
    float: left;
    width: 25%;
    color: #fff;
    background: url(/material/m/img/list05.png) center no-repeat;
    background-size: 100% 33px;
    text-align: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b20000;
}
.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;
  }
  .ztslide .swiper2{
      padding: 0 25px;
  }
  .ztslide .swiper-slide img{
      width: 100%;
      height: 75px;
      margin: auto;
  } 

  #foot{
    border-top: 5px solid #0261f8;
    padding: 15px;
}
#foot img{
    float: right;
    width: 50px;
}
#foot p{
    font-size: 14px;
    color: #666;
}

/* 弹出导航 */
.nav_popup{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
}
.nav_p_close{
    padding: 0px 10px;
    background: #147be2;
    color: #fff;
    font-size: 35px;
    text-align: right;
}
.nav_p_tit{
    text-align: center;
    color: #147be2;
    background: #eee;
}
.nav_popup table{
    border-color: #ccc;
}
.nav_popup table ul{
    padding: 10px 0;
    overflow: hidden;
}
.nav_popup table ul li{
    list-style: square;
    color: #147be2;
    float: left;
    padding: 10px 0;
    margin-left: 25px;
}

/* 二级列表 */
.headd{
    width: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
}

.er_nav{
    width: 100%;
    background: #147be2;
}
.er_nav a{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.er_nav ul li{
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.list_list {
    padding: 5px 10px;
}
.list_list li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_list li a{
    font-size: 16px;
}
.list_list li span{
    display: block;
    margin: 5px 0;
    font-size: 14px;
}
.headd_l,.headd_l a{
    font-size: 18px;
    font-weight: 600;
    color: #147be2;
}
.headd_r{
    position: relative;
}
.headd_r span{
    width: 25px;
    height: 3px;
    background: #147be2;
    position: absolute;
    right: 10px;
}
.headd_r .headd_r_top{
    top: 5px;
}
.headd_r .headd_r_cen{
    top: 13px;
}
.headd_r .headd_r_bot{
    top: 21px;
}
/* 新闻详情 */
.text_tit #ReportIDname{
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.text_time {
    text-align: center;
    font-size: 14px;
    color: #666;
}
.text_time .docsourcename{
    margin-left: 10px;
}
.text_text{
    padding: 15px;
}
.text_text img{
    max-width: 100%;
}


/* pc */
#Header,#Content1,.erNav,#path,#page,#Footer,.text_time .docauthor{
    display: none;
}