/* body {
    background-image: url("https://wallhere.com/zh/wallpaper/811877");
    background-size: cover;
} */
#blogTitle {
    display: none;
}
#top_nav {
    display: none;
}

/* #blogTitle {

}

.catListTitle {
    //background-color: #060e32;
}

.postTitle {
    //color: #060e32;
} */

/*博客导航栏 */
#navList {
    float:left;
}
#navList li {
    border: none;
    font-size: 16px;
}


/*文字触发效果*/
a:hover {
    /*border-bottom: 1px solid;*/
    color: #317fa2;
    font-size: 18px;
    text-shadow: -1px 0 0 #e5eef7, 0 3px 0 #e5eef7, 3px 0 0 ##b6c9e6, 0 -1px 0 ##b6c9e6;
    -webkit-transition: 0.3s;
}

/* 文章title自定义带动画样式 */
.postTitle {
    font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
    clear: both;
    background-color: #e5eef7;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 17px;
    border-left: 3px solid #21759b;
    padding-left: 17px;
    font-size: 17px;
    border-radius:0px;
    }
    .postTitle a:hover {
        text-decoration: none;
        margin-left: 17px;
        color: #E00000;
    }
    .postTitle a:link,
    .postTitle a:visited,
    .postTitle a:active {
    transition: all 0.4s linear 0s;
}

/* 个性签名 */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 15px;
    border-left: solid 5px #1d80fb;
    background: #FBF9F9;
    border-radius: 10px 10px 37% 10px;
    line-height: 2.4;
    margin: 37px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}


/*侧边栏公告*/
/*新加  头像 img 侧边圆圈*/
#newsSideBar .headImage {
    padding: auto;
}
#newsSideBar .headImage img {
    border: 3px solid #C0C0C0;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    display: block;
}

/*头像*/
#blog-news > img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}
#profile_block > a:link {
    color: #F60;
}

/*博客侧边标题样式*/
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 3px solid rgba(82, 168, 236, 0.8);
    padding: 10px 0 7px 10px;
    background-color: #f5f5f5;
}
/*公告结束*/

/*标题h2的自定义格式*/
/* #cnblogs_post_body h2  {
    border: 1px solid #1d82fe;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
    background-color: #FBF9F9;
    background-position: left center;
    padding: 3px 5px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
} */

/*标题h3的自定义格式*/
/* #cnblogs_post_body h3  {
    border: 1px solid #696969;
    border-left-width: 3px;
    border-radius: 7px;
    border-right-width: 5px;
    background-color: #F5F5F5;
    background-position: left center;
    padding: 2px 3px;
    width: 37%;
    display: inline-block;
    box-sizing: border-box;
} */

#home {
    width: 75%;
    border-radius: 20px;
    box-shadow: 8px 8px 8px 8px gainsboro;
}
.day {
    padding-bottom: 18px;
    border-bottom: 2px solid gainsboro;
}


/* 将侧边栏放到左边 */
/* #main {
    position: relative;
}
#mainContent {
    float: right;
}
#sideBar {
    float: left;
} */
/* 结束 */


/* 隐藏每篇文章的阅读量 */
/* .postDesc .post-view-count {
    display: none;
} */
.postDesc {
    display: none;
}


// 阅读量以万记