#home {
  /*  margin: 0 auto;*/
    width: 75%;
    /*主题宽度*/
}
#blogTitle h1 a {
    font-size: 32px;
}
.day {
    margin-bottom: 34px;
}

.postCon {
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

    font-size: 13px;
    padding: 1px 1px;
/*摘要字体大小*/
}

.postDesc{
     font-size: 12px;
     margin-top: 6px;
}
.postTitle {
    font-size: 25px;
    font-family: 500;
    padding: 0 0 0 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    /*clear: both;*/
    border-left: 5px solid #1fa6e6;
    /*主页标题*/
}

.postSeparator{
    height: 34px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 0s;
    font-weight: 500;
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    /* letter-spacing: 1px;*/
    /*博客一级标题*/
}

#topics .postTitle {
    font-size: 200%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    line-height: 1.5em;
    padding-left: 5px;
    /*随笔页面标题*/
}

.cnblogs-markdown .hljs {
    border: none !important;
}

.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
    font-family: "Courier New", sans-serif!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    /* padding: 5px!important;*/
}

#cnblogs_post_body h1 {
    font-size: 32px;
    font-weight: 600;
}

#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: 600;
}

#cnblogs_post_body h4 {
    font-size: 16px;
    font-weight: 600;
}

#cnblogs_post_body h5 {
    font-size: 14px;
    font-weight: 600;
}

.cnblogs-markdown {
    font-family: Consolas, "Microsoft YaHei";
    font-size: 18px;
    /*markdown博客字体*/
}

