body {
            background-color: #f1f1f1;
            font-family: Georgia,"Times New Roman",Times,sans-serif;
            text-overflow: ellipsis;
            white-space: normal;
        }
        * {
            margin: 0;
            padding: 0;
        }
#header{
            background-color: #15252f;
            height:300px;
            position:relative;
        }
        #header #blogTitle h2 {
            font: 18px Georgia,"Times New Roman",Times,sans-serif;
        }
        #header #blogTitle {
            color: #fff;
            text-align: center;
        }
        body {
            background-color: #f1f1f1;
            font-family: Georgia,"Times New Roman",Times,sans-serif;
            text-overflow: ellipsis;
            white-space: normal;
        }
#header #navigator {
            background-color: #fff;
            position: absolute;
            top: -100%;
            transition: top 0.5s cubic-bezier(0, 0.63, 0.32, 1.28) 0s;
            width: 80px;
        }
        #header #navigator:hover {
            top: 0px;
        }
#header #navigator #navList li:nth-child(2) {
            color:#fff;
            background-color: #7f9bc0;
        }
        #header #navigator #navList li:hover a {
            color: #7f9bc0;
        }
        #header #navigator #navList li {
            background-color: #7f9bc0;
            height: 49px;
            line-height: 49px;
            list-style: outside none none;
            margin-top: 1px;
            text-align: center;
            width: 100%;
        }
        #header #navigator #navList li a {
            color: #fff;
            display: inline-block;
            font-family: "Microsoft YaHei";
            font-size: 11px;
        }
        #header::before {
            background-image: url(//pic.cnblogs.com/avatar/1491597/20180923134129.png);
            background-size: contain;
            border: 0 solid #fff;
            border-radius: 150px;
            box-shadow: 0 -1px 12px -4px #000;
            content: " ";
            display: block;
            height: 150px;
            margin-bottom: 20px;
            margin-left: 50%;
            position: relative;
            transform: translate3d(-50%, 20%, 0px);
            width: 150px;
        }
        *, *::before, *::after {
            border-style: solid;
            border-width: 0;
        }
        #header #navigator::after {
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
            border-top: 40px solid #d9534f;
            content: " ";
            cursor: pointer;
            display: block;
            height: 0;
            left: 0;
            position: absolute;
            top: 100%;
            width: 0;
        }
#header .blogStats {
            display: none;
        }
        #main {
            display: flex;
            justify-content: center;
            margin: 4%;
            min-width: 70%;
        }
        #main #mainContent {
            margin-right: 2%;
            width: 70%;
        }
        #main #mainContent .day {
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            margin-bottom: 50px;
            padding: 40px 20px;
            position: relative;
        }
        #main #mainContent .dayTitle::before {
            border-color: #eb374b blue yellow transparent;
            border-style: solid;
            border-width: 20px 0 0 40px;
            content: " ";
            display: block;
            height: 0;
            left: 0;
            position: absolute;
            top: 100%;
            width: 0;
        }
        #main #mainContent .dayTitle {
            background-color: #eb374b;
            display: block;
            left: -40px;
            min-width: 140px;
            padding: 6px 10px;
            position: absolute;
            text-align: center;
            top: 5px;
        }
        #main #mainContent .dayTitle a {
            color: #fff;
            font-family: Arvo,Cambria,Georgia,Times,serif;
            font-size: 18px;
            vertical-align: middle;
        }
        #main #mainContent .c_b_p_desc {
            background-color: #F5F5F5;
            color:#4d4d4d;
            font-size: 16px;
            padding: 20px;
            position: relative;
        }
        #main #mainContent .postTitle a{
            color: #333;
            font-size: 24px;
            transition: color 0.3s ease 0s;
        }
        #main #mainContent .postDesc {
            border-top: 1px solid #dee1e0;
            color: #bfbfbf;
            line-height: 50px;
            min-height: 50px;
            padding: 0 110px 0 10px;
        }
#sideBar {
            min-width: 0;
            width: 21%;
        }
        #sideBar .newsItem {
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            margin: 0 0 20px;
            overflow: hidden;
        }
        #sideBar .catListTitle {
            background-color: #404a58;
            color: #fff;
            font-size: 20px;
            margin-top: 0;
            padding: 10px 30px;
            text-align: center;
        }

#profile_block {
    color: #666;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 18px;
    padding: 20px;
}

#blog-sidecolumn ul {
    padding: 10px;
}
#blog-sidecolumn ul li a {
            color: #666;
        }
        #blog-sidecolumn li > a {
            transition: color 0.3s ease-in-out 0s;
        }
#blog-sidecolumn ul li {
    border-bottom: 1px dashed #e1e1e1;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#sideBarMain #blog-calendar, #sideBarMain .sidebar-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
}
a{
text-decoration:none;
        }
#mainContent #post_detail .post {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
}
#mainContent #post_detail .postTitle a {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
}

#mainContent #post_detail .postTitle {
    background-color: #404a58;
    border-left: 0 solid #fb6362;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    margin-top: 0;
    padding: 10px;
}
#mainContent #post_detail #cnblogs_post_body p {
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 16px;
}
a:hover {
    color:#FF0000;
    text-decoration:none;
    }
#post_next_prev {
    color: #7d8b8d;
    font-weight: 600;
    padding: 10px;
}
#post_next_prev {
    line-height: 1.8;
    font-size: 12px;
}
#post_next_prev a {
    color: #7e8c8d;
    font-size: 18px;
    font-weight: 200;
}
#post_next_prev a.p_n_p_prefix:link {
    text-decoration: none;
}
.commentbox_main {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}
#comment_form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px;
}
#commentform_title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #7e8c8d;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 0;
}
#comment_form_container p {
    color: #9fa4a4;
}
.commentbox_title {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    width: 100%;
}
div.commentform p {
    margin-top: 10px;
    line-height: 20px;
}
div.commentform input.author {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #9fa4a4;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    padding: 0 15px;
    width: 300px;
}
.commentbox_title_left {
    display: none;
}
.commentbox_title_right {
    float: left;
    height: 22px;
}
#tbCommentBody {
    border: medium none;
    min-height: 50%;
    outline: medium none;
    padding: 10px;
    width: 100%;
}
div.commentform textarea.comment_textarea {
    line-height: 1.6;
}
div.commentform textarea {
    border: 1px solid #ccc;
    font-size: 13px;
    height: 150px;
    width: 450px;
}
#comment_nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #7e8c8d;
    text-align: right;
    font-size: 18px;
}
#commentbox_opt #btn_comment_submit {
    background-color: #fb6362;
    border: medium none;
    border-radius: 3px;
    box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2), 0px 1px 1px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    height: 37px;
    margin-left: 15px;
    margin-top: 20px;
    transition: background 0.3s ease 0s;
    width: 120px;
}
.c_ad_block {
   display:none;
}
#ad_t2 {
   display:none;
}
#footer {
    background-color: #21292f;
    color: #fff;
    font-size: 1.3em;
    height: 200px;
    line-height: 200px;
    text-align: center;
}
#div_digg {
            position: fixed;
            bottom: 5px;
            width: 45px;
            left: 0px;
            border: 2px solid #404a58;
            padding: 10px;
            background-color: #fff;
            border-radius: 5px 5px 5px 5px !important;
            box-shadow: 0px 0px 0px 1px #5f5a4b, 1px 1px 6px 1px rgba(10,10,0,0.5);
        }
        #div_digg {
            float: left;
            margin-bottom: 10px;
            margin-right: 30px;
            font-size: 12px;
            text-align: center;
            margin-top: 10px;
        }