.navblock {
    background: #fff;
    padding: 30px 0;
    padding-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nava {
    width: 32%;
    height: 132px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.nava:hover img {
    transform:scale(1.05);
    
}

.nava img {
    transition: all .3s;
    width: 100%;
    height: 100%;
}

.sdq{
    position: relative;
    overflow: hidden;
}



.sdq_a{
    position: absolute;
    top:132px;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #0458bc;
    display: flex;
    transition: all .5s;
    justify-content: space-between;
}


.sdq:hover .sdq_a{
    top:0;    
}


.sdq_a a{
    width: 33%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.sdq_a a:hover{
    background-color: #387bcd;
}




.topline {
    width: 100%;
    background-image: url(ggqsy23-topline.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #0458bc;
}

.gg_zxxx{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;    
}

.gg_zxxx a{
    width: 49%;  
    display: flex;
    line-height: 38px;
}




.gg_zxxx a .zxxx_tit {
    min-width: 1px;
    font-size: 16px;
    color: #333;
    flex: 1;
    overflow: hidden;  
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gg_zxxx a span{
    font-size: 14px;
    color: #ccc;
    margin-left:10px;
}