body {background:white;}
#home {width:100%;}
#header {margin-top:-60px;
background:#333;
position:fixed;
width:100%;
}
#blogTitle {
display:none;
}
#navigator {
background-color: #333;
height: 50px;
width: 1024px;
clear: both;
margin: 0 auto;
position: relative;
}
#navList a {
margin: 18px 10px 0 0;
padding: 0 10px;
display: block;
font: 14px/1.5em "微软雅黑";
font-family: 微软雅黑;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
line-height: 1em;
}
#navList li a:hover{transform: scale(1.2);color:skyblue;}
.blogStats {visibility: visible;}
#footer {
text-align: center;
min-height: 15px;
_height: 15px;
margin-top: 10px;
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
color: #176696;
}
#mainContent {
  width:810px;}
#main {
  width:1024px;
  margin:0 auto;
  margin-top:60px;
}
.Cal {
width: 100%;
display: none;
}
.catListTag{margin-top:80px;padding-bottom:10px;}
.catListLink li{float:left;dispaly:inline-block;}
.catListTag li{float:left;dispaly:inline-block;}
.catListPostCategory{margin-top:110px}
.newsItem .catListTitle,#blog-sidecolumn .catListTitle {border: 1px solid #f0f0f0;
background :white;
}
#gotop{
    position: fixed;
    bottom: 150px;
    left: 50%;
    margin-left: 535px;
}
.arrowup {
background: #2C2C2C;
font-size: 12px;
position: relative;
width: 1em;
height: 1em;
margin-top: 1em;
}
.arrowup::before {
bottom: 0.8em;
left: -0.666em;
position: absolute;
border-left: 1.2em solid rgba(44, 44, 44, 0);
border-right: 1.2em solid rgba(44, 44, 44, 0);
border-bottom: 1em solid #2C2C2C;
content: "";
}