.org-content {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 48px;
    background: #fff;
    text-align: center;
}

.org-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-wrapper {
    margin-bottom: 53px;
}

.content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    border-bottom: 2px solid #7A859C;
    position: relative;
}

.org-content .org-main-item {
    width: 396px;
    height: 60px;
    padding: 12px 0;
    border-radius: 8px;
    background: #0273B1;
    margin-bottom: 61px;
    position: relative;
    font-family: "PingFang SC";
}

.org-content .org-main-item .org-title {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.org-content .org-main-item .org-entitle {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.org-content .org-item {
    border-radius: 8px;
    height: 58px;
    width: 270px;
    margin-bottom: 61px;
    position: relative;
    font-family: "PingFang SC";
}

.org-content .org-item .org-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    background: #0273B1;
    height: 30px;
    color: #FFFFFF;
    width: 100%;
}

.org-content .org-item .org-entitle {
    border: 1px solid #EBEDF0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 270px;
    height: 28px;
    line-height: 28px;
    color: #333333;
    font-size: 12px;
    width: 100%;
}

.org-content .afterLine::after {
    content: "";
    display: block;
    width: 2px;
    height: 59px;
    background: #7A859C;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.org-content .beforeLine::before {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #7A859C;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

.org-content .beforeArrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #7A859C transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

.content-inline {
    display: flex;
    padding-top: 15px;
}

.org-content .width195 {
    width: 195px;
    margin-bottom: 24px;
}

.org-content .width350 {
    width: 350px;
    height: 100px;
    margin-bottom: 24px;
}

.org-content .width350 .org-entitle {
    width: 350px;
    height: 70px;
    line-height: 18px;
    padding: 8px 66px;
}

.org-content .width195 .cust-line::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #7A859C;
    position: absolute;
    right: 38.5px;
    top: -17px;
}


.org-content .width350 .cust-line::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    background: #7A859C;
    position: absolute;
    left: -4px;
    top: -17px;
}

.org-content .width195.afterLine::after{
    height: 0;
}
.org-content .width350.afterLine::after {
    height: 20px;
}

.org-content .cust-arrow::before {
    left: auto;
    right: 154px;
    transform: unset;
}

.content-inline .content-inline {
    position: absolute;
    border-top: 2px solid #7A859C;

}

.org-content .org-item.width114 {
    width: 114px;
    height: 70px;
    margin-right: 5px;
}

.org-content .org-item.width114:last-child {
    margin-right: 0px;
}

.org-content .width114 .org-entitle {
    height: 40px;
    line-height: 12px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.org-content .width114:nth-child(1) .org-title::after {
    content: "";
    display: block;
    width: 57px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -17px;
}

.org-content .width114:last-child .org-title::after {
    content: "";
    display: block;
    width: 61px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -5px;
    top: -17px;
}

.org-content .cust-width350 {
    width: 350px;
    height: 82px;
}

.org-content .cust-width350 .org-entitle {
    height: 52px;
    line-height: 18px;
    padding: 8px 12px;
}

.org-content .content-top .content-top-left {
    position: absolute;
    width: 380px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #DCDEE0;
    top: 95px;
    left: -345px;
    background: #FFF;
}

.org-content .content-top .content-top-left .org-item {
    margin-bottom: 0;
}

.org-content .content-top .content-top-right .org-item {
    margin-bottom: 12px;
}

.org-content .content-top .content-top-left .content-inline {
    padding-top: 12px;
}

.org-content .content-top-left::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #7A859C;
    position: absolute;
    right: -32px;
    bottom: 48px;
}

.org-content .content-top-left::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #7A859C transparent transparent;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    right: -8px;
    bottom: 44px;
}

.org-content .content-top .content-top-right {
    position: absolute;
    right: -180px;
    bottom: 13px;
}

.org-content .exe-committe .org-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #7A859C;
    position: absolute;
    right: -45px;
    bottom: 28px;
}

.org-content .exe-committe .org-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #7A859C transparent transparent;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    right: -8px;
    bottom: 24px;
}

.org-content .content-top .content-top-right::before {
    content: "";
    display: block;
    width: 2px;
    height: 68px;
    background: #7A859C;
    position: absolute;
    left: -18px;
    bottom: 42px;
}

.org-content .content-top .content-top-right .org-title::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #7A859C;
    position: absolute;
    left: -18px;
    bottom: 28px;
}

.org-content .content-bottom {
    padding: 48px 24px 24px 24px;
    border-radius: 8px;
    border: 1px solid #DCDEE0;
    background: #FFF;
    width: 1016px;
    margin-top: 30px;
    position: relative;
}

.org-content .content-bottom .org-main-item,
.org-content .content-bottom .org-item {
    width: 100%;
    margin-bottom: 0;
}

.org-content .content-bottom .org-main-item {
    position: absolute;
    top: -30px;
    width: 968px;
}


.org-content .content-bottom .content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 12px;
}


/* 秘书处 */
.secretariat-content .org-main-item {
    width: 188px;
}

.secretariat-content .org-item {
    width: 270px;
}

.secretariat-content .content-inline {
    border-top: 2px solid #7A859C;
}
