.bigbg{
    width: 100%;
    background: url(../img/xzzfxx_bg.png) center top no-repeat;
}

.bigbg .wrap{
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bigbg .header_top{
    width: 100%;
    height: 310px;
}

.sqxz_logo{
    width: 560px;
}

.sqxz_main{
    width: 1200px;
    padding: 20px;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.prov{
    width: 70%;
}

.city{
    width: 28%;
}

.sqxz_main .title{
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    height: auto;
}

.sqxz_main .title a{
    color: #1a75ce;
}

.sqxz_main .title i{
    width: 6px;
    height: 20px;
    background-color: #f8b551;
    display: inline-block;
    margin: 0 10px;
}

.sqxz_main ul{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.sqxz_main ul li{
    flex: 0 0 47%;
    padding-left: 3%;
    font-size: 18px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: #ddd 1px dashed;
}