.container-1 {
    width: 1140px;
}
.container-1 .title {
    margin-top: 48px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: center;
    font-family: SourceHanSansSC-bold;
    font-weight: bold;
}

.container-1 .intro {
    margin-top: 76px;
    background-color: rgba(249,249,249,0.8);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container-1 .intro .line-btn {
    margin-top: 32px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(15,64,165,1);
    color: rgba(255,255,255,1);
    font-size: 20px;
    text-align: center;
    font-family: PingFangSC-bold;
    font-weight: bold;
    width: 1040px;
}
.org-body {
    width: 85%;
}

.org-item-title {
    margin-top: 20px;
    font-size: 20px;
    font-family: PingFangSC-bold;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}
.org-item-body-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 42px;
}
.org-item-body-list-item {
    display: flex;
    margin-top: 30px;
}
.org-item-body-list-item-title {
    font-family: PingFangSC-bold;
    width: 100px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    color: rgba(0,0,0,1);
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,1);
}
.org-item-body-list-item-desc {
    font-size: 18px;
    margin-left: 28px;
    line-height: 25px;
}
.org-item-btn-data {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.org-item-btn {
    color: white;
    background-color: #0C0C0C;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    cursor: pointer;
}
.org-btn-body {
    display: flex;
    justify-content: center;
}
.org-btn-body .org-btn-body-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 85px;
}

.org-btn-body .org-btn-item {
    margin-bottom: 20px;
    height: 50px;
    width: 250px;
    line-height: 50px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,1);
    cursor: pointer;
}
.org-btn-body .org-btn-item  a {
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 250px;
}
.container-body .float-box-1 {
    position: absolute;
    top: 50px;
    width: 138px;
    height: 403px;
    right: 0px;
    background-color: rgba(249,209,98,1);
    z-index: -1;
}
.container-body .float-box-2 {
    position: absolute;
    bottom: 1080px;
    width: 234px;
    height: 607px;
    background-color: rgba(216,55,65,1);
    left: 0px;
    z-index: -1;
}
.container-body .float-box-3 {
    position: absolute;
    bottom: 1080px;
    width: 234px;
    height: 607px;
    background-color: rgba(216,55,65,1);
    right: 0px;
    z-index: -1;

}

.container-body .right-top-mask {
    position: absolute;
    top: 50px;
    width: 410px;
    height: 860px;
    right: 0px;
    z-index: -2;

}
.container-body .right-bottom-mask {
    position: absolute;

    bottom: 192px;
    width: 400px;
    height: 850px;
    left: 0px;
    z-index: -2;

}
.org-member-data {
    display: none;
    flex-direction: column;
    align-items: center;
}
.org-member-data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;

}
.org-member-data-item-title {
    line-height: 28px;
    color: rgba(15,64,165,1);
    font-size: 20px;
    text-align: justify;
}

.org-member-data-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;

}
.org-member-data-item-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    margin-top: 35px;
}
.org-member-data-item-list-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
}
.org-member-data-item-list-item .member-name {
    color: rgba(16,16,16,1);
    font-size: 14px;
    text-align: left;
    font-weight: bold;

    font-family: Arial-bold;
}

.org-member-data-item-list-item .member-country {

    height: 20px;
    line-height: 20px;
    color: rgba(123,123,124,1);
    font-size: 14px;
    text-align: left;
    font-family: Times New Roman-regular;
}
