/* 数据开放 */

.wuRanBtn1 a{
    background: #f9f9f9;
    width: 100%;
    text-align: center;
    border: 1px solid #f9f9f9;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 7px;
    transition: all 0.4s ease;
}
.wuRanBtn2 a{
    width: 49%;
    float: left;
    padding: 20px 10px;
}
.wuRanBtn3 a{
    float: right;
}
.wuRanBtn1:hover a{
    border: 1px solid #006ab9;
    color: #006ab9;
    display: block;
    animation: bounce 1s linear;
}

.wuRanBtn1 img{
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 5px;
}

/* 网上办事 */
.bsBtn a{
    width: 19%;
    background: #f9f9f9;
    color: #333;
    text-align: center;
    font-size: 14px;
    float: left;
    padding: 20px 10px 10px 10px;
    margin-left: 1%;
    transform: translateX(-3%);
    text-decoration: none;
    border-radius: 5px;
    line-height: 20px;
    height: 100px;
    font-weight: bold;
    border: 1px solid #efefef;
}

.bsBtn a:hover{
    color: #333;
    display:block;
    line-height: 20px;
    background: #fff;
    border: 1px solid #006ab9;
    box-shadow: 0 0 24px rgba(0,106,185,0.21);
}
.huiColor{
    color: #999;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.wsbsBorder{
    border:1px solid #efefef;
    margin: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .bsBtn{
        margin: 1%;
    }
    .bsBtn a{
        width: 45% !important;
        background: #f9f9f9;
        color: #006ab9;
        text-align: center;
        font-size: 14px;
        float: left;
        padding: 20px 10px 10px 10px;
        margin-left: 4%;
        transform: translateX(-3%);
        text-decoration: none;
        border-radius: 5px;
        line-height: 20px;
        height: 140px;
        font-weight: bold;
        border: 1px solid #efefef;
        margin-top: 2%;
    }
    .huiColor{
        color: #999;
        font-weight: normal;
        font-size: 14px;
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        margin-top: 10px;
    }
    .w1180{
        padding: 0px 5px !important;
    }
}
