/* -----背景图----- */
html, body
{
    margin: 0;
    padding: 0;
    background: url(https://images2017.cnblogs.com/blog/885780/201802/885780-20180210221731591-267564629.jpg) center center;
    repeat: no-repeat;
    background-attachment:fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images2017.cnblogs.com/blog/885780/201802/885780-20180210221731591-267564629.jpg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images2017.cnblogs.com/blog/885780/201802/885780-20180210221731591-267564629.jpg', sizingMethod='scale');
    background-size: cover;
    opacity:0.9;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}



/* -----home宽度----- */
#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}



/* -----推荐和反对----- */
#div_digg {
    padding: 10px;
    position: fixed;
    _position: absolute;
    z-index: 1000;
    bottom: 10px;
    right: 45px;
    _right: 45px;
    border: 2px solid #D9DBE1;
    background-color: #FFFFFF;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}
#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}



/* -----带头像评论-----*/
/*
.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
*/
.feedbackCon img {
border-radius: 40px;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.blog_comment_body {
    margin-left: 60px;
}


/*
// 设置博客正文一二三级标题格式
// 一级标题
#cnblogs_post_body h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    margin: 10px 0;
}
// 二级标题
#cnblogs_post_body h2 {
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.1;
    color: whitesmoke;
    background-color: cornflowerblue;
    margin: 10px 0;
    border-radius: 8px;
}
// 三级标题
#cnblogs_post_body h3 {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0;
    color: whitesmoke;
    background-color: cornflowerblue;
    border-radius: 8px;
}
//  正文
#cnblogs_post_body p {
}
*/
#cnblogs_post_body h3 {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0;
    color: whitesmoke;
    background-color: cornflowerblue;
    border-radius: 8px;
}
#topics .postTitle {
    font-size: 170%;
}


/* 公告栏标题 */
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 14px 10px;
    background-color: #f5f5f5;
}