/*侧边栏公告*/
#blog-news &gt; img {
    /*头像*/
    display: block;
    margin: auto;
    border-radius: 50%;

}


#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}

#profile_block &gt; a:link {
    color: #F60;
}

#blog-news img{width:100%;}
#profile_block a {
    color: #32cd32!important;
    font-size: 17px!important;
}

/*公告结束*/


/* 个性签名 */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 17px;
    border-left: solid 5px #55895B;
    background: #F3F3F3;
    border-radius: 10px 10px 50% 10px;
    line-height: 2.4;
    margin: 40px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}

/*返回顶部*/
#back-to-top {
    background-color: #8bcc99;
    bottom: 10px;
    box-shadow: 0 0 6px #72a072;
    padding: 5px 10px;
    position: fixed;
    right: 50px;
    border-radius: 8px;
    opacity: 0.7;
}