﻿.wyb .banner {
    margin: 10px 0;
    width: 100%;
}

.bmfw-top-box {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bmfw-top-item {
    width: 24%;
    height: 119px;
    padding: 5px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.bmfw-top-box .bmfw-top-item:first-child {
    background: url(hudjyy.png) 100% 100% no-repeat;
    background-size: cover;
}

.bmfw-top-box .bmfw-top-item:nth-child(2) {
    background: url(jzztcm.png) 100% 100% no-repeat;
    background-size: cover;
}
.bmfw-top-box .bmfw-top-item:nth-child(3) {
    background: url(cjrlb.png) 100% 100% no-repeat;
    background-size: cover;
}
.bmfw-top-box .bmfw-top-item:nth-child(4) {
    background: url(cszzsx.png) 100% 100% no-repeat;
    background-size: cover;
}

.bmfw-middle-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bmfw-middle-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 130px;
    background-color: #f7fbfe;
}

.bmfw-middle-item img {
    margin-bottom: 20px;
    width: 40px;
    height: auto;
}
.bmfw-middle-item span {
    height: auto;
    text-align: center;
}

.wyc .bmfw-middle-box:last-child .bmfw-middle-item {
    position: relative;
}

.wyc .bmfw-middle-box:last-child .bmfw-middle-item .tip{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #0770ff;
    font-weight: 600;
}

.wyz {
    width: 29%;
    float: left;
    margin-right: 1%;
}

.wyz_box {
    display: flex;
    flex-direction: column;
}

.wyz_box li {
    
}
.wyz_item {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 5px;
    border: #d4edff 1px solid;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
}

.bjlgs {
    width: 38%;
    float: left;
    margin-right: 1%;
}


.card_panel.bjlgs .news_list li .news_title {
    width: 65%;
}

.bszn {
    width: 31%;
    float: left;
}

.bszn-item {
    float: left;
    margin-top: 29px;
}

.bszn-item img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .main_content{
        width: 100%;
    }
    .bmfw-top-box {
        flex-wrap: wrap;
    }
    .bmfw-top-item {
        width: 49%;
        height: 1rem;
        line-height: 0.8rem;
        font-size: 0.4rem;
    }
    .bmfw-middle-box {
        flex-wrap: wrap;
    }
    .bmfw-middle-item {
        margin-bottom: 0.1rem;
        padding: 5px;
        width: 30%;
        height: 2.9rem;
    }
    .wyz {
        width: 100%;
        margin-right: 0;
    }
    .bjlgs {
        width: 100%;
        margin-right: 0;
    }
    .bszn {
        width: 100%;
    }
}