/* 初始化网页样式 */

/* 隐藏原始界面样式 */
#footer,#blogTitle,#profile_block,#leftcontentcontainer,#navList,#blog_post_info_block,.c_b_p_desc,.postDesc,.newsItem h3{
 display: none;
}
#mainContent{
display:flex;
}
/*header*/
#Title{
    background:url(https://attach.bbs.miui.com/forum/201412/09/230848xxussx6e6qfm8wmn.jpg) no-repeat center;
    margin-bottom: 0%
}
#Title a{
    color: black;
}
/* main */
.blogStats  {
    margin-top:2%;
    margin-bottom:2%;
}
#blog_stats{
    text-align: right;
}
.day,.post{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 0.5em;
    word-break: break-word;
    box-shadow: 4px 3px 10px rgba(0,0,0,0.07);   
}
.dayTitle{
    text-align: center;
    padding-right: 2%;
    margin-bottom: 5%;
}
.postDesc
{
text-indent:-9999px;
}

.dayTitle a, .postDesc a{
    color: #696969;
}
.dayTitle a:hover, .postDesc a:hover{
    color: rgba(34, 155, 211, 0.829);
}
.postTitle{
    padding-top: 3px;
    text-align: center;
    border-left: 6px solid #a3bee1;
    /* padding: 3px 6em 4px 4px; */
    /* border-top: 1px solid #838383; */
    margin-top: 10px;
}
.postTitle a{
    color: #696969;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.postTitle:hover{
    border-left: 5px solid #9c9;
}

.postTitle:hover .postCon{
    display: block;
}
.postCon{
    line-height: 1.65em;
    padding: 0 2em;
    font-size: 1rem;
}
.c_b_p_desc{
    margin-top: 5px;
}
/* .postSeparator{
 box-shadow: 4px 3px 10px rgba(0,0,0,0.07);
 height: 10px;
} */
/* .c_b_p_desc a{
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #88acdb;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    white-space: nowrap;
    opacity: 0.75;
    margin-top: 5%;
} */
/* .postDesc a{
background: #88acdb;
display: inline-block;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.75rem;
    color: #fff;
    height: 1.125rem;
    line-height: 1.125rem;
    padding: 0 5px 0 10px;
    position: relative;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin: 5px 9px 5px 8px;
    opacity: 0.75;
    vertical-align: baseline;
    cursor: auto;
} */
.postBody{
    line-height: 1.65em;
    padding: 0 2em;
    font-size: 1rem;
}
.forFlow{
    /* width: 500px; */
flex:7;
}
#sideBar{
flex:3
}

#music{
    float:right;
}
/* footer */
#foot{
    text-align: center;
    color: white;
}
/* 主要内容处理 */
.postDesc{
    border-top:2px solid #d3d3d3;
    margin-top: 2%;
}
#blog-comments-placeholder{
    border:1px solid #cceff5;
    background:#fafcfd;
}
.login_tips{
     border:1px solid #e3e197;
     background:#ffffdd;
}
.feedbackItem{
margin: 20px 0;clear:both ;text-align:left;
}
.feedbackItem a{
    line-height: 24px; height: 24px; display: inline-block; padding: 3px 11px; margin: 10px 5px 0 0; border-radius: 8px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
    text-decoration:none;
    color: black;
}
.feedbackItem a:hover { 
    border-radius: 0; 
}
.blog_comment_body{
    margin-left: 5%;
    margin-top: 3%;
}
#blog-news{
    float: right;
}