.zx_menu_con{
    position: relative;
	z-index: 9999;
}
.zx_menu_con .zntj_con{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 532px;
    z-index: 10;
}
.zx_menu_con .zntj_con .con_tab_bg{
    background: #0090D4;
    overflow: hidden;
    width: 0px; position: relative;
}

.zx_menu_con .zntj_con .con_tab_abc{
    width: 400px;
    overflow: hidden;
	position: relative;
}
.zx_menu_con .zntj_con .zntj_con_text{
    position: absolute;
    top: 65px;
    left: -52px;
    width: 52px;
    height: 229px;
    background: url(../images/zfzx_zntj_20181116_06.png) top center no-repeat;
    color: #ffffff;
    padding-top: 40px;
    text-decoration: none;
}
.zx_menu_con .zntj_con .zntj_con_text img{
    color: #ffffff;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;

}
.zx_menu_con .zntj_con .zntj_con_text span{
    color: #ffffff;
    width: 20px;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 0 auto;

}
.zx_menu_con em{font-style: normal;}
.zntj_con .bottom_news{ width:382px; margin:9px;background: #ffffff; height: 514px;  overflow: hidden;}
.zntj_con .xxgk_tit_tab{ background:#0090D4;  height:55px; line-height:55px; overflow:hidden; margin:0 0 10px 0;}
.zntj_con .xxgk_tit_tab span{ float:left;text-align:center; color:#ffffff; font-size:18px;font-weight: bold;  height:55px;
    width: 33.3%;}
.zntj_con .xxgk_tit_tab span:nth-child(2){background: url(../images/zfzx_zntj_20181116_09.png) center right -6px no-repeat;}
.zntj_con .xxgk_tit_tab span:first-child{background: url(../images/zfzx_zntj_20181116_09.png) center right -6px no-repeat;}
.zntj_con .xxgk_tit_tab span.hover{ background:#ffffff; color:#333333; }
.zntj_con .xxgk_tit_tab span{ cursor:pointer;}
.zntj_con .xxgk_tit_tab a{ float:right; color:#333; text-align:center;  font-size:14px; font-weight:bold; padding:0 10px 0 0;}

.zntj_con .bottom_news ul{}
.zntj_con .bottom_news ul li{
    color: #5f5f5f;  line-height:25px;position:relative; overflow:hidden; font-size:14px; margin:10px 8px 10px 5px;  }
.zntj_con .bottom_news ul li span{
    float: left;
    font-weight: bold; background:#fff;  color:#333333; font-size:16px;}
.zntj_con .bottom_news ul li a{ color:#333333;}
.zntj_con .bottom_news ul li a:hover{color:#ff6600;}

.bottom_news dl{ position: relative;}
.bottom_news dl dd a {
	min-width: 333px;
   /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.bottom_news dl dd{ line-height:20px; padding:10px 0 20px 10px; margin:0 0 50px 0; position:relative; overflow:hidden; font-size:14px; border-bottom:1px dotted #d6d6d6;  }
.bottom_news dl dd span{ position:absolute; right:0px; bottom:5px; background:#fff; padding:0 5px; color:#999999; font-size:12px;}
.bottom_news dl dd a{ color:#333333;}
.bottom_news dl dd a:hover{color:#ff6600;}
.bottom_news dl dt{font-size: 16px;padding: 0 18px;}
.bottom_news dl{ margin:-10px 0 0 0;overflow:scroll;height:532px;}
.bottom_news dl dd li{line-height: 26px;padding: 4px 10px;;}
.bottom_news dl::-webkit-scrollbar {
   // display: none;
   width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
   height: 1px;
}
.bottom_news dl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 8px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #78b929;
    }
.bottom_news dl::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 8px;
        background: #f0f3f6;
    }