@charset "utf-8";
/* CSS Document */
html{max-width:640px;margin:0px auto;}
* {margin: 0;padding: 0;outline: none;-webkit-box-sizing:border-box;}
*:not{-webkit-touch-callout: inherit;-webkit-user-select: auto;}
*:focus{outline:none;}
body {width: 100%;-webkit-touch-callout: inherit ;-webkit-user-select: auto ;font-family:"微软雅黑";margin:0px auto;font-size:14px;color:#000;background:#FFFFFF;word-wrap:break-word;}
#Path{display:none;}
video{width:100% !important;height:auto !important}
a{text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover {text-decoration: none;}
button,input,select,textarea,label{font-size: 100%;margin: 0;padding: 0;outline:none !important;-webkit-appearance: none;font-family:"微软雅黑";}
dt,dd {display: inline-block;}
table,td{border-collapse: collapse;}
ul,ol,li {list-style: none;}
em {font-style: normal;}
img{max-width:100%;}
.node-con img{height:auto !important}

.fl{float: left;}
.fr{float: right;}

.displayFlex{
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */ 
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
}

.Header-top {
    overflow: hidden;
    padding: 10px;
}
.Header-top a {
    color: #000;
}
.Header-top div {
    float: right;
    display: flex;
    align-items: center;
}
.Header-top img {
    margin-right: 10px;
}
.Header-top .Header-tan {
    display: none;
    position: fixed;
    top: 48%;
    left: 50%;
    margin-left: -105px;
    background: #eee;
    padding: 20px;
    border-radius: 5px;
}
.Header-top .Header-tan i {
    position: absolute;
    top: 5px;
    right: 15px;
    font-style: inherit;
}
.Header-top .Header-tan li {
    padding: 10px 0;
}

.navRow {
    position: fixed;
    top: 58px;
    right: -200px;
    background: #FFF;
    height: 100%;
    z-index: 99;
    padding: 15px;
    box-shadow: -1px -1px 5px 0px #ccc;
}
.navRow::after{
    content: '';
    height: 360px;
    background: url(img/navbg.png) no-repeat;
    background-size: cover;
    opacity: 0.1;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}
.navRow .navRow_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 170px;
    padding-left: 30px;
    position: relative;
}
.navRow .navRow_item span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.navRow .navRow_item a {
    display: block;
    color: #003F7E;
    line-height: 2;
}
.navRow .navRow_item i{
    position: absolute;
    width: 22px;
    height: 22px;
}
.navRow .navRow_item i.navRow_icon1{
    background: url(img/icon1.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.navRow .navRow_item i.navRow_icon2{
    background: url(img/icon2.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.navRow .navRow_item i.navRow_icon3{
    background: url(img/icon3.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.navRow .navRow_item i.navRow_icon4{
    background: url(img/icon4.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.navRow .navRow_item i.navRow_icon5{
    background: url(img/icon5.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.hdNav {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.hdNav ul {
    background: #003F7E;
    justify-content: space-around;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}
.hdNav ul li a {
    color: #ffffff;
}
.hdNav ul li span#CurrentlyNode,
.hdNav ul li span#CurrentlyPathNode {
    color: #EF7B19;
}


.hdTop .hdTop_r{
    padding-top: 10px;
}
.hdTop .hdTop_r_search{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: url(/res/Home/structure/21079072.png) 100% no-repeat;
}
.hdTop .hdTop_r_nav{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/res/Home/structure/21079073.png) 100% no-repeat;
}


.hdTop {
    padding: 10px;
    justify-content: space-between;
}
.hdTop_l img {
    width: 100px;
}
.hdTop .hdTop_l span {
    font-size: 1.1rem;
    font-weight: bold;
    color: #003F7E;
    height: 34px;
    line-height: 34px;
}
#Header {
    position: fixed;left:0;
    z-index: 99;
    width: 100%;
        background: url(/res/Home/structure/21100021.png) no-repeat #FFFFFF;
}
div#Content {
    padding-top: 136px;
}
#Header>img {
    width: 140px;
    position: absolute;
    top: 5px;
    left: 15px;
}

.probanner img {
    width: 100%;
}

/*路径*/
.pathAll #PathID1, .pathAll #PathID2, .pathAll #PathID3 {
    display: none;
}
.pathAll {
    border-bottom: 1px solid #eee;
    padding: 10px 20px 10px;
}
.pathAll a {
    color: #666;
}
/*路径*/

#Footer {
    background: #F5F5F5;
}
div#Footer .displayFlex {
    justify-content: center;
    padding: 15px 0;
}
div#Footer .displayFlex img {
    width: 8vmin;
    height: 8vmin;
}
#Footer .displayFlex p {
    color: #303D5D;
    line-height: 1.6;
    font-size: 3vmin;
}
#Footer .displayFlex p span {
    margin: 5px 5px;
}

.cetIntrod {
    overflow: hidden;
    padding: 20px 15px;
    border-bottom: 5px solid #F5F5F5;
}
.cetIntrod ul li {
    height: 30px;
    line-height: 30px;
    background: #F0F0F0;
    float: left;
    width: 47%;
    margin: 1.5%;
    text-align: center;
    font-size:14px;
}
.cetIntrod ul li a {
    color: #000;
}
.cetIntroduce span {
    color: #202020;
    line-height: 1.8;
}

.gktt,.gkmode,.zkbook {
    padding: 15px;
    border-bottom: 5px solid #F5F5F5;
}
.gktt,.gkmode,.zkbook {
    padding: 15px;
    border-bottom: 5px solid #F5F5F5;
}
.gktt_top {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gktt_top a {
    display: block;
    color: #000;
    font-size: 1rem;
    margin-bottom: 7px;
}
.gktt_top p {
    color: #A3A3A3;
    line-height: 1.6;
}

ul.gkNews li {
    padding: 6px 0 6px 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.gkNews li a {
    color: #333;
}
ul.gkNews li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/res/Home/structure/210715433.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
}

.gkmode_tit {
   align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}
.gkmode_tit i {
     position: absolute;
     top: -2px;
    /*width: 25px;
    height: 25px;
    background: url(img/jilu.png) no-repeat;
    background-size: cover; */
}
.gkmode_tit i img {
    width: 30px;
}
.gkmode_tit span {
    font-size: 1.1rem;
    font-weight: bold;
    padding-left: 30px;
}
.gkmode_tit a {
    color: #A9A9A9;
}

.newsList {
    padding: 10px;
}
.newsList ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    position: relative;
}
.newsList ul li #lista a{
    line-height: 1.6;
    display: block;
    color: #000;
}
.newsList ul li #listb {
    display: block;
    margin-top: 5px;
    color: #AEAEAE;
}

.newsList ul li::before {
    content: '';
        display: block;
    width: 5px;
    height: 5px;
    background: #EF7B19;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0;
}
.newsList ul li #ReportIDname a {
    line-height: 1.6;
    display: block;
    color: #000;
   font-size:1rem;
}
.newsList ul li #ReportIDIssueTime {
    display: block;
    margin-top: 5px;
    color: #AEAEAE;
}
.newstxt .newstxt_tit {
    padding: 20px 30px;
    line-height: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
.newstxt_tf {
    background: #F2F2F2;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.newstxt_tf span {
    color: #404040;
    font-size: 0.8rem;
    line-height: 23px;
}
.newstxt_tf img {
    width: 20px;
}
.newstxt_txt {
    padding: 20px;
}

.newstxt_txt p {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 15px;
}
.newstxt_txt table{width:100%!important;}