.fp-right-header-container{
    padding:0 0 40px 0;
    font-family: "Source Han Sans CN";
    width: 420px;
    box-sizing: border-box;
}
.fp-right-header-item{
    width: 200px;
    padding-left: 10px;
}
.fp-right-header-title{
    padding-top: 10px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
}
.fp-right-header-number{
    line-height: 40px;
    color: #0ba5ff;
    font-size: 24px;
    font-family: "Roboto";

}
.units-style{/*小单位样式*/
    font-family: Arial,"Source Han Sans CN";
    font-size: 12px;
    color: #0ba5ff;
    margin: 17px 0 0 5px;
    line-height: 12px;
}
.fp-middle-container{
    padding: 10px 0  40px 0;
    width: 420px;
    font-family: "Source Han Sans CN";
}
.fp-middle-content-top-title{
    line-height: 40px;
    color: #0ba5ff;
    font-size: 16px;
}
.bing-img-content{
    padding: 10px 0  20px 0;
}
.img-text li{
    width: 140px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding-bottom:20px;
}
.img-text li>p:first-child{
    color:#fff;
}
.bing-number{
    color: #0ba5ff;
    font-family: "Roboto";
}
#circle-image{
    width:420px;
    height:320px;
}
.fp-mg{
    margin-top:20px;
}
.poor-img{
    width:210px;
    height:122px;
    margin-bottom:20px;
}
.poor-icon{
    width:210px;
    height:92px;
    background: url("../../images/jyfp/bg_causeofpoverty.png") no-repeat 0 0;
    font-size: 14px;
    color:#fff;
    position: relative;
}
.poor-text{
    width:100%;
    text-align: center;
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    cursor:default;
}
.poor-icon>span{
    display: inline-block;
    position: absolute;
    line-height: 30px;
    width:60px;
    color:#fff;
    font-size:12px;
    text-align: center;
    cursor:default;

}
.poor-icon-plus{
    overflow: hidden;
    text-overflow: ellipsis ;
    white-space: nowrap;
}
.poor-first{
    top:0;
    left:75px;
}
.poor-second{
    top:20px;
    left:15px;
}
.poor-third{
    top:30px;
    left:135px;
}
/*比例图容器*/
.fp-middle-sec-echar{
    height: 250px;
    width: 100%;
}

/*左侧三个楼梯切换图标*/
.fp-icon-images{
    position: absolute;
    top:50%;
    margin-bottom: -65px;
    height: 130px;
    display: none;
}
.fp-icon-images .icon01{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat 0 0;
}
.fp-icon-images .icon02{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat 0 -30px;
}
.fp-icon-images .icon03{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat 0 -60px;
}
.fp-icon-images .icon01_atv{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat -30px 0;
}
.fp-icon-images .icon02_atv{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat -30px -30px;
}
.fp-icon-images .icon03_atv{
    background:url("../../images/jyfp/sprites_fupin_table.png") no-repeat -30px -60px;
}

/*扶贫政策*/
.fp-ul{
    width: 100%;
}
.fp-li-item{
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Source Han Sans CN";
    position: relative;
}
.fp-li-item:hover,.bg-color-000,.item-click-act{
    background-color: rgba(0,0,0,0.4);
}
.item-icon-style{
    width: 60px;
    height: 60px;
}

.fp-click-img{
    position: absolute;
    right:9px;
    top: 24px;
}
.fp-item-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    width: calc(100% - 60px);
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.fp-logo-img-01{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 0 no-repeat;
}
.fp-logo-img-02{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 -70px no-repeat;
}
.fp-logo-img-03{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 -140px no-repeat;
}
.fp-logo-img-04{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 -210px no-repeat;
}
.fp-logo-img-05{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 -280px no-repeat;
}
.fp-logo-img-06{
    background: url("../../images/jyfp/icons_fupin_policy.png")0 -350px no-repeat;
}
.item-children-box{
    width: 420px;
    display: none;
    color: #ffffff;
    font-size: 14px;
}

.fp-children-item{
    width: 100%;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
}
.fp-children-item-text{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.img-hover-arrows-white{
    position: absolute;
    left: 42px;
    top: 9px;
    display: none;
}
.fp-children-item:hover .img-hover-arrows-white{
    display: block;
}
/*点击按钮展开时列表样式*/
.item-click-act .fp-item-title{
    color: #0ba5ff;
}

/*.item-click-act .item-children-box {*/
    /*display: block;*/
/*}*/
.fp-click-img{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .5s;
}
.item-click-act .fp-click-img{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: transform .5s;
}

/*子菜单hover弹窗显示*/
.fp-children-item-tanchuang{
    display: none;
}
.fp-tanchuang-box{
    position: absolute;
    right: 500px;
}
.fp-tanchuang-container{
    width: 720px;
    height: 540px;
    overflow-y: scroll;
    background: url("../../images/jyfp/bg_policywindow_03.png")no-repeat;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    position: relative;
}
.fp-close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../../images/jyfp/btm_policywindow_cross.png") 0 0 no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.fp-zc-content{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding-right: 12px;
    box-sizing: border-box;
}
.fp-zc-header{
    color: #0ba5ff;
    font-size: 14px;
    line-height: 24px;
}
.fp-zc-middle{
    color: #535353;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 10px 10px;
    display: block;
}
.fp-zc-content::-webkit-scrollbar-thumb{
    background-color: #999;
}
.arrows-widrh-style{
    width: 112px;
    height: 4px;
    background-color: #0ba5ff;
    margin-top: 4px;
}
.fp-tanchuang-arrows-box{
    position: absolute;
    right: 380px;
    width: 120px;
    top: 270px;
}
.color-0ba5ff{
    color: #0ba5ff;
}