*{
font-family: "Noto Sans SC";
font-weight: 100;
cursor: url(https://files-cdn.cnblogs.com/files/miluluyo/cursor.ico),auto;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}
a, button {
    cursor: pointer;
}
del, ins, u, s, a, a:hover {
    text-decoration: none;
}

a:visited, a:link {
    color: #2daebf;
    text-decoration: none;
}
#navList li a {
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
a, a:hover {
    color: #333;
}
#header{
margin: 0 auto;
 text-align: center;
}

#blog-calendar{
display:none;
}
#blogTitle{
    background: url(https://img.xjh.me/random_img.php?type=bg&ctype=nature&return=302) center center / cover no-repeat #222;
    overflow: hidden;
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    box-shadow: 0 1px 2px rgba(150,150,150,.7);
    text-align: center;
    display: table;
    margin-bottom: 1rem;
}
.vertical {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 2;
}
#navList{
list-style:none;
display: inline-flex;
}
#navList a{
margin: 0px 10px 0px 10px;
}
#navigator{
width:980px;
margin:0 auto;
}
#footer {
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20vh;
    margin-bottom: 4vh;
}
#main, #footer, #navigator {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#main{
min-height:270px;
margin-top: 30px;
width:980px;
}
#blogTitle h1{
margin-top: 80px;
font-size:50px;
}
.day {
    min-height: 10px;
    _height: 10px;
    position: relative;
    max-width: 830px;
    margin: 3.5rem auto;
    padding-bottom: 3.5rem;
    border-bottom: #ebf2f6 1px solid;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 1200px)
#main, #footer, #navigator {
    width: 980px;
}
.blogStats{
display:none;
}
.day:nth-child(1) .postTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1554904/o_1.png) no-repeat 0 8px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #9eabb3;
    box-sizing: border-box;
    background-size: 35px 35px;
}
.day .postTitle {
    margin-top: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    border-bottom: 1px dashed #95a5a6;
    box-sizing: border-box;
    background: url(https://images.cnblogs.com/cnblogs_com/gaoht/1345582/o_o_7777.png) no-repeat 0 8px;
    background-size: 35px 35px;
}
.day .c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color: #606975;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
}
.day .postDesc {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-right: 5px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    color: #9eabb3;
    padding-bottom: 5px;
}
.postDesc {
    margin-bottom: 3.5rem;
}
.day .postTitle a:visited, .day .postTitle a:active {
    color: #7396a7;
    transition: color .3s ease;
}
.day .postTitle a:link {
    background-color: rgba(0,0,0,0);
    color: #7396a7;
    font-family: "Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    letter-spacing: -1px;
    transition: all .5s ease;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.day .postTitle a:visited, .day .postTitle a:active {
    color: #7396a7;
    transition: color .3s ease;
}
.postTitle2{
padding-left:40px;
}
.day .postCon {
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #3a4145;
    font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    font-feature-settings: 'liga' 1,'onum' 1,'kern' 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.7em;
    word-wrap: break-word;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
#Header1_HeaderTitle{
    font-weight: initial;
    color: white;
}
#blogTitle h2{
font-weight: 100;
color: white;
}