body{
    width: 65%;
    min-width: 860px;
    margin: 0px auto;
    position: relative;
    background: #fff;
}
h1{
    background-color:  rgba(0,0,0,0);
}
#header {
    background-image: url(https://pic.cnblogs.com/avatar/1330937/20180204225501.png) no;
}

/*main*/
#main{
    margin-top: 10px;
    left: 26%;
    width: 74%;
    padding: 0;
    border-right: none;
    background: none;

}
#main .date{
    display: none;
}
#main .post{
    position: relative;
    min-height: 150px;
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.3s;
}
#main .post:hover{
        box-shadow: 0 0 15px 0px rgba(0,0,0,0.23);
}
#main .post:hover .postTitle a{
    text-indent: 12px;
    color: #ff5f5f;
}
#main .post:hover .postTitle{
        border-left-color: #ff5f5f;
}
#main .post:hover .c_b_p_desc{
    color: #666;
    margin: 0 16px 0 16px;
}
#main .post:hover  .c_b_p_desc a{
    text-decoration: none;
    background: #333;
    color: #fff;
    width: 80px;
    border-color: #333;
}
#main .post .postTitle{
    border-left: 3px solid #ccc;
    height: 24px;
    line-height: 24px;
    border-bottom: none;
    transition: all 0.3s;
}
#main .post .postTitle a{
    text-indent: 5px;
    display: block;
    font-size: 16px;
    color: #555;
    transition: all 0.3s;
    display: inline-block;
}
#main .post .c_b_p_desc{
    color: #999;
    transition: all 0.3s;
    text-align: justify;
    margin-right: 32px;
}
#main .post .c_b_p_desc a{
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    padding: 0;
}
#main .post .c_b_p_desc a:hover{
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
}
#main .post .postFoot{
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    color: #bbb;
    border-bottom: none;
}
#main .post .postFoot a{
    color: #555;
    margin-left: 5px;
}
#main .post .postFoot a:hover{
    color: #ff5f5f;
    text-decoration: none;
}

/*rightmenu*/
#rightmenu{
    left: 0px;
    margin-top: 0px;
    padding: 0;
    width: 25%;
}
#rightmenu > h3{
    display: none;
    position: relative;
    transition: all 0.3s;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    border-radius: 3px 3px 0px 0px;
    background: #333;
    text-indent: 5px;
}
#rightmenu > h3:before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 3px;
    height: 10px;
    background: #333;
    transition: all 0.3s;
}
#rightmenu > h3:after{
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 60px;
    width: 0px;
    height: 0px;
    border: 5px solid #333;
    border-color: transparent;
    border-right: 6px solid #333;
    transition: all 0.3s;
}
#rightmenu > h3:hover{
    text-indent: 15px;
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
}
#rightmenu > h3:hover:after{
    border: 5px solid #fff;
    border-color: transparent;
    border-right: 6px solid #fff;
    left: 48px;
}
#rightmenu > h3:hover:before{
    left: 13px;
    background: #fff;
}
#rightmenu > ul:first-of-type:hover{
    color: red;
}
#rightmenu > ul{
    position: relative;
    background: #fff;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 42px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(100,100,100,0.3);
}
#rightmenu > ul:after{
    content: '导航';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    text-indent: 11px;
}
#rightmenu > ul:before{
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 70px;
    width: 0px;
    height: 0px;
    border: 5px solid #333;
    border-color: transparent;
    border-right: 6px solid #333;
    transition: all 0.3s;
    z-index: 2;
}
#rightmenu > ul > li{
    float: left;
    width: 32%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
#rightmenu > ul > li a{
    color: #888;
    border-left: 3px solid #fff; 
    border-right: 3px solid #fff; 
    padding: 0 7px;
    transition: all 0.3s;
}
#rightmenu > ul > li #blog_nav_rss_image{
    display: none;
}
#rightmenu > ul > li a:hover{
    color: #ff5f5f;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    text-decoration: none;
}

#blog-sidecolumn #sidebar_toptags #MyTag > ul:after,
#rightmenu .newsItem #blog-news:after,
#rightmenu > ul > li:first-of-type:after{
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 8px;
    width: 3px;
    height: 10px;
    background: #333;
    transition: all 0.3s;
    z-index: 2;
}
#blog-sidecolumn #sidebar_toptags #MyTag:hover:after,
#sidebar_search_box:hover:after,
#rightmenu .newsItem:hover:after,
#rightmenu > ul:hover:after{
    text-indent: 24px;
    background: #ff5f5f;
}
#blog-sidecolumn #sidebar_toptags #MyTag:hover:before,
#rightmenu .newsItem:hover:before,
#rightmenu > ul:hover:before{
    left: 54px;
    border-right: 6px solid #fff;
}
#blog-sidecolumn #sidebar_toptags #MyTag:hover > ul:after,
#rightmenu > ul:hover  > li:first-of-type:after{
    left: 17px;
    background: #fff;
}
.newsItem{
    background: #fff;
    padding-top: 40px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(100,100,100,0.3);
}
#rightmenu .newsItem:after{
    content: '我的';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    text-indent: 11px;
}
#rightmenu .newsItem:before{
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 70px;
    width: 0px;
    height: 0px;
    border: 5px solid #333;
    border-color: transparent;
    border-right: 6px solid #333;
    transition: all 0.3s;
    z-index: 2;
}
#rightmenu .newsItem:hover #blog-news:after{
    left: 17px;
    background: #fff;
}
#rightmenu .newsItem #blog-news:before{
    content: '';
    display: block;
    position: absolute;
    top: 48px;
    left: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: url(https://images.cnblogs.com/cnblogs_com/blueDr/1161325/o_catcat.png) no-repeat center/50px;
    font-size: 16px;
}
#rightmenu .newsItem #blog-news #profile_block{
    line-height: 2.5;
    text-align: left;
    padding-left: 11px;
    padding-bottom: 10px;
    padding-top: 57px;
    height: 26px;
}
#rightmenu .newsItem #blog-news #profile_block:before{
    content: '';
    display: block;
    position: absolute;
    top: 135px;
    left: 0px;
    width: 100%;
    height: 90px;
    background: #fff;
}
#profile_block{
    line-height: 2.5;
    text-align: left;
    padding-left: 11px;
    padding-bottom: 10px;
}

/*star 日历*/
.Cal{
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    border: none;
    border: 1px solid #ddd;
}
.Cal tr{
    height: 36px;
}
.Cal tr:first-of-type{
    background: #333;
    color: #fff;
}
.Cal tr:first-of-type td a{
    color: #fff;
    padding: 10px 20px;
    margin: 0 -1px;
}
.Cal tr:first-of-type td a:hover{
    background: #ff5f5f;
    color: #fff;
    text-derocation: none;
}
.CalNextPrev{
    margin-left: 10px;
}
/*end 日历*/

/*star 统计*/
#blog_stats{
    display: none;
    background: #fff;
}
#blog_stats ul{
    height: 70px;
}
#blog_stats ul li{
    float: left;
    width: 50%;
    line-height: 30px;
    height: 30px;
    text-align: center;
}
/*hover效果在搜索的代码中*/
/*end 统计*/

/*star 搜索*/
#sidebar_search > h3,
#blog_stats > h3{
    display: none;
    height: 30px;
    line-height: 30px;
    background: #333;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    text-indent: 5px;
    transition: all 0.3s;
    border-bottom: none;
}
#sidebar_search > h3:hover,
#blog_stats > h3:hover{
    text-indent: 15px;
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
}
#sidebar_search_box{
    background: #fff;
    height: 53px;
    padding-top: 45px;
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(100,100,100,0.3);
    position: relative;
}
#sidebar_search_box:after{
    content: '搜索 / search';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #666;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    text-indent: 11px;
}
#sidebar_search_box:before{
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 152px;
    width: 0px;
    height: 0px;
    border: 5px solid #fff;
    border-color: transparent;
    border-right: 6px solid #fff;
    transition: all 0.3s;
    z-index: 2;
    opacity: 0;
    filter : alpha(opacity = 0);
}
#sidebar_search_box:hover:after{
    text-indent: 26px;
    background: #ff5f5f;
    color: #fff;
}
#sidebar_search_box:hover:before{
    left: 130px;
    opacity: 1;
    filter : alpha(opacity = 100);
}
#sidebar_search_box > #widget_my_zzk:after{
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 8px;
    width: 3px;
    height: 10px;
    background: #fff;
    transition: all 0.3s;
    z-index: 2;
    opacity: 0;
    filter : alpha(opacity = 0);
}
#sidebar_search_box:hover  > #widget_my_zzk:after{
    left: 19px;
    opacity: 1;
    filter : alpha(opacity = 100);
}
#sidebar_search_box > #widget_my_zzk:before{
    content: '';
    display: block;
    position: absolute;
    top: 58px;
    left: 8%;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    z-index: 2;
    background: url('https://images.cnblogs.com/cnblogs_com/blueDr/1161325/o_%E6%90%9C%E7%B4%A2%20(1).png') no-repeat center/16px;
}
#sidebar_search_box > div input:first-of-type{
    width: 90%;
    height: 36px;
    padding: 0;
    border: 1px solid #ddd;
    margin-left: 5%;
    margin-top: 0px;
    border: none;
    border-radius: 4px;
    background: #e1eaee;
    outline: none;
    text-indent: 15%;
}
#sidebar_search_box > div input:last-of-type{
    position: absolute;
    top: 53px;
    left: 13px;
    width: 30px;
    height: 30px;
    background: #333;
    border: none;
    border: none;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0px;
    z-index: 9;
    opacity: 0;
}
#sidebar_search_box > div input:last-of-type:hover{
    background: #ff5f5f;
    color: #fff;
}
#sidebar_search_box > div{
    height: 30px;
}
#sidebar_search_box #widget_my_google{
    display: none;
}
/*end 搜索*/

/*star 常用链接*/
#blog-sidecolumn #sidebar_shortcut{
    display: none;
}
/*end 常用链接*/

/*star 标签*/
#blog-sidecolumn #sidebar_toptags > h3{
    display: none;
}
#blog-sidecolumn #sidebar_toptags #MyTag{
    margin-top: 10px;
    background: #fff;
    position: relative;
    padding-top: 42px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 16px 0 rgba(100,100,100,0.3);
}
#blog-sidecolumn #sidebar_toptags #MyTag:after{
    content: '标签';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    text-indent: 11px;
}
#blog-sidecolumn #sidebar_toptags #MyTag:before{
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 70px;
    width: 0px;
    height: 0px;
    border: 5px solid #333;
    border-color: transparent;
    border-right: 6px solid #333;
    transition: all 0.3s;
    z-index: 2;
}
#blog-sidecolumn #sidebar_toptags #MyTag ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 5% 4px;
}
#blog-sidecolumn #sidebar_toptags #MyTag ul li{
    height: 30px;
    background: #eee;
    width: 42%;
    min-width: 81px;
    max-width: 118px;
    float: left;
    text-align: right;
    line-height: 30px;
    padding: 0 5px;
    margin-bottom: 10px;
    color: #aaa;
    border-radius: 3px;
}
#blog-sidecolumn #sidebar_toptags #MyTag ul li a{
    float: left;
    color: #777;
}
#blog-sidecolumn #sidebar_toptags #MyTag ul li:hover{
    background: #333;
    color: #fff;
}
#blog-sidecolumn #sidebar_toptags #MyTag ul li:hover a{
    color: #fff;
}
/*end 标签*/