body{background: #FFF;}
.main {
    background: initial;
    padding-bottom: initial;
}
/* 政府数据 */
.echarts_title {padding-top: 30px;}
.echarts_title img{display: block;margin: 0 auto;}
.echarts-box {width: 90%;margin: 0 auto 20px;}
.echarts-box .hd {text-align: center;padding: 40px 0;}
.echarts-box .hd ul {background-color: #f2f9ff;height: 120px;display: flex;justify-content: space-between;}
.echarts-box .hd ul li {display: block;}
.echarts-box .hd ul li a {padding: 80px 20px 0;display:inline-block;height: 120px;font-size: 16px;color: #333;}
.echarts-box .hd ul li:nth-child(1) a{background: url(../images/sjzl_icon1.png) no-repeat center 20px;}
.echarts-box .hd ul li:nth-child(2) a{background: url(../images/sjzl_icon2.png) no-repeat center 20px;}
.echarts-box .hd ul li:nth-child(3) a{background: url(../images/sjzl_icon3.png) no-repeat center 20px;}
.echarts-box .hd ul li:nth-child(4) a{background: url(../images/sjzl_icon4.png) no-repeat center 20px;}
.echarts-box .hd ul li.on:nth-child(1) a{background: url(../images/sjzl_icon1h.png) no-repeat center 20px #0363b6;}
.echarts-box .hd ul li.on:nth-child(2) a{background: url(../images/sjzl_icon2h.png) no-repeat center 20px #0363b6;}
.echarts-box .hd ul li.on:nth-child(3) a{background: url(../images/sjzl_icon3h.png) no-repeat center 20px #0363b6;}
.echarts-box .hd ul li.on:nth-child(4) a{background: url(../images/sjzl_icon4h.png) no-repeat center 20px #0363b6;}
.echarts-box .hd ul li.on a {color: #fff;}


.tjsj_box {padding:0 0 36px; width:48.5%;}
.tjsj_box h2 {height: 50px;border-bottom: 1px solid #bebfc2;line-height: 50px;font-size: 20px;font-weight: bold;color: #00549d;}
.tjsj_box h2 span{display: inline-block;height: 50px;border-bottom: 2px solid #00549d;}
.tjsj_box .more{width: 20px;height: 20px;background: url(../images/hdl14_03.png) no-repeat;float: right;margin-top: 16px;}
.tjsj_box ul {box-sizing: border-box;  position: relative; margin-top:15px; }
.tjsj_box ul li {width:100%;line-height:36px;}
.tjsj_box ul li:nth-child(2n){float: right;}
.tjsj_box ul li:last-child{margin-bottom: 0;}
.tjsj_box ul li a {background:url(../images/news_icon.png) no-repeat left center; padding-left:20px; float: left; width:75%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size:16px; color: #333;box-sizing: border-box; display: inline-block; }
.tjsj_box ul li span {float: right; font-size: 14px; color: #666;}
.tjsj_box ul li a:hover,.news_list .bd .top_list h2 a:hover { color: #1e66a0;}

@media screen and (max-width:959px){
    .tjsj_box{padding:0 10px 36px;width: 100%;box-sizing: border-box;}
    .echarts-box .hd{display: none;}
    .echarts-box .hd ul{display: block;height: auto;}
    .echarts-box .hd ul li a{padding: 10px;height: auto;background: none!important;}
    .echarts-box .hd ul li.on a{background-color: #0363b6!important;color: #fff;}
}