body{
    background-color: #fff !important;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.bbheader{
    background: url(../images/bbbg.png) top center no-repeat;
    height: 591px;
}

.ghname{
    margin-top: 23px;
}

.bb_con{
    margin-top: -150px;
    background: #FFFFFF;
    border-radius: 15px 15px 0px 0px;
    padding: 60px 115px;
}

.bbtit{
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px;
}

.bblist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bblist li{
    width: 46%;
    background: #FFF2D6;
    border-radius: 5px;
    margin-bottom: 45px;
}

.bblist li a{
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 21px 12px;
}

.bblist li a img{
    margin-right: 9px;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    .container{
        width: 100%;
    }

    .bbheader{
        height: 280px;
        background-size: 100% 100%;
    }

    .bb_con{
        margin-top: -80px;
        padding: 60px 15px;
    }

    .bblist li{
        width: 100%;
    }

    .bblist li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.wzazzms .bbtit{
	font-size:50px;
}

.wzazzms .bblist li{
	width:100%
}

.wzazzms .bblist li a{
	font-size:34px;
}