body {
    color: #000;
    background-color: #e6e6e6;
    background: url(https://images.cnblogs.com/cnblogs_com/hujh/1639197/o_20013003004237007894_p0.jpg) fixed;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#home {
margin: 0 auto;
opacity: 0.99;
width: 70%;
min-width: 1080px;
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: larger;
    padding-left: 20px;
}
#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
#sideBar {
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sideBar {
    font-size: 14px;
}
.catListTitle {
    font-size:2.35em;
    margin-top:21px;
    margin-bottom:10.5px;
    border-left:10px solid #23769c;
    padding:10px 0 10px 14px;
    background-color:#f7f7f7;
}
#navList {
    font-size: 18px;
}
#navList a {
    padding-top:15%;
}
#navList a:hover {
    color:#0275c6;
}
#cnblogs_post_body img {
    max-width: 100%;
    height: auto;
}
#comment_form_container .comment_textarea {
    width: 700px;
}

/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #eaeae4;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}