/* .h33 { 
        font-size: 30px;
        font-weight:bold;
        color: #999;
        background: none;}

#hmk {
     margin-left: 50px;
     margin-top: 50px;
}

:root {
    --color : rgb(245, 105, 4);
}

<!--
p:hover span {
  animation: flicker 1s linear forwards;
}

p:hover #b {
  animation-delay: .2s;
}

p:hover #c {
  animation-delay: .5s;
}

p:hover #d {
  animation-delay: .8s;
}

p:hover #e {
  animation-delay: 1.1s;
}
p:hover #f {
  animation-delay: 1.4s;
}
p:hover #g {
  animation-delay: 1.7s;
}
p:hover #h {
  animation-delay: 2.0s;
}
p:hover #i {
  animation-delay: 2.2s;
}
p:hover #j {
  animation-delay: 2.5s;
}
-->

@keyframes flicker {
  0% {
          color: #333;
  }
  5%, 15%, 25%, 30%, 100% {
    color: #fff;
    text-shadow: 
      0px 0px 5px var(--color),
      0px 0px 10px var(--color),
      0px 0px 10px var(--color),
      0px 0px 10px var(--color);
      
  }
  10%, 20% {
    text-shadow: none;
  }
} */

#topics .postTitle {
    font-size: 15px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    padding-left: 5px;
}
#cnblogs_post_body {     color: black;           font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;     font-size: 15px; } #cnblogs_post_body h1    {     background: #333366;     border-radius: 6px 6px 6px 6px;     box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);     color: #FFFFFF;     font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;     font-size: 23px;     font-weight: bold;     height: 25px;     line-height: 25px;     margin: 18px 0 !important;     padding: 8px 0 5px 5px;     text-shadow: 2px 2px 3px #222222; } #cnblogs_post_body h2    {     background: #ffaf04;     border-radius: 6px 6px 6px 6px;     box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);     color: #FFFFFF;     font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;     font-size: 20px;     font-weight: bold;     height: 25px;     line-height: 25px;     margin: 18px 0 !important;     padding: 8px 0 5px 5px;     text-shadow: 2px 2px 3px #222222; } #cnblogs_post_body h3    {     background: #ffaf04;     border-radius: 6px 6px 6px 6px;     box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(243, 168, 55);     color: #FFFFFF;     font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;     font-size: 18px;     font-weight: bold;     height: 25px;     line-height: 25px;     margin: 18px 0 !important;     padding: 8px 0 5px 5px;     text-shadow: 2px 2px 3px #222222; } #cnblogs_post_body h4{     background: #2B6600;     border-radius: 6px 6px 6px 6px;     box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);     color: #FFFFFF;     font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;     font-size: 16px;     font-weight: bold;     height: 24px;     line-height: 23px;     margin: 12px 0 !important;     padding: 5px 0 5px 10px;     text-shadow: 2px 2px 3px #222222; }

.postBody p {
    line-height: 1.5;
    color: #333;
    font-size: 17px;
    font-family: Arial,SimSun;
}

/*scroll to top*/
#scrollTop div{
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:149px;
  margin:0;
  padding:0
}
#scrollTop .level-2{
  background:url(https://images.cnblogs.com/cnblogs_com/hanmk/1272736/o_894443-20170716165243785-2122236756.png) no-repeat scroll -149px 0 transparent;
  display:none;
  height:250px;
  opacity:0;
  z-index:1
}
#scrollTop .level-3{
  background:none repeat scroll 0 0 transparent;
  cursor:pointer;
  display:block;
  height:150px;
  z-index:2
}
#scrollTop{
  background:url(https://images.cnblogs.com/cnblogs_com/hanmk/1272736/o_894443-20170716165243785-2122236756.png) no-repeat scroll 0 0 transparent;
  cursor:default;
  display:block;
  height:180px;
  overflow:hidden;
  position:fixed;
  right:0;
  top:70%;
  width:149px;
  z-index:11;
  margin:-125px 0 0;
  padding:0
}

#div_digg{
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 10px;
  width:80px;
  z-index:100;
}
.diggit{
  background: url(https://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
  width: 60px;
  height: 60px;
}
#div_digg .diggnum{
  position: absolute;
  bottom: -10px;
  left: 6px;
  background: #D0D0D0;
  padding: 2px 0;
  display: block;
  color: #555;
  font-size: 12px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
}
/* 删除反对按钮,有点邪恶了 */
.buryit{
  display: none;
}
/* 定制公告栏时钟位置 */
#clockdiv {
  text-align: center;
  color:white;
}

/* 微信图片位置 */
#wx {
  text-align: center;
}

<!--图片点击放大 -->
/*溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
}

#ad_t2 , #cnblogs_c1, #under_post_kb, #under_post_news,#under_post_card1,#cnblogs_c2,#under_post_card2{
  display:none;
}

.comment_textarea{
width:975px;
}