.gkbox{
    margin: 50px auto;
}

.leftbar{
    width: 20%;
    float: left;
}
.mulu h3,.gk{
    background: url(/Resource/Images/bg_lan.png) rgb(34, 123, 169) calc(100% - 20px)  center no-repeat;
    text-align: center;
    padding:20px 0;
    font-size: 24px;
    color: #fff;
}
.mulu ul{
    background: #F5FBF1;
    padding: 0 10px;
    font-size: 15px;
}
.mulu ul li{
    line-height: 40px;
    border-bottom: 1px #98A091 dashed;
    text-align: center;
    background: url(/Resource/Images/xxgk_8.gif) no-repeat 69px;
}
.mulu ul li a:hover{
    color:#FFA200;
}
.gk{
    margin-top:10px;
    background: url(/Resource/Images/bg_hui.png) #455260 calc(100% - 20px)  center no-repeat;
}



.rightbar{
    width: 78%;
    float: right;
}
.zd h3{
    background: url(/Resource/Images/bg_lan.png) rgb(34, 123, 169) calc(100% - 20px)  center no-repeat;    
    padding:20px;
    font-size: 24px;
    color: #fff;
}
.zdbox{
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.zdbox .title{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
}
.zdbox .title h2{
    font-size: 16px;
    color:#81662e;
    position: relative;
}
.zdbox .title h2:after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #81662e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.zdbox .title .more{
    font-size: 14px;
    color:#999;
}
.zdbox ul{
    margin-top:10px;
    font-size: 15px;
    margin-bottom: 20px;
}
.zdbox ul li{
    width: 48%;
    line-height: 36px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zdbox ul li:nth-child(2n+1){
    float:left;
}
.zdbox ul li:nth-child(2n+2){
    float:right;
}
.zdbox ul li a:hover{
    color:#81662e;
}
.voice_2 {margin-top:20px;}
.voice_2 ul {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.voice_2 ul li { 
    float: left;
    width: 32%;
    padding: 20px;
 }
 .voice_2 ul li.li1 { 
    background-color:#4a9ebd ;
 }
 .voice_2 ul li.li2 { 
    background-color:#4abdb9 ;
 }
 .voice_2 ul li.li3 { 
    background-color:#FFA200 ;
 }
 .voice_2 .fold .txt{
    font-size: 16px;
    font-weight: bold;
}
.voice_2 .unfold{
    font-size: 15px;
    margin-top:10px;
}


@media (max-width:1020px) {    
    .leftbar{
        width: 100%;
    }
    .mulu ul{
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mulu ul li{
        width: 32%;
    }
    .rightbar{
        width: 100%;
        margin-top:20px;
    }
    .mulu h3,.gk,.zd h3{
        font-size: 18px;       
    }
}

@media (max-width:768px) { 
    .mulu ul li{
        background: none;
    }
    .voice_2 ul{
        display: block;
    }
    .voice_2 ul li{
        width: 100%;
        margin-bottom: 10px;
    }

}