#home {
    margin: 0.1% 0.1%;
    padding-top: 5px;
    width: 95%;
    min-width: 950px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 0px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

#navList a {
    display: block;
    width: auto;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 19px;
}

#blogTitle {
    height: 0;
    clear: both;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 20px;
}

.cnblogs_code {
    max-height: 550px;
}

.c{
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.c1{
    color:#c1c1c1;
}


.c2{
    color:#c1c1c1;
}

.left{
    margin-left:20px;
    text-align: left;
    float: left;
}

.right{
    margin-right:20px;
    text-align: right;
}