.color-333{
    color: #333333;
}
.centerWidth{
    font-size: .16rem;
    color: #333333;
}
.cqsj-container *{
    box-sizing: border-box;
    line-height: .32rem;
}
.bg-white{
    background-color: #ffffff;
}
.bg-grey{
    background-color: #f5f7fa;
}
.cqsj-title{
    position: relative;
    display: block;
}
.cqsj-title img{
    width: 100%;
}
.cqsj-title .title-more{
    color: #666666;
    line-height: .5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.py-30{
    padding-top: .3rem;
    padding-bottom: .3rem;
}
.py-30{
    padding-top: .3rem;
    padding-bottom: .3rem;
}
.py-50{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-25{
    padding-left: .25rem;
    padding-right: .25rem;
}
.pb-30{
    padding-bottom: .3rem;
}
.pr-200{
    padding-right: 2rem;
}
.mt-5{
    margin-top: .05rem;
}
.mt-10{
    margin-top: .1rem;
}
.mt-20{
    margin-top: .2rem;
}
.mt-30{
    margin-top: .3rem;
}
.mt-40{
    margin-top: .4rem;
}
.mt-50{
    margin-top: .5rem;
}
.ml-5{
    margin-left: .05rem;
}
.ml-10{
    margin-left: .1rem;
}
.mr-5{
    margin-right: .05rem;
}
.mr-10{
    margin-right: .1rem;
}
.lh-32{
    line-height: .32rem;
}
.width-855{
    width: 8.55rem;
}
.w-48{
    width: 48%;
}
.text-center{
    text-align: center;
}
.zyzb-nav-box{
    width: 2.68rem;
    background-color: #e6eff9;
}
.zyzb-nav-item{
    line-height: .33rem;
    border-bottom: solid 1px #ffffff;
    padding: .15rem 0 .15rem .3rem;
    white-space: nowrap;
    font-size: .2rem;
    cursor: pointer;
}
.icon{
    vertical-align: middle;
    margin-top: -.02rem;
}
.icon-20{
    width: .2rem;
}
.icon-28{
    width: .28rem;
}
.icon-29{
    width: .29rem;
}
.icon-32{
    width: .32rem;
}
.icon-33{
    width: .33rem;
}
.icon-34{
    width: .34rem;
}
.icon_question{
    width: .2rem;
}
.fs-15{
    font-size: .15rem;
}
.zyzb-icon-box{
    display: inline-block;
    width: .5rem;
}
.zyzb-nav-item .zyzb-icon-white{
    display: none;
}
.zyzb-nav-active .zyzb-icon-blue{
    display: none;
}
.zyzb-nav-active .zyzb-icon-white{
    display: inline-block;
}
.zyzb-nav-active{
    color: #ffffff;
    font-weight: bold;
    background: url("zyzb_nav_bg.png");
    background-size: 100% 100%;
}
.echarts-box{
    width: 9.3rem;
    padding: .1rem 0 0;
}
.pos-rel{
    position: relative;
}
.echarts-head-left{
    width: 1.7rem;
    white-space: nowrap;
    line-height: .32rem;
    padding-left: 3%;
}
.echarts-head-title.active{
    color: #2f7ce5;
    font-weight: bold;
}
.pointer{
    cursor: pointer;
}
.echarts-head-mid{
    text-align: center;
    line-height: .32rem;
    min-width: 5.8rem;
}
.echarts-download{
    width: 1.58rem;
    text-align: center;
    line-height: .32rem;
    background-color: #2f7ce5;
    border-radius: .04rem;
    font-size: .16rem;
    color: #ffffff;
    cursor: pointer;
}
.echarts-head-mid select{
    outline: none;
    height: .32rem;
    width: .94rem;
    border: solid 1px #d9d9d9;
    border-radius: .04rem;
    line-height: .32rem;
    color: #595959;
    vertical-align: bottom;
    background-color: #ffffff;
}
.btn-blue{
    background-color: #2f7ce5;
    border-radius: .04rem;
    font-size: .16rem;
    text-align: center;
    padding: 0 .15rem;
    min-width: .6rem;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}
.echarts-info-box{
    background-color: rgba(231, 244, 253, 0.9);
    padding: .25rem .3rem;
    text-indent: 2em;
    border-radius: .04rem;
    position: absolute;
    left: 3%;
    top: .52rem;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    white-space: normal;
    width: 97%;
}
.echarts-info-box.active{
    z-index: 99;
    opacity: 1;
}
.echarts-info-close{
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .2rem;
    line-height: .2rem;
    cursor: pointer;
}
.data-echarts{
    height: 5.1rem;
}
.qtzbsj-box{
    background-color: #ffffff;
    box-shadow: 0 .09rem .09rem 0 rgba(151, 151, 151, 0.05);
    padding: .3rem .2rem;
}
.qtzbsj-item{
    display: inline-block;
    line-height: .45rem;
    padding: 0 .2rem;
    color: #2f7ce5;
    border-radius: .08rem;
    font-size: .24rem;
    font-weight: bold;
    transition: all .3s;
    margin-right: .4rem;
    cursor: pointer;
}
.qtzbsj-item.active{
    background-color: #2f7ce5;
    color: #ffffff;
    position: relative;
}
.qtzbsj-item.active:before{
    content: "";
    width: .93rem;
    height: .03rem;
    border-radius: .02rem;
    background-color: #2f7ce5;
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    transform: translateX(-50%);
}
.qtzbsj-ct-item{
    display: none;
}
.qtzbsj-ct-item li{
    width: 25%;
    float: left;
    padding-left: .15rem;
    position: relative;
    line-height: .36rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.qtzbsj-ct-item li:before{
    content: "";
    width: .07rem;
    height: .07rem;
    background-color: #2f7ce5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cqtjnj-box{
    background-color: #e6eff9;
    padding: .3rem .45rem .3rem .25rem;
}
.cqtjnj-left{
    width: 2.38rem;
    height: 2.98rem;
    background: url("book_bg.png");
    background-size: 100% 100%;
    display: block;
}
.cqtjnj-book-title{
    font-size: .28rem;
    color: #ffffff;
    text-align: center;
    margin-top: .75rem;
    padding-right: .25rem;
}
.btn-ckxq-book{
    width: 1.2rem;
    margin: 0.4rem 0.2rem 0 0;
}
.cqtjnj-desc{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: .1rem;
    border: dashed 1px #00c5ff;
    padding: .3rem .25rem;
    color: #003366;
    line-height: .44rem;
    text-indent: 2em;
    font-size: .2rem;
    margin-top: .2rem;
}
.year-more{
    width: 1.82rem;
    position: absolute;
    right: 0;
    top: .2rem;
}
.year-more img{
    width: 100%;
}
.cqtjnj-year{
    line-height: .5rem;
    transition: all .3s;
    height: 1rem;
    overflow: hidden;
}
.year-all{
    /*height: auto;*/
}
.year-item{
    display: inline-block;
    width: .8rem;
    margin: 0 .1rem;
    text-align: center;
    color: #3ca0f0;
    font-size: .21rem;
    text-decoration: none!important;
}
.year-item:hover{
    background-color: rgba(168, 221, 251, 0.71);
    border-radius: .25rem;
}
.news-box li,.news-box li a{
    line-height: .45rem;
    display: block;
}
.news-box li{
    position: relative;
    padding-left: .15rem;
}
.news-box li:before{
    content: "";
    width: .06rem;
    height: .06rem;
    background-color: #acc0d2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.i-tjsj{
    background: url("http://m.0513yknk.com/images/i-zt-bg.png") no-repeat center bottom;
    background-size: 100% 100%;
}
.tjsj-item{
    width: 3.8rem;
    padding: .25rem .21rem 0;
    background-color: #e6eff9;
    margin-bottom: .3rem;
    display: block;
}
.tjsj-item img{
    width: 100%;
    height: 1.65rem;
}
.tjsj-item .text{
    text-align: center;
    padding: .1rem 0;
    color: #666666;
    font-size: .18rem;
}
.tjsj-item:not(:nth-of-type(3n)){
    margin-right: .3rem;
}
.ellipsis1{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.show{
    display: block;
}
.pc-hide-inline{
    display: none!important;
}
.pc-hide{
    display: none!important;
}
#start-month,#end-month{
    display: none;
}
.data-resource{
    color: #2f7ce5;
    font-size: .14rem;
    text-align: right;
    padding-right: 4%;
    line-height: .15rem;
    margin-top: .1rem;
}
@media screen and (max-width: 768px){
    .centerWidth{
        font-size: .3rem;
    }
    .wap-centerWidth{
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        width: auto;
    }
    .fs-15{
        font-size: .3rem;
    }
    .py-50{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .mt-40{
        margin-top: .3rem;
    }
    .mt-50{
        margin-top: .4rem;
    }
    .icon-20{
        width: .3rem;
    }
    .wap-hide{
        display: none!important;
    }
    .pc-hide-inline{
        display: inline-block!important;
    }
    .pc-hide{
        display: block!important;
    }
    .cqsj-title{
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .zyzb-nav-box{
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .zyzb-nav-item{
        display: inline-block;
        padding: 0.2rem .3rem;
        font-size: .32rem;
    }
    .zyzb-nav-item .zyzb-icon-box{
        display: none;
    }
    .echarts-box{
        width: 100%;
    }
    .echarts-head-left{
        width: 100%;
        font-size: .3rem;
        line-height: .5rem;
    }
    .icon_question,.echarts-info-close{
        width: .3rem;
    }
    .echarts-info-box{
        line-height: .5rem;
        font-size: .28rem;
        width: 100%;
        left: 0;
    }
    .echarts-head-mid{
        width: 100%;
        line-height: .5rem;
        text-align: left;
    }
    .echarts-head-mid select{
        line-height: .5rem;
        height: .5rem;
        width: 1.5rem;
        margin-top: 0.15rem;
    }
    .echarts-head-mid .btn-blue{
        margin-top: 0.15rem;
        font-size: .3rem;
        text-align: center;
        padding: 0 0.2rem;
        line-height: .5rem;
        width: auto;
    }
    .echarts-download{
        display: inline-block;
        margin-top: 0.15rem;
        font-size: .3rem;
        text-align: center;
        padding: 0 0.2rem;
        line-height: .5rem;
        width: auto;
    }
    .echarts-head{
        padding: 0 0.25rem;
    }
    .zyzb{
        padding-top: .3rem;
        padding-bottom: 0;
    }
    .data-echarts{
        height: 6rem;
    }
    .qtzbsj-box{
        padding: 0.3rem 0.25rem;
    }
    .qtzbsj-item{
        font-size: .3rem;
        line-height: .6rem;
        padding: 0 0.25rem;
    }
    .qtzbsj-ct-item li{
        line-height: .6rem;
        font-size: .28rem;
        width: 33%;
    }
    .cqtjnj-left{
        margin-left: 32%;
    }
    .width-855{
        width: 100%;
    }
    .year-item,.cqtjnj-desc{
        font-size: .28rem;
    }
    .year-more{
        width: 2rem;
        top: 0.12rem;
    }
    .w-48{
        width: 100%;
    }
    .cqtjnj-desc{
        margin-top: .3rem;
    }
    .cqtjnj-box{
        padding: 0.3rem .25rem;
    }
    .news-box,.tjsj-box{
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .news-box li, .news-box li a{
        line-height: .65rem;
    }
    .title-more{
        width: 100%;
        text-align: center;
        background-color: #f4f4f4;
        border-radius: 2px;
        color: #999;
        font-size: 0.3rem;
        margin-top: .1rem;
        padding: 0.2rem 0;
    }
    .news-container{
        padding-top: 0;
        padding-bottom: .3rem;
    }
    .news-container .cqsj-title{
        margin-top: .3rem;
    }
    .tjsj-item{
        width: 100%;
        padding: 0.25rem 0.21rem 0;
    }
    .tjsj-item img{
        height: 3.2rem;
    }
    .tjsj-item .text{
        font-size: .3rem;
        line-height: .6rem;
    }
    .data-resource{
        line-height: .6rem;
        font-size: .26rem;
        padding-bottom: .2rem;
        text-align: center;
        padding-right: 0;
    }
}

