html{
   touch-action: pan-y !important;
}
#home>#main{
   padding-bottom:20px;
    display:block !important;
}
#mainContent {
    width: 72%;
    float: right;
    margin-right: 6px;
}
#sideBar{
    box-sizing: border-box;
    position: fixed;
    top: 10px;

    display: flex;
    width: 26.5%;
    height: 670px !important;
    overflow-y: scroll;
    background-color:#F2F2F2;
    padding:0 7px 0px 0px!important;
    margin-left: 8px;

}
#sideBar::before{
    content:'';
    display:inline-block;
    width:10px;
    height:100%;
    margin-right: 6px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.3);
   border-radius: 10px;
   background   : #ededed;
   position: relative;
   top: 0;
   left: 0;
}
#sideBar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
 #sideBar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.3);
  background   : #FAF9F9;
  }
  #sideBar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background   : #ededed;
  }

#home{
    width: 100%;
} 
 #sideBarMain {
     flex: 1;
    padding-top: 30px;
}


#sideBarMain h3, .newsItem h3 {
    padding: 10px 8px;
    font-size: 14pt !important;
}

#sideBarMain h3, .newsItem h3 {
    padding: 8px 12px !important;
    font-size: 15pt !important;
}
#sideBarMain ul, .newsItem #blog-news {
    font-size: 12pt !important;
    padding: 7px 12px !important;
}

#topics .postTitle {
    font-size: 39px !important;}

#cnblogs_post_body h1 {
     font-size: 25px !important;
    }
#cnblogs_post_body h2 {
     font-size: 24px !important;
}
#cnblogs_post_body h3 {
    font-size: 23px !important;
}
#cnblogs_post_body h4 {
    font-size: 22px !important;
    }
 #cnblogs_post_body h5 {
    font-size: 21px !important;
    }
    #cnblogs_post_body h6 {
    font-size: 20px !important;
    }
#cnblogs_post_body {
    font-size: 19px !important;
}





#uprightsideBar{ 
   margin-bottom: 30px;
   background-color: white;
   box-shadow: 2px 2px 3px 2px #ddd;
   padding:0 12px;
}
#sideBarTab{
    padding: 8px 0px !important;
    border-bottom:1px solid #ddd;
    line-height: 34px;
    font-size: 15pt;
}
#sideBarContents{
    padding:6px 0;
    line-height: 28px;

}

#sideBarContents dl{
    font-size: 15px;
}
#sideBarContents dt{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
#cnblogs_post_body p {
    line-height: 32px !important;
}
  #sideBarContents dd.indent2{
    margin-left:20px;
}
#sideBarContents dd.indent3{
    margin-left:40px;
}
#sideBarContents dd.indent4{
    margin-left:60px;
}
#sideBarContents dd.indent5{
    margin-left:80px;
}
#sideBarContents dd.indent6{
    margin-left:100px;
} 
#sideBarContents dd{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 

