/*home容器修改 */
#home {
    margin: 0 auto;
    width: 80% !important;
    /*原始65*/
    min-width:unset;
    /*页面顶部的宽度*/
    background-color: rgba(255, 255, 255);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
}
/* 设置字体，去除背景*/
body {
   font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif !important;
    background:none
}

/*头部颜色 */
#header{
    background-color: rgba(255, 255, 255);
    background: none;
    overflow:hidden;
}
/*博客标题 */
#blogTitle {
    background:none !important;
    height:100% !Important;
    background-color: white !important;
}
/*博客大标题容器 */
#blogTitle h1{
    top:0px !important;
    left:17px;
    text-align:left;
    background: none !important;
}
/*博客大标题内容 */
#blogTitle h1 a{
    color:rgba(15, 15, 15) !important;
    font-size:48px !important;
    font-weight:bold;
}
/*博客副标题容器 */
#blogTitle h2{
    width:1180px;
    top:0px !important;
    left:22px !important;
    height:100% !important;
    border-bottom:1px solid #000 !important;
    color:rgba(15, 15, 15) !important;
}


/* 导航背景设为纯白，无框线*/
#navigator {
    background-color: rgba(255, 255, 255) !important;
    border:none
}
/* 导航文字设置为黑色无阴影*/
#navList a {
    color:rgba(15, 15, 15) !important;
    text-shadow:none !important;
}
/* 侧边栏标题*/
.catListTitle {
    background-color: rgba(66, 185, 131) !important;
    border:none !important;
    font-weight:bold !important;
}

/* 公告栏无框线*/
#profile_block{
    border:none !important;
}

/* 标签页hover效果*/
.catListTag ul li:hover{
    background: rgba(66, 185, 131) !important;
}
/* 标签页超链接效果*/
.catListTag ul li a:hover{
      color:rgba(255, 255, 255) !important;
}
/* 侧边栏超链接hover效果*/
 a:hover {
    color:rgba(66, 185, 131) !important;
    border-bottom: 1px dotted rgba(66, 185, 131) !important;
}
/* 文章标题不显示日期*/
.dayTitle {
    display:none;
    background-color: rgba(66, 185, 131) !important;
}

/* 文章标题黑粗大*/
.postTitle2 {
    font-size:24px;
    font-weight:bold;
    color:rgba(15, 15, 15) !important;
}
/* 文章分割线*/
.postSeparator{
    border-top: 1px dashed rgba(15,15,15);
}

/* 文章列表容器无框线*/
.day{
    border:none !important
}
/* 侧边栏表格无框线*/
.sidebar-block ul{
    border:0px !important;
    padding: 0 !important;
}

/* 侧边栏表格元素无框线*/
.sidebar-block ul li {
    border:0px !important;
    padding: 0 !important;
}

/* 侧边栏表格元素链接统一样式*/
.sidebar-block ul li a {
    color: #777;
    text-decoration: none;
    padding: 5px 5px 5px 10px !important;
}
/* 屏蔽图片*/
.img {
    display:none
}
/* 阅读更多样式*/
.c_b_p_desc_readmore {
    color: rgba(66,185,131) !important;
}
/* 下一页改颜色*/
#nav_next_page a{
    background-color:rgba(66,185,131) !important;
}
/* 分页器修改 */
.pager{
    font-size:16px !important;
    color:rgba(15,15,15) !important;
}
/* 分页器黑色字体 */
.topicListFooter .pager a, .topicListFooter .pager span{
    color:rgba(15,15,15) !important;
}
/* 分页器hover效果 */
.topicListFooter .pager a:hover, .topicListFooter .pager span{
    color:#FFF !important;
    background:rgba(66,185,131) !important;
}
/* 分类博客无框线*/
.entrylistItem{
    border:none !important;
}

#myposts .PostList{
    border:none !important;
}

/* 标签博客样式*/
#myposts .PostList:hover{
    border: 1px solid rbga(66,185,131) !important;
}