/*雪花效果*/
*{
   margin:0;
   padding:0;
}
body{
  background:#fff;
}
#head{
height:100px;
	background:#081d4d;
}
#vas {
	position:absolute;
	vertical-align:top;
	z-index:1000; 
	pointer-events:none;
}
/*定义centercontent的宽度*/
div[id]#centercontent{
    width:89%;
}
#leftcontentcontainer{
font-size: 15px;
    font-family: sans-serif;
}
#mylinks{
   font: 20px "微软雅黑";
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: ghostwhite;
}
/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:130px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

/*设置样式为ul li*/
.sidebar-block{
margin-bottom: 15px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    overflow: hidden;
    zoom: 1;
}
.catListTitle{
    background: #390;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
ul{
word-break: break-all;
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20;
}
li{
    text-indent: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid #DADFE1;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
}