#home {
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#navList {
    min-height: 30px;
    float: left;
    font-size: 17px;
}

#navList a:hover {
    color: ##6a6a6a;
    text-decoration: none;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 12px;
}
#blogTitle h1 a {
    color: #5287e5;
}

postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #1E90FF;
    transition: all 0.4s linear 0s;
}

.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 5px;
    line-height: 1.5;
}

.postTitle {
    border-left: 3px solid #0fa3e6;
    margin-bottom: 10px;
    /* font-size: 20px; */
    float: right;
    width: 100%;
    clear: both;
}

.postTitle {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #464646;
    padding-left: 10px;
}
.headermaintitle {
    }#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}
/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#999;
    font-weight:normal;
    margin:10px 0;
}

/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    float:left;
    width:960px;
    padding-left:0px;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 16px;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}

/*每日文章列表*/
.day {
    background:#fff;
    padding:0;
    margin:0 0 20px 0;
}

.dayTitle {
    display:none;
}

body {
    color: #000;
    background-color: #1e90ff61;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

.CalTodayDay {
    background: #66CDAA !important;
    color: #FFF;
    font-weight: bold;
}
.c_b_p_desc {
    padding: 10px;
    color: #888;
}
.c_b_p_desc {
    font-size: 14px;
}
#topics .postTitle {
    border: 0px;
    font-size: 22px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
.postTitle {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #464646;
    padding-left: 10px;
}
a:link{
	color:#000;
	text-decoration:none;
	}
a:visited{
	color:#4169E1;
	text-decoration:none;}
a:hover{
	color:#8A2BE2;
	text-decoration:none;}
a:active{
	color:#FFF;
	text-decoration:none;}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 17px;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}

.c_b_p_desc {
    font-size: 15px;
}

.postDesc {
    font-size: 15px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 5px;
    line-height: 1.5;
}