#map_container {
    width: 100%;
    height: 400px;
}
.map_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.map_popup>.map_popup_box {
    width: 600px;
    max-width: 90%;
    /* height: 416px; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 30px 0px rgba(31, 41, 106, 0.24);
    border-radius: 4px;
}

.map_popup_btnbox {
    padding: 20px 38px 20px 10px;
    border-bottom: 1px solid #DA0502;
    box-sizing: border-box;
}

.map_popup_btnbox>ul {
    float: left;
}

.map_popup_btnbox>ul>li {
    float: left;
    padding: 0 29px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6C6E7F;
    line-height: 25px;
}

.map_popup_btnbox>ul>li i {
    font-size: 20px;
}

.map_popup_btnbox>img {
    float: right;
}

.map_popup_btnbox>ul>li.active,
.map_popup_btnbox>ul>li:hover {
    color: #DA0502;
}

.map_popup_content_list {
    width: 100%;
    height: 300px;
    padding: 18px 39px 20px;
    box-sizing: border-box;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.map_popup_content_list .orgSynopsis img {
    max-width: 100% !important;
    height: auto !important;
}

.map_popup_content_list>div {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
 line-height: 24px;
color: #333;
font-size: 16px;
}

.map_popup_content_list>div:first-child {
    display: block;
}

.portalAddress>img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.information>div:not(:last-child),
.orgStructure>div:not(:last-child) {
    margin-bottom: 6px;
}

.organization_content {
    width: 100%;
    background: rgba(246, 246, 246, 1);
    padding: 20px 0;
}

.organization_content .organization_box:last-child {
    margin-bottom: 0px;
}

.organization_box {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px 40px 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    margin-bottom: 20px;
}

.organization_box .organization_name>i {
    font-size: 18px;
    color: rgba(218, 5, 2, 1);
    margin-right: 3px;
}

.organization_list {
    width: 100%;
    /* text-align: center; */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(43, 43, 43, 1);
    line-height: 21px;
    margin-top: 26px;
}

.organization_list>li>p:nth-child(2) {
    /* max-width: 96px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization_list>li {
    position: relative;
    text-align: center;
    /* padding: 25px 51px; */
    padding: 25px 0px;
    border: 1px solid rgba(224, 224, 224, 1);
    margin-right: 30px;
    margin-bottom: 30px;
    width: 200px;
    box-sizing: border-box;
}

.organization_list>li:nth-child(5n+5) {
    margin-right: 0px;
}

.organization_list>li>img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.organization_num {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 19px;
    margin: 14px 0 16px;
}

.join_btn {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
    padding: 7px 15px;
    background: rgba(218, 5, 2, 1);
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
}

.organization_list_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 67px 0;
    background: #DA0502;
    box-sizing: border-box;
    color: #FFFFFF;
    display: none;
}

.organization_list_hover .organization_num {
    color: #FFFFFF;
}

.organization_list_hover .join_btn {
    color: #DA0502;
    background: #FFFFFF;
}

.organization_list>li:hover .organization_list_hover {
    display: block;
}
