#home{
width:75%
}

#mainContent .forFlow {
    margin-left: 22em;
    float: none;
    margin-right: 8em;
    width: auto;
}

#navList li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

#sideBarMain{
 font-size: 0.9rem;
}
#sideBar h3{
font-size: 1rem;

height:20px;
}

#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% #B5B5B5;
    border-radius: 6px 6px 6px 6px;
   
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}

.catListTitle {
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #2a2a2a;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
}