/* 初始化 */
* {
    padding: 0;
    margin: 0;
}

.w{
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .4);
}

a {
    color: #313131;
    text-decoration: none;
}


ul li {
    list-style: none;
}
ul li a{
    text-decoration: none;
}

body{
    background-color: #FAFAFA;
}

/* myheader */

.myheader {
    margin: 0 auto;
    width: 1200px;
    height: 200px;
}

/* header */

#header {
    margin: 0 auto;
    width: 1200px;
}

#navigator {
    padding: 20px 0;
}

#navList {
    font-size: 20px;
    font-weight: 700;
}

#navList li a {
    color: #EB5405;
}

#blogTitle h2 {
    padding: 20px 0;
    font-size: 20px;
    color: #CCC;
}
#header #blogTitle h1 a {
    color: #eb5405;
    text-decoration: none;
}

#navigator{
    height:100px;
}
#navigator #navList{
    float: right;
}
#navigator #navList li{
    padding: 10px;
    float: left;
}

#main{
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 30px;
    
}

/* 主体容器 */
#mainContent {
    float: right;
    width: 880px;
    padding: 15px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .4);
    background-color: #fff;
}
/* 边栏 */
#sideBar{
    width: 230px;
    padding: 10px 20px 10px 20px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .4);
    background-color: #fff;
}
#sideBar a{
    display: block;
    height: 30px;
    color: #929292;
}
#sideBar a:hover {
    color: #eb5405;
}
/* 积分 */
.catListBlogRank {
    padding-top: 10px;
}

.catListBlogRank ul li{
    padding: 5px 0;
}

/* 最新随笔 */
#leftcontentcontainer h3{
    padding: 10px 0;
}
#leftcontentcontainer ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer */
#footer {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 20px;
}
.links {
    margin: 0 auto;
    width: 1200px;
    padding: 20px 0 50px;
}
.links ul li {
    float: left;
    padding: 10px;
}
.links a{
    font-weight: 700px;
    color: #eb5405;
}

#sidebar_recentposts .catListEssay ul li {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* 文章 */

#topics .post h1{
    padding-bottom: 30px;
}

.postCon .cnblogs-post-body p{
    line-height: 30px;
}
.PostListTitle,
.entrylistTitle {
    padding: 10px 0;
    font-size: 26px;
}
#topics .post{
    padding: 20px;
}
#myposts .PostList {
    font-size: 18px;
}
#myposts .postDesc2{
    line-height: 30px;
    font-size: 14px;
}
/* 评论 */
.comment_textarea {
    width: 100%;
}

/* 随笔列表 */
#mainContent .dayTitle a{
    display: block;
    width: 130px;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #eb5405;
}

#mainContent .day {
    padding-bottom: 30px;
}

#mainContent .postCon{
    padding-top: 10px;
}
#mainContent .postTitle a,
.entrylistItemTitle,
.entrylistItemTitle,
.postTitl2 a{
    font-size: 22px;
    line-height: 50px;
    font-weight: 700;
    color:  #000;
    text-decoration: none;
}

#mainContent .forFlow .c_b_p_desc,
.entrylistItemPostDesc{
    font-size: 14px;
    line-height: 20px;
    color:  #929292;
}
.entrylistItemPostDesc{
    padding: 10px 0;
}

#mainContent .forFlow .postDesc {
    font-size: 15px;
    line-height: 44px;
    color: #585858;
}

/* 文章列表 */


/* 文章底部 */

#cnblogs_post_body a {
    color: #009688;
    text-decoration: none;
}
#under-post-card,
#under_post_card2,
#ad_t2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}

.under-post-card {
    padding-top: 30px;
    line-height: 30px;
}