#header { /*页面头部*/
    width: 80%;
    /*min-width: 800px;*/
    height: 180px !important;
}
#blogTitle { /*博客标题*/
    top: 20px;
    /*width: 500px;*/
    height: auto;
}
#navigator { /*导航栏框*/
    top: 40px;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    opacity: 0.8;
    border-radius: 80px 0;
}
#navList { /*顶部导航栏*/
    padding: 0;
    float: left !important;
}
.Cal { /*侧边栏-日历*/
    width: auto;
}
.input_my_zzk { /*搜索框*/
    border: none;
    border-bottom: 1px solid;
    padding: 0;
    background: none;
    outline: none;
}
.input_my_zzk:focus{
    border-bottom-color: #fff;
}
.btn_my_zzk { /*搜索按钮*/
    border: none;
    padding: 2px 8px;
    border-radius: 2px;
    outline: none;
}
.btn_my_zzk:hover {
    cursor: pointer;
    transform: scale(1.02);
    background: #fff;
}
#blog-sidecolumn li { /*侧边栏-列表*/
    float: left;
    padding: 0 10px;
}
#TopViewPostsBlock li { /*侧边栏-阅读排行*/
    float: none;
}
#home { /*整个页面*/
    overflow: hidden;
}
#main { /*页面主体=内容+侧边栏*/
    padding: 0 !important;
}
.day { /*首页文章列表*/
    width: auto;
}
.post { /*文章*/
    padding: 0 10px;
}
.blogpost-body { /*文章内容字体为黑*/
    color: #000;
}
#tbCommentBody { /*文章评论框*/
    width: 80%;
    height: 100px;
}
.c_ad_block { /*不显示文章尾部空行和新闻*/
    display: none;
}
#footer { /*页脚*/
    width: auto;
    padding: 40px 0 20px;
    color: #000;
}
@media only screen and (max-width: 767px) {
#header {
    margin: 0 10px 20px;
}
#navList {
    float: none;
}
#sideBar {
    /*padding-top: 40px;
    border-top: 1px dashed #66f;*/
}
#tbCommentBody {
    width: 99%;
}
}