body{background:#fff;font-family: "Roboto","Helvetica",sans-serif}
/*****home和头部开始**************************/
#home {
    margin: 0 auto;
    min-width: 980px;/*页面的最低宽度,也就是页面顶部的宽度*/
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    /*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
    box-shadow: 0 0 2.5em #5d656c;
}
#header{
    background:#2196F3
}
#blogTitle h2 {
    margin-top: 0;
}
#blogTitle h1 a{
    font-size:30px;
}
#blogTitle h1 a:hover{
    text-decoration:none
}
#navList a:hover{
    text-decoration:none
}
#navList a {
    margin: 0 10px 0 0;
    padding: 0 10px;
    height:60px;
    line-height:60px;
}

/*博客标题*/
#blogTitle {
    height: 60px;  /*高度*/
    line-height:80px;
    clear: both;
    padding:10px;
}
#sideBarMain{
    width:256px;
    padding:10px;
}
.makefriends{
    position: absolute !important;
    right: 100px;
    top: -28px;
}
.catListEssay h3{
    background:#3F51B5 !important;
    color:#fff;
}

#footer{
    color:#3f51b5
}
#ad_c1,#ad_c2{
    display:none
}
 #blogTitle h2{
    font-size:16px
}
#cnblogs_post_body p{
    font-family: "Roboto","Helvetica",sans-serif;
    font-size: 16px;
    line-height: 28px;
}
#ad_t2,#under_post_news,#under_post_kb {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 5px;
    padding: 8px;
    width: 458px;
    margin-top:10px;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    text-shadow: none;
}