body{
        background: url(https://hituyu.hnbcdn.com/20160915cf83922aeab03cc991a09347c3070717.jpg);
        background-color: steelblue;
}
/* 页头图片 */
#masthead {
    margin-top: 8px;
    background-color: steelblue;
    background-image: url("https://m.belltrip.cn/upload/UploadWorks/2015/12/24/show/uc6YSYXw.jpg")!important; 
    background-size: 100% 100%;
    width: 804px;
    height: 221px;
    
}
#title{
    color: #ccc;
    font-size: 13px;
    font-weight: 600;
}
#title h1{
    font-size: 23px;
}

#content {
    background-color: #f8f8f8!important;
    background-size: 100% 100%!importan;
}
#navbar{
    background: none!important;
}

/* 菜单调整 */
#navbar li {
    float: left;
    padding-left: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
}
#navbar a{
    color: #735c35!important;
}


#profile_block{display: block;}
#sidebar_search{display: none;}
#sidebar_toptags{display: block;}
#blogTitle{
   height: 100px;
   /*background: skyblue;*/
}
.link{
    position: absolute;
    right: 0;
    top: 102px;
    z-index: 9;s
}
#green_channel {
    background: #6DA47D;
    padding-left: 20px;
    font-weight: normal;
    font-size: 15px;
    width: 96%;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
}
#blog-news{position: relative;}
.announce{padding: 25px 0}
.announce .title{
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #eee;
}
.announce {
    color: #735c35;
}


#money{
    position: absolute;
    top: 20px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    /*background: #FEC22C;
    /*background: url("images.cnblogs.com/cnblogs_com/toggle/1445764/t_1.gif") no-repeat center;*/
    background-size: 100% 100%;
}

.posthead{
    border-bottom: 1px solid;
}