/*要隐藏的元素*/
.dayTitle, #sidebar_news>h3,.c_ad_block,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb,#HistoryToday,#ad_t2{
    display:none !important;
}
/*找找看*/
#widget_my_zzk {
  padding-bottom:15px;
}
/*公告*/
.my {
   width:100%;
  background:#fff;
}
#profile_block {
   display:none !important;
}
.my li  {
   padding: 10px 0;
   border-bottom: 1px dashed deepskyblue;
}
.my li:last-child {
   border-bottom:none;
}
.my li a {
   display: block;
   font-size:16px;
   font-weight: bold;
   margin-left: 20px;
   color:  deepskyblue;
}
/*回到顶部*/
.go-top {
  display:block;
  with: 4rem; 
  height: 4rem; 
  position:fixed;
  bottom: 0; 
  right: 0;
  font-size: 4rem;
  text-decoration: none !important;
}
.go-top:hover {
  text-decoration: none !important;
}
/*自定义导航*/
.mynav {
  width: 1200px;
  position: absolute;
  bottom:0;
}

