.main .container{
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

#remark {
    float: right;
    color: #D4403D;
    margin-right: 10px;
}

#org_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
    margin: 20px 0;
}

#title_text{
    float: left;
    padding: 0 20px;
    background-color: #D4403D;
    color: #ffffff;
}

#title_text span{
    float: left;
}

.org_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.org_list li{
    float: left;
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin-left: 3.3%;
    box-sizing: border-box;
    padding-left: 20px;
    background-image: url(../images/zwgk/czyjs_icon.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: 5px center;
}

.org_list li a{
    max-width: 100%;
    color: #101010;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.org_list li a:hover{
    color: #D4403D;
}

.org_list li a.noContent {
    color: #cccccc;
    cursor: not-allowed;
}