body{
  font-family:"微软雅黑";
  font-size:14px;
  background:#EAEAEA;
}
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
 
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
 
          z-index: 100;
}
#home{
  width:86%;
  margin:0 auto;
}
/*返回顶部*/
#footer #scroll-top {
    position:fixed;
    z-index:9999;
    bottom:0;
    right:0;
    margin:0.9em;
    display:inline-block;
    padding:0.15em 0.5em;
    border-radius:3px;
    color:#fafafa;
    text-decoration:none;
    border:1px solid transparent;
    background:#39b5e9;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
}
#footer #scroll-top:after {
    content:"";
    display:inline-block;
    vertical-align:middle;
    margin-left:0.35em;
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right:  0.3em solid transparent;
    border-bottom:  0.3em solid #fefefe;
}
.inner {
    padding:0 4%;
}
#blogTitle h1 a{text-shadow: 2px 2px 2px #21759B;font-weight:normal;}
#blogTitle h2{font-style: italic;}
#navList{
  font-size:16px;
}
#blog-news .bd{    
    display: block;
    width: 221px;
    height: 30px;
    line-height: 32px;
    border: 2px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: #000;}
#blog-news .bd:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}
#blog-news{text-align:center;}
#blog-news img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px auto;}
.catListTitle{display:none;}
#navList a{height:32px;padding-top:16px;}
#navList li{}
#EntryTag a{border-radius:0;}
#sideBar a {font-size:14px;}
.div_my_zzk{width:192px;}
#profile_block{font-size:16px;}
#sideBar a {
    font-size: 16px;
}
#navList  #MyLinks1_HomeLink{display:none;}