.wip_art{
    width: 1200px;
    margin-top: 10px;
}
.sj_xqxx{
    width: 100%;

}
.sj_bulb{

}


.bmfl_tit{
    height: 80px;
    line-height: 80px;
    font-size: 21px;
    font-weight: 700;
    color: #245399;
}

.bmfl_list ul li{
    float: left;
    width: 280px;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #245399;
    /*margin-bottom: 20px;*/
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
    transition: all 0.5s;
}

.bmfl_list ul li a{

}

.bmfl_list ul li:hover{
    background-color: #245399;
}

.bmfl_list ul li:hover a{
    color: #ffffff;
}
.bmfl_img{
    margin-top: 20px;
    border-top: 2px solid #245399;

}
.bmfl_img ul li{
    float: left;
    width: 360px;
    height: 100px;
    margin: 10px 20px;
    margin-top: 30px;

}