body {
    background: #f0f5fa;
}

.part {
    width: 100%;
    overflow: hidden;
}

.wyhpart01 {
    /*min-height: 974px;*/
    /*background: url(../images/remegen-1.png) no-repeat;*/
    /*background-size: 1200PX;*/
    /*background-position: center bottom;*/
    /*padding-bottom: 110px;*/
    background: url(../images/caibaobg.png) no-repeat;
    background-size: auto;
    background-position: center top;
    padding-bottom: 90px;
}

.wyhpart01 .weiyuanhuiBox {
    width: 1200px;
    margin: 0 auto 10% auto;
        margin-top: 115px;
}

.wyhpart01 .weiyuanhuiBox h4 {
    font-size: 43px;
    width: 1200px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    /* display: inline-block; */
    padding-left: 27px;
    background: url(../images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
    margin-bottom: 30px;
}

.wyhpart01 .weiyuanhuiBox .directiorList {
    clear: both;
    margin-top: 30px;
}

.wyhpart01 .weiyuanhuiBox .directiorList p {
    width: 283px;
    height: 43px;
    font-size: 24px;
    line-height: 43px;
    color: #004f99;
    /* font-weight: bold; */
}

.wyhpart01 .weiyuanhuiBox .directiorList ul {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.wyhpart01 .weiyuanhuiBox .directiorList ul li {
    width: 282px;
    height: 60px;
    margin: 0 15px 15px 0;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    /* background: url(../images/d_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    border: 1px solid #ccc;
    background: #fff;
}
.wyhpart01 .weiyuanhuiBox .directiorList ul li:hover{border:1px #ef7144 solid;}
.wyhpart01 .weiyuanhuiBox .directiorList ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    
}

.wyhpart01 .weiyuanhuiBox .directiorList ul li a .directiorMsg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}



.wyhpart01 .weiyuanhuiBox .directiorList ul li span {
    color: #004f99;
    font-size: 14px;
    display: block;
}
.wyhpart01 .weiyuanhuiBox .directiorList ul li:hover span{
    color: #ef7144;
}

.wyhpart01 .weiyuanhuiBox .directiorList ul li span:nth-child(1) {
    font-size: 18px;
    line-height: 20px;
}
.wyhpart01 .weiyuanhuiBox .tip{color: #ef7144;border-bottom: 1px solid #ef7144;font-size: 16px;display: block;width: 80px;text-align: center;margin-bottom: 40px;}

@media screen and (max-width: 900px) {
    .wyhpart01 {
        background-position: 10% center;
        min-height: unset;
        height: auto;
        margin-bottom: 0;
        background-position: center bottom;
        padding-bottom: 20px;
        background-size: contain;
    }

    .wyhpart01 .weiyuanhuiBox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .wyhpart01 .weiyuanhuiBox h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 1rem;
        height: 1rem;
        ;margin-bottom: 20px;
    }

    /* .wyhpart01 .weiyuanhuiBox .directiorList ul {
        margin-top: 20px;
    } */

    .wyhpart01 .weiyuanhuiBox .directiorList ul li {
        width: 46%;
        height: 50px;
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }

    .wyhpart01 .weiyuanhuiBox .directiorList {
        width: 100%;
    }

    .wyhpart01 .weiyuanhuiBox .directiorList ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 2%;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .wyhpart01 .weiyuanhuiBox .directiorList ul li a {
        width: 100%;
        height: 100%;
    }

    .wyhpart01 .weiyuanhuiBox .directiorList ul li span:nth-child(1) {
        font-size: 16px;
        /*margin-bottom: 5px;*/
    }

    .wyhpart01 .weiyuanhuiBox .directiorList ul li a .dongshiMsg {
        top: unset;
        bottom: 5px;
        padding: 0 15px;
    }

    .wyhpart01 .weiyuanhuiBox .directiorList p {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
}
