/* 主体样式 */
body{
    /*font-family:"微软雅黑";*/
    background-color:#F1F1F1;
}
/* 置顶博客样式 */
.postTitle{
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    padding:10px 0px 10px 10px;
    border-left:5px solid #e84c3d;
    border-bottom:none;
}
@media screen and (max-width: 450px) {
    .postTitle{
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 500;
        overflow: hidden;
        padding:5px 0px 0px 0px;
        border-left:none;
        border-bottom:none;
    }
}
.postDesc {
    padding:0px 30px;
    font-size:14px;
    color:#bfbfbf;
}
@media screen and (max-width: 450px) {
    .postDesc {
        display:none;
    }
}
.entrylistPosttitle{
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    overflow: hidden;
    padding:10px 0px 10px 10px;
    border-left:5px solid #e84c3d;
    border-bottom:none;
}
.entrylistItemTitle{
   font-size:18px;
   font-weight: 500;
}
/* 置顶博客内容简介 */
#main #mainContent .c_b_p_desc {
    padding: 20px;
    color: #4d4d4d;
    font-size: 16px;
    background-color:#F4F4F4;
    position: relative;
}
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
}

/* 去除一些分割线 */
.dayTitle{
    display:none;
}
.postSeparator{
    display:none;
}
/* 博客主体内容承载的DIV*/
.forFlow{
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 5px;
}
@media screen and (max-width: 450px) {
    .forFlow{
        background-color: #fff;
        padding: 5px;
        margin-bottom: 50px;
        border-radius: 5px;
    }
    .day{
    min-height: 10px;
    margin-bottom: 0px;
    padding-bottom: 5px;

    }
}
.postBody {
    font-size: 15px;
}
/* 公告 */
.newsItem{
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
    padding-top:0px;
}
.newsItem .catListTitle {
    display: block;
}

#sideBar .newsItem #profile_block {
    padding: 20px;
    color: #666;
    font-size: 18px;
     /*font-family: Georgia,"Times New Roman","Microsoft YaHei",Times,sans-serif; */
    /* font-family: "Minion Pro","Noto Sans S Chinese","Microsoft YaHei",sans-serif; */
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}

.catListArticleCategory{
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
}
.catListTitle{
    background-color: #404a58;
    /* box-shadow: 2px 2px 0 rgba(0,0,0,0.2); */
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 20px;
}
/* 随笔分类 */
.catListPostCategory{
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 5px;
    overflow: hidden;
}
#sidebar_postcategory ul {
    padding: 10px;
}
#sidebar_postcategory ul li {
    width: 100%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 18px;
    font-family: Georgia,"Times New Roman",'Microsoft YaHei',Times,sans-serif;
}
/* 文章分类 */
#sidebar_articlecategory ul {
    padding: 10px;
}
#sidebar_articlecategory ul li {
    width: 100%;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 18px;
    font-family: Georgia,"Times New Roman",'Microsoft YaHei',Times,sans-serif;
}

.postTitle2{
  color: #333;
  font-size: 24px;
  font-weight: 500;
}
/* 头部 */
#header{
    border:none;
    background: url(https://images.cnblogs.com/cnblogs_com/metalsteel/919634/o_459873-20161104114855658-1049556710.png) right top no-repeat;
background-size: auto 65%;
}
@media screen and (max-width: 450px) {
 #header{
    border:none;
    background: url(https://images.cnblogs.com/cnblogs_com/metalsteel/919634/o_459873-20161104114855658-1049556710.png) right top no-repeat;
background-size: auto 65%;
}
}
#navigator {
    background-color:#FFF;
    border-radius:5px;
    height:50px;
    margin:15px 5px;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #333;
}
#navList a {
    border:none;
    font-size:18px;
    line-height:50px;
    height: 50px;
    padding-top: 0px;
    color:#333;
}
@media screen and (max-width: 450px) {
    #navList a {
        border:none;
        font-size:15px;
        line-height:50px;
        height: 50px;
        padding-top: 0px;
        color:#333;
    }
    #navList a:hover {
        background-color:#4A8AF4;
        color:#fff;
    }
}
#navList a:hover {
    background-color:#4A8AF4;
    color:#fff;
}
/*博客名称*/
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 10px;
    margin:10px 0px 5px 20px;
}
#blogTitle h1 a {
    color: #515151;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:link {
    color: black;
    text-decoration: none;
}
a {
    outline: none;
    color: #21759b;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.8;
    color: #757575;
    float: left;
    margin:0px 0px 10px 20px;
}
@media screen and (max-width: 450px) {
  #blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.8;
    color: #757575;
    float: left;
    margin:0px 0px 10px 20px;
}
}
/*阅读全文*/
.c_b_p_desc a
{
    color:#4789F4;
    font-weight:bold;
}