.main .container{
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

.main .floor{
    padding-bottom: 0;
    margin-bottom: 0;
}

.cz_title{
    font-size: 24px;
    background: #f3f3f3;
    color: #242424;
    line-height: 60px;   
}

.cz_title span{
    background: #D4403D;
    color: #fff;
    padding: 9px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.org{
	overflow: hidden;
	padding-left: 15px;
    width: 50%;
    float: left;
    font-size: 18px;
}

.org::before{
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D4403D;
    margin-right: 10px;
    margin-top: 17.5px;
    float: left;
}

.org.no_child{
    margin-top: 10px;
    width: 100%;
}

.org.no_child::before{
    content: none;
}


.org_name{
    width: calc(100% - 20px);
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 20px;
}

.org_name::first-letter{
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    background-color: #D4403D;
    border-radius: 20px;
    padding: 3px 10px;
    margin-right: 5px;
}

.org li{
	float: left;
    width: 100px;
    height: 100px;
    margin: 10px 27px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    /* background-color: #D4403D; */
    /* background-image: url(../images/zwgk/czyjs_bg.png); */
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;  
    color: #D4403D;
    position: relative;
}

.org li a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    position: absolute;
    z-index: 4;
    border-radius: 50%;
}

.circle{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #fd8c8a;
    border-radius: 50%; 
    position: absolute;
}

.circle_lg{
    z-index: 1;
    transform: rotateZ(-45deg);
}

.circle_sm{
    z-index: 2;
    transform: scale(0.8) rotateZ(135deg);
}

.circle .white{
    width: 30px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -3px;
}

.dot{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fd8c8a;
    position: absolute;
    left: 50%;
    top: -2px;
    z-index: 3;
    margin-left: -3px;
}

.dot:nth-child(1){
    margin-left: -16px;
}

.dot:nth-child(2){
    margin-left: 10px;
}

#zwxx{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

#zwxx a{
    padding-left: 20px;
    background-image: url(../images/zwgk/czyjs_icon.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: 5px center;
}

@media screen and (max-device-width: 768px){
    .main .container{
        padding: 0 20px;
        box-sizing: border-box;
    }

    .main .floor{
        padding: 15px 0;
    }

    .cz_title{
        font-size: 18px;
    }
    
    .org{
        width: 100%;
        padding-left: 0;
    }

    .org_name{
        font-size: 16px;
    }

    .org li{
        margin: 10px calc(25% - 50px);
    }
}