.main_content_map {
    width: 1280px;
    margin: 0 auto;
    margin-top: 12px;
    box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);
    padding: 5px 0 100px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.title_path_minor {
    height: 60px;
    line-height: 60px;
    padding-top: 10px;
}

.title_tag {
    float: left;
    margin-left: 50px;
    font-size: 16px;
}

.line_ico {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 2px;
    height: 15px;
    border-left: 3px solid #ffa600;
    margin-right: 4px;
}

.main_text_minor {
    width: 100%;
}

jmnode {
    padding: 0;
    box-shadow: none;
    max-width: inherit;
}

jmnode:hover {
    box-shadow: none;
}

.jsmind-inner {
    position: absolute;
    margin-top: -100px;
}

.level1 {
    background: #3864E2;
    color: #fff;
    padding: 10px;
    font-size: 24px;
}

.level2 {
    background: #3864E2;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.level3 {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    width: 110px;
    text-align: center;
}

.level4 {
    background: #fff;
    white-space: normal;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: auto;
    font-size: 14px;
    width: 500px;
    padding: 0 0 20px 30px;
}

.level4 a {
    display: inline-block;
    margin: 20px 30px 0 0;
}

.level-empty {
    width: 110px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.level4-1 a {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}