.container-left {
    padding-left: 15px;
    padding-right: 15px;
}

.row,
.main-sidebar .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* general */
.clear {
    clear: both;
}

/* Header */
.brand {
    color: #E05E00 !important;
    font-family: georgia;
    font-style: italic;
}

/* list stuff */
#org {
    background-color: white;
    margin: 10px;
    padding: 10px;
}

#show-list {
    cursor: pointer;
}

/* bootstrap overrides */
.alert-message {
    margin: 2px 0;
}

/*
.topbar{
	position 			: absolute;
}*/

/* Custom chart styling */
.jOrgChart {
    /*margin                : 10px;
  padding               : 20px;*/
}

/* Custom node styling */
.jOrgChart .node {
    font-size: 16px;
    background-color: #275293;
    border-radius: 8px;
    color: #fff;
    -moz-border-radius: 8px;
    min-height: 40px;
}

.node p {
    font-family: tahoma;
    font-size: 10px;
    line-height: 11px;
    padding: 2px;
}

.jOrgChart .organ {
    width: 40px;
    /*height:370px;*/
}

.jOrgChart .line {
    width: 2px !important
}

.jOrgChart .down {
    /*margin-right: 50.7%;*/
    height: 40px;
}

.jOrgChart table {
    margin-left: auto;
    margin-right: auto;
}



/* 右侧 */

.main-sidebar .single-post .content h5 {
    margin-bottom: 10px;
}

.main-sidebar .single-post .content.col-12 {
    padding-left: 0;
}

.imgcover {
    padding-left: 0;
}

.main-sidebar .single-post .imgright {
    padding-left: 15px;
    padding-right: 0px
}

.main-sidebar .single-post .content h5 a {
    margin-bottom: 0;
}


/* 手机端 */
@media screen and (max-width: 768px) {
    .container .row .container-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .pdt-60 {
        padding-top: 0.6rem;
    }
    .pdb-60{
        padding-bottom: 0.6rem;
    }

    .tree-menu {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .tree-item {
        color: #222;
        /* border-bottom: 1px solid #f0f0f0; */
    }

    .tree-item:last-child {
        border-bottom: none;
    }

    .item-header {
        display: flex;
        cursor: pointer;
        position: relative;
        align-items: center;
        font-weight: normal;
        font-size: 15px;
        padding-left: 25px;
    }

    .item-header.has-children::before {
        content: '';
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        /* border-right: 1px solid #bbb;
        border-bottom: 1px solid #bbb; */
        /* transform: rotate(45deg); */
        transition: transform 0.3s;
        background: no-repeat center;
        background-image: url(./icon-down.png);
        background-size: cover;
        transform: rotate(-90deg);
    }

    .item-header.open.has-children::before {
        transform: rotate(0);
    }

    .item-header .indicator {
        margin-right: 8px;
        color: #aaa;
        font-size: 18px;
    }


    .item-children .tree-item {
        border-bottom: none;
    }

    .item-children .item-header {
        padding: 0 15px;
        line-height: 2;
        padding-left: 25px;
        min-height: 20px;
    }

    .level-2 {
        margin-left: 10px;
    }

    .level-3 {
        margin-left: 20px;
    }

    .level-4 {
        margin-left: 30px;
    }

    .level-5 {
        margin-left: 40px;
    }

    .item-children:last-child .tree-item {
        margin-left: 15px;
    }
    .tree-menu a{
        display: block;
    }
    .tree-menu a:hover {
        color: #1A76D1;
        width: 100%;
    }

}