#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#navList {
    min-height: 30px;
    float: left;
    font-size: 18px;
}

#navList a{
    padding-top:15%;
}

#navList a:hover{
    color:#4C9ED9;
}

.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left:8px solid #808080;
    padding:10px 0 10px 14px;
    font-size: 2.35em;
    background-color:#f7f7f7;
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -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: 0px 0 0px 5px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img_avatar {
    border: 1px solid #ccc;
    padding: 2px;
    width: 180px;
    height: 180px;
}


.newsItem{
    text-align:center;
}

/* 不显示公告 */
.newsItem .catListTitle {
    display: none;
}

#sidebar_search {
    display: none;
}

.blog-news {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}

#profile_block {
   display:none;
}

.bozhu {
   font-size: 12px;
   color: gray;
}


/* 屏蔽广告 */
#ad_t2,#ad_c1,#ad_c2,#commentbox_main p {
display: none;
}