body {
    background-color: #ffffff;
}
.union-member-wrap {
    width: 1000px;
    margin: 22px auto;
}
.member-introduce-list {
    width: calc(100% - 340px);
}
.member-introduce {
    margin-bottom: 40px;
}
.member-introduce .introduce-bg {
    width: 100%;
    height: 133px;
    background: url("../images/member-bg.png") no-repeat center;
    background-size: 100% 133px;
}
.member-introduce .introduce-bg p {
    padding-top: 10px;
    margin-left: 13px;
    font-size: 12px;
    line-height: 16px;
}
.member-introduce .introduce-bg p a {
    color: #ffffff;
}
.member-introduce .introduce-bg p span {
    color: #ffffff;
}
.member-introduce .introduce-bg p .title-icon:last-child {
    display: none;
}
.member-introduce .introduce-bg p span:nth-child(odd) {
    cursor: pointer;
}
.member-introduce .introduce-info .introduce-img {
    width: 100px;
    height: 100px;
    margin: -50px auto 7px;
    background-color: #eeeeee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.member-introduce .introduce-info .introduce-img img{
    /*width: 100px;*/
    /*height: 100px;*/
    width: 100%;
    height: auto;
    /*border-radius: 4px;*/
}
.member-introduce .introduce-info .introduce-title {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #000000;
}
.member-introduce .introduce-info .introduce-describe {
    font-size: 13px;
    line-height: 17px;
    text-indent: 2em;
    color: #999;
}
.member-introduce-list .association-members{
    display: none;
}
@media (max-width:767px) {
    .union-member-wrap {
        width: 100%;
        margin: 0;
        display: block;
        flex: none;
    }
    .member-introduce-list {
        width: 100%;
    }
    .member-introduce-list .association-members{
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
        max-width: 100%;
    }
    .member-introduce .introduce-bg {
        width: 100%;
        height: 186px;
        background: url("../images/association-bg-new.png") no-repeat center;
        background-size: 100% 186px;
    }
    .member-introduce .introduce-bg p {
        padding-top: 15px;
    }
    .introduce-info {
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
    }
    .latest-news {
        box-sizing: border-box;
        width: 100%;
        padding: 0 16px;
        margin-top: 30px;
    }
    .association-pc {
        display: none;
    }
}