
.association{
    /* background-color: #f00; */
}
/* 超小屏幕（手机，小于768px）*/
@media screen and (max-width: 992px){
    .leader-content{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .leader-item{
        position: relative;
        margin-bottom: 20px  ;
        display: flex;
    }
    .leader-image{
        display: inblock;
        width: 3rem;
        height: 3rem;
        margin-right: 0.8rem;
    }
    .leader-introduce{
        /* text-align: center; */
        font-size: 12px;
    }
}
/* @media screen and (min-width: 768px){} */
/* 中等屏幕（桌面显示器，大于等于992px）*/
/* @media screen and (min-width: 992px){} */
/* 大屏幕（大桌面显示器，大于等于1200px）*/
@media screen and (min-width: 993px){
    .organization-image{
        display: block;
        width: 511px;
        height: 570px;
        margin: 0 auto;

    }
    .leader-item{
        width: 50%;
        margin-bottom: 20px;
    }
    .leader-content{
        display: flex !important;
        flex-wrap: wrap;
    }

    .leader-image{
        display: block;
        /* position: absolute;
    left: 50%; */
        width: 200px;
        height: 200px;
        margin: 0 auto 20px;
    }

    .leader-introduce{
        text-align: center;
    }
}