body{
    background-image: url("https://files.cnblogs.com/files/blogs/702701/background.bmp")!important;
    /* background-repeat: no-repeat; */
    background-size: 100%;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
}
#top_nav{
    display: none;
}
#blogTitle h1 a, #blogTitl{
    font-size: 30px;
}
/* 以下是主要内容 */
#main{
    background-color: rgba(255, 255, 255, 0.3);
}
#mainContent{
    /* background-color: rgba(255, 255, 255, 0.5); */
    background:none;
    width: 100%;
}
#mainContent .forFlow{
    padding-top: 20px;
}
#navigator{
    background-color: rgba(255, 255, 255, 0.5);
    /* background:none; */
    display: none;
}
#sideBar{
    display: none;
}
.postTitle{
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 0;
    border-bottom: none;
}
.postCon{
    font-size: 14px;
    float: left;
    padding-left: 10px;
}
.dayTitle{
    display: none;
}
.c_b_p_desc{
    color: white;
}
a:link{
    color: #1c7791;
}