.data-tab{
    width: 259px;
}
.data-tab-item{
    cursor: pointer;
    height: 98px;
    line-height: 48px;
    padding: 25px 0 0 5px;
    color: #259aff;
    font-size: 18px;
    font-weight: bold;
}
.data-tab-item .data-icon{
    display: inline-block;
    width: 90px;
    text-align: center;
}
.data-tab-item .data-icon img{
    vertical-align: middle;
}
.data-tab-item .data-icon img.cur{
    display: none;
}
.data-tab-item:nth-child(2n+1){
    background-color: #E5F3FF;
}
.data-tab-item:nth-child(2n){
    background-color: #F9F8F8;
}
.data-tab-item.cur{
    background: url("fd_ssfd_itemtb_bg.jpg");
    background-size: 100% 100%;
    color: #ffffff;
}
.data-tab-item.cur .data-icon img{
    display: none;
}
.data-tab-item.cur .data-icon img.cur{
    display: inline-block;
}
.echarts-box{
    width: 903px;
    height: 587px;
    border: solid 1px #8dcdfb;
    background-color: #ffffff;
    padding-top: 20px;
}
.echarts-nav{
    width: 873px;
	height: 52px;
	background-color: rgba(95, 181, 254, 0.2);
    margin: auto;
    margin-bottom: 30px;
}
.echarts-nav-btn{
    display: none;
    width: 23px;
	height: 23px;
    margin: 15px 8px;
}
.nav-btn-left{
    float: left;
}
.nav-btn-right{
    float: right;
}
.echarts-nav-list{
    width: 756px;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}
.nav-list-item{
    display: inline-block;
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #4688b0;
    /* width: 108px; */
    min-width: 108px;
    line-height: 51px;
    text-align: center;
    cursor: pointer;
}
.nav-list-item.cur{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #259aff;
    background: url(ssfd2023-icon3.png) no-repeat;
    background-size: 24px 4px;
    background-position: bottom center;
}
.echarts-head{
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #4688b0;
}
.zdy-hide-cj{
    text-align: right;
    padding-right: 40px;
}
.echarts-head .hide{
    display: none!important;
}
.echarts-head select{
    width: 108px;
    height: 26px;
    background-color: rgba(159, 220, 223, 0.2);
    font-size: 16px;
    color: #4688b0;
    border: none;
    outline: none;
    margin: 0 5px;
    padding: 0 5px 0 15px;
}
.echarts-head select option{
    width: 100%;
}
#start-month,#end-month{
    display: none;
}
#data-echarts{
    height: 420px;
}
.btn-sure,.btn-down{
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: url("fd_ssfd_btnbg1.png");
    background-size: 100% 100%;
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
}
.btn-down{
    width: 74px;
    background: url("fd_ssfd_btnbg2.png");
    background-size: 100% 100%;
}

.part2{
    padding: 15px 0 30px;
}
.list-box{
    width: 580px;
}
.title{
    display: block;
    margin: 30px 0;
}
.title img{
    display: block;
}
.list-thumb{
    width: 152px;
}
.list-item{
    width: 407px;
    margin-top: -13px;
}
.list-item li{
    padding-left: 20px;
    position: relative;
    line-height: 45px;
    border-bottom: 1px dashed #cce8e9;
}
.list-item li:last-of-type{
    border: none;
}
.list-item li a{
    display: block;
    width: 70%;
    color: #666666;
}
.list-item li .time{
    text-align: right;
    font-size: 14px;
    color: #a3a3a3;
    width: 30%;
}
.list-item li:before{
    content: "";
    width: 4px;
    height: 4px;
    border: solid 1px #c8c8c8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 21px;
}
.list-style-none .list-item li{
    padding-left: 0;
}
.list-style-none .list-item li:before{
    display: none;
}
@media screen and (max-width: 768px) {
    .data-tab{
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        font-size: 0;
    }
    .data-tab-item{
        display: inline-block;
        height: 1rem;
        line-height: 1rem;
        padding: 0 .3rem;
        font-size: .32rem;
    }
    .data-tab-item .data-icon img{
        width: .5rem;
    }
    .data-tab-item .data-icon{
        width: .6rem;
    }
    .echarts-box{
        width: 100%;
        height: auto;
        padding: .3rem 0 0;
    }
    .echarts-head{
        line-height: .6rem;
        font-size: .3rem;
        padding: 0 .3rem;
    }
    .echarts-head select{
        width: 1.7rem;
        font-size: .28rem;
        margin: 0 .05rem;
        padding: 0 .05rem 0 .1rem;
    }
    #data-echarts{
        height: 5rem;
    }
    .btn-sure, .btn-down{
        height: .5rem;
        line-height: .5rem;
        width: 1rem;
        font-size: .28rem;
        margin-left: .1rem;
    }
    .btn-down{
        width: 1.2rem;
    }
    .list-box{
        width: 100%;
    }
    .list-item{
        padding: .2rem 0;
        width: 100%;
        margin-top: 0;
    }
    .part3 .list-more{
        margin: .2rem 0;
    }
    .part3 .list-item{
        padding: 0 0 .1rem;
    }
    .list-item li{
        padding-left: .25rem;
        line-height: .8rem;
    }
    .list-item li:before{
        width: .06rem;
        height: .06rem;
        top: .37rem;
    }
    .list-item li a{
        width: 73%;
    }
    .list-item li .time{
        font-size: .26rem;
        width: 25%;
    }
    .title{
        margin: .3rem 0;
    }
    .title img{
        width: 100%;
    }
    .part2{
        padding: .3rem;
    }
    .list-thumb,.list-thumb img{
        width: 100%;
    }
    .echarts-nav{
        width: 348px;
        height: 45px;
        margin: auto;
        margin-bottom: 20px;
    }
    .echarts-nav-list{
        width: 270px;
    }
    .nav-list-item{
        font-size: 12px;
        line-height: 44px;
    }
    .nav-list-item.cur{
        font-size: 15px;
        line-height: 45px;
    }
    .nav-list-item{
        min-width: 90px;
    }
    .echarts-nav-btn{
        margin: 11px 5px;
    }
}
