﻿.zfxxgk_container{
    padding: 36px;
}
.xxgk_live1{
    position:
    relative;
    width: 280px;
}
.zfxxgk_right{
    width: 740px;
}
.xxgk_live1 ul{
    display:none;
}
.xxgk_live1.on ul{
    display:block;
    max-height: 400px;
    overflow-y: auto;
}
.xxgk_live1 ul.children li{
 padding-left:15px;
}
.xxgk_live1.on .icon_img.off{
display: none !important;
}
.xxgk_live1 > a::before{
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/zfxxgk/icon_jia.png) no-repeat center;
    top: 50%;
    margin-top:-9px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.xxgk_live1.on > a::before{
    background: url(../images/zfxxgk/icon_jian.png) no-repeat center;
}
.xxgk_live1.wjfl > a span{
    line-height: 65px;
}
.zc_search{
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.zc_search .toptitle{
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.zc_search .toptitle span{
    display: inline-block;
    padding: 5px 15px;
    background: #305fb0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.zc_search ul{
    padding: 20px;
}

.xxgk_live2::before{
    /* display: none; */
    width: 1px;
    height: 140%;
    left: 15px;
    top: 0;
    background: #ddd;
}
.xxgk_live2:hover::before,.xxgk_live2.on::before{
    background: #ddd !important;
}
.xxgk_live2:first-child::before{
    top:50%;
}
.xxgk_live2:last-child::before{
    top:unset;
    bottom: 50%;
}
.xxgk_live2 a{
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}
.xxgk_live2 a:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
    background: #fff url(../images/zfxxgk/zclist_ico.png) no-repeat;
}
.xxgk_live2 a i{
    font-style: normal;
}

/* 蓝色版 */
.blue .zc_search .toptitle span{
    background: #2D66A5;
}
.blue .xxgk_live1 > a::before{
    background-image: url(../images/zfxxgk/blue_icon_jia.png);
}
.blue .xxgk_live1.on > a::before{
    background-image: url(../images/zfxxgk/icon_jian.png);
}
/* 响应式 */
@media (max-width: 1200px){
    .zfxxgk_container{
        padding: 0;
    }
    .zfxxgk_right{
        width:100%;
    }
    .xxgk_live1.wjfl > a span{
        line-height:50px;
    }
    .xxgk_live1.on ul{
        position:relative;
        width:200%;
        background:#fff;
    }
    .xxgk_live1.on ul.ztfl{
        left:-100%;
    }
}