/*内页大小*/
#home {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*博客名*/
#blogTitle h1 a {
    color: #515151;
    font-size: 50px;

}
/*导向栏*/
navList a:link, #navList a:visited, #navList a:active {
    color: #4C9ED9;
    font-weight: bold;
}
#navList {
    min-height: 30px;
    float: left;
    font-size: 17px;
    color: #4C9eD7;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #4C9eD7;
    font-weight: bold;
}