.home {
    width: 1024px;
    margin: 0 auto;
}

.nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 40px;
    background: #FFFFFF;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    align-items: center;
    border: 1px solid #dfe0e1;
}

.nav-start{
    display: inherit;
    justify-content: flex-start;
    align-items: inherit;
}

    .nav-start a {
        color: #4c4e52;
    }

    .nav-start .header {
        font-size: 20px;
        padding-right: 30px;
        font-weight: bold;
    }

.navigation {
    font-size: 16px;
    padding-top: 5px;
}

    .navigation a{
        padding-right: 20px;
        font-size: inherit;
    }

.nav-end{
    justify-content: flex-end;
    padding-right: 5px;
}

.container {
}

.menu-left {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.menu-list {

}

.menu-item {
    display: flex;
    text-align: center;
    padding: 10px 10px 10px 15px;
    margin-bottom: -1px;
    justify-content: space-between;
}

.menu-item .active {
    background-color: rgba(0,0,0,.125);
}

.circle {
    color: #FFFFFF;
    background-color: #007bff;
    border-radius: 30px;
    padding: 0 5px 0 5px;
}

.content {
    float: left;
    width: 814px;
}

.h-box{
    margin-bottom: 10px;
}