body/* 必应每日随机背景图*/
{
background:url(https://images.cnblogs.com/cnblogs_com/lnas01/1394273/o_200404012806CharlestonAzaleas_ZH-CN3924268565_1920x1080.jpg) top center no-repeat #000;
background-attachment:fixed;
font-family: fl-icons;
font-size: 14px;
background-size:100%; 
border-radius: 4px; 
}

#home {
    margin: 0 auto;
    width: 95%;
}
 
#blogTitle h1 a, #blogTitle h2 {
        color: #fff;
        font-family: "微软雅黑";
        text-shadow: 3px 3px 3px #003d44;
        font-size: 28px;
}

#sideBar {
    background: #FFFFE6; 
}

#mainContent {
    border-radius: 4px; 
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 74%;
    /*   background: #fff;  导航菜单半透明*/
   background: #FFFFE6; 
}

#navigator {
    border-radius: 4px; 
    background-color: #333;
    height: 60px;
    clear: both;
    margin-top: 10px;
    position: relative;
}

#main 
{
    width: auto;
    background: 90%; /*  10% 透明背景*/
    border-radius: 4px; 
}

.c_ad_block /*关闭下方广告*/
{
    display: none;
}