/*boby调节背景图片*/
body {
    background:url("");
    background-position:center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    color: #002c99;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
}
#navList li {
     margin: 0 10px 0 0;
}
#navList a {
    display: block;
    width: 11em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 13px;
    font-size: initial;
}
#navList a:hover {
    color: #002c99;
    text-decoration: none;
}

#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: -0.5em;
}

#blogTitle h1 a:hover {
    color: #002c99;
}

#home {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    #width: 70%;
    min-width: 949px;
   #background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
   # box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
}

#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:30px;
  border:2px solid #085;
  padding:10px;
  background-color:#fff;
  opacity:0.3;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  transition-duration: 0.5s;
}

#div_digg:hover{
  opacity:1;
}

#back-to-top {
    background-color: #f8f8f8;
    bottom: 0;
    box-shadow: 0 0 6px #3671a5;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    margin: 7% 30%;
}