.jtsj-echarts{
    background: #FDFDFD;
    box-shadow: 0 0 6px 0 rgba(45, 58, 66, 0.1);
    border-radius: 5px 3px 3px 3px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 38px 0;
}
.jtsj-echarts-nav-btn{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(jtsj_arrow.png) center no-repeat #C5E1FF;
    border-radius: 50%;
    margin-left: 6px;
    /*display: none;*/
    margin-top: 8px;
}
.jtsj-nav-btn-right{
    transform: rotate(180deg);
    margin-right: 6px;
}
.jtsj-echarts-nav-btn:hover{
	background-image: url(jtsj_arrow_hover.png);
}
.jtsj-echarts-nav-list{
    width: 1280px;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #2478CF;
    color: #fff;
    font-size: 18px;
    margin: auto;
}
.jtsj-echarts-nav-list .nav-list-item{
    min-width: 170px;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}
.jtsj-echarts-nav-list .nav-list-item.cur{
    background-color: #CB0000;
    border-radius: 3px;
}
.echarts-head{
    margin: 26px 60px;
    color: #666666;
    font-size: 16px;
}
.echarts-head select{
    width: 120px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dddddd;
    outline: none;
    padding: 0 5px;
    color: #666666;
    font-size: 14px;
    margin-right: 7px;
}
.echarts-head-mr-7{
    margin-right: 7px;
}
.echarts-head .btn-sure,.echarts-head .btn-down{
    padding: 0 16px;
    line-height: 34px;
    background-color: #2f7ce5;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.echarts-head .btn-sure{
    margin-right: 27px;
}
.echarts-head .btn-down img{
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.jtsj-echarts-data{
    height: 500px;
}
.jtsj-w2{
	background: #F4FAFF;
	padding: 20px 0;
	margin-bottom: 10px;
}
.jtsj-tit1{
	border-bottom: 4px solid #D0DFFF;
}
.jtsj-tit1 .tit{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	position: relative;
	line-height: 56px;
}
.jtsj-tit1 .tit:before{
	display: inline-block;
	content: ' ';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0;
	background: url(2024zwfw-ic8.png) center no-repeat;
	background-size: 100% 100%;
}
.jtsj-tit1 .more{
	margin-right: 10px;
	color: #666666;
	font-size: 16px;
	line-height: 34px;
	margin-top: 20px;
}
.jtsj-list1{
    padding-top: 24px;
}
.jtsj-list1 li{
	line-height: 44px;
	width: 666px;
	float: left;
}
.jtsj-list1 li:nth-child(2n){
	float: right;
}
.jtsj-list1 li a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 16px;
	padding-left: 17px;
	position: relative;
	vertical-align: middle;
}
.jtsj-list1 li a:before{
	display: inline-block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3C3C3C;
	margin-top: -2px;
}
.jtsj-list1 li span{
	float: right;
	color: #7a7773;
	font-size: 16px;
}

@media screen and (max-width: 768px){
	.jtsj-echarts{
		margin: .3rem .2rem;
		padding: .2rem .12rem;
	}
	.jtsj-echarts-nav-btn{
		display: none;
	}
	.jtsj-echarts-nav-list{
		width: 100%;
		white-space: normal;
		height: auto;
		line-height: .7rem;
		font-size: .32rem;
	}
	.jtsj-echarts-nav-list .nav-list-item{
		width: 50%;
		padding: 0 .2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: top;
	}
	.tjzq-label{
		display: block;
        color: #000000;
        font-size: .26rem;
        font-weight: bold;
        text-align: left;
        width: 100%;
        margin-bottom: .1rem;
	}
	.echarts-head{
		margin: .2rem 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .echarts-head select{
        width: 1.32rem;
        height: .56rem;
        border-radius: .03rem;
        padding: 0 .05rem;
        font-size: .24rem;
        margin-right: .12rem;
    }
    .echarts-head-mr-7{
        margin-right: .12rem;
        font-size: .25rem;
    }
    .echarts-head .btn-sure, .echarts-head .btn-down{
        margin-right: 0;
        width: .68rem;
        line-height: .56rem;
        height: .56rem;
        border-radius: .03rem;
        padding: 0 .02rem;
        font-size: .24rem;
    }
    .echarts-head .btn-down{
        display: none;
    }
    .jtsj-echarts-data{
        height: 6rem;
    }
    .jtsj-w2{
    	padding: .2rem .2rem .3rem;
    }
    .jtsj-tit1{
		border-bottom: .04rem solid #D0DFFF;
	}
	.jtsj-tit1 .tit{
		font-size: .36rem;
		line-height: .8rem;
	}
	.jtsj-tit1 .tit:before{
		height: .04rem;
		bottom: -.04rem;
	}
	.jtsj-tit1 .more{
		font-size: .28rem;
		line-height: .6rem;
		margin: .2rem 0 0;
	}
	.jtsj-list1{
		padding: .2rem 0 0;
	}
	.jtsj-list1 li{
		line-height: .7rem;
		width: 100%;
	}
	.jtsj-list1 li a{
		padding-left: .2rem;
		font-size: .32rem;
		max-width: 72%;
	}
	.jtsj-list1 li span{
		font-size: .28rem;
	}
}