/* 
.newsItem .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 0px solid #ccc;
    background: transparent;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 0%;
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #000;
    text-align: center;
}
*/

/*
//右下角悬浮标志
div#blogTitle a{font-size:42px;color:#e1255a;}
div#blogTitle h2 {margin-left:5em;line-height:2;color:#ac4e69;font-size:14px;}

div#navigator{height:60px;}
ul#navList{height:60px;}
ul#navList li a{font-size:16px;}
ul#navList li a:hover{color:red;}
div.blogStats {font-size:14px;color:#9c8d50;}

.cnblogs-markdown code {
    color: #c7254e;
    background-color:#f9f2f4 !important;
    border: none !important;
}
.cnblogs-markdown code.hljs {
    color: #fff;
    background-color:#333 !important;
    font-size: 14px !important;
}
.cnblogs-markdown code span.hljs-built_in, .cnblogs-markdown code span.hljs-tag, .cnblogs-markdown code span.hljs-name {
    color: #f92672;
}
.my-blog-area {
    width: 500px; 
    margin: 0 auto;
    position: relative; 
    bottom: -105px;
    right:360px; 
    z-index:100;
    font-size:14px;
}
.my-blog-area a {
    color: #f90; 
}
#home {
    margin-top: -16px;
}
#cnblogs_post_body a {
    color: #39f;
    text-decoration:none;
}
#cnblogs_post_body a:hover {
    text-decoration:underline;
}
#goTop {
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    bottom: 130px;
    right: 45px;
    background: url(https://img2.imgtn.bdimg.com/it/u=1709150814,3981140910&fm=21&gp=0.jpg);
    background-size: 100% 100%;
}
#div_digg {
    position: fixed;
    right: 20px;
    bottom: -10px;
    padding: 25px;
    height: 64px;
    background:#fff4e8;
}
.jarson-blog {
    position: fixed;
    right: 225px;
    height: 74px;
    bottom: -10px;
    padding: 25px 10px;
    background: #fff4e8;
}
.hljs-keyword {
    color:#ae81ff;
}
.hljs-string {
    color: #e6db74 !important;
}
*/


#blogTitle h1 {
    font-size: 300%;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 10px;
    width: 50%;
    float: left;
    display: inline;
    letter-spacing: 1px;
    }
    a:hover {
        text-decoration: none;
    }
#blogTitle h1 a, 
    #blogTitle h2 {
        color: rgba(31, 228, 230, 0.75);
        font-family: "微软雅黑";
        text-shadow: 3px 3px 3px #003d44;
    }


#navList a:hover {
    color: cyan;
    text-decoration: none;
}