a{
  color: #64706E;
  text-decoration:none;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
  color:#D0521F;
}
a:active{
  text-decoration:none;
}

ul {
 list-style:none; 
 padding-left: 0;
}
body {
  font-family: "微软雅黑","Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #64706E;
  min-height: 101%;
  background: url(images/101131501424c22b0d.jpg) top center no-repeat #EDFDE0;
}
#home {
  width: calc(100% - 400px);
  margin: auto;
  background-color:rgba(255, 255, 255, 0);
  box-shadow:0 2px 6px rgba(100, 100, 100 3);
  position: relative;
}
#blogTitle {
 text-align: center;

}
#blogTitle {
  
}
h1 {
    margin-bottom: 160px;
  }
#blogTitle h1 a:hover {
    color: #BC8A73;
}

h1 a:hover {
 color:#BC8A73;
}

#Header1_HeaderTitle{
 color: #64706E;
}
#Header1_HeaderTitleL:hover{
 color:#C8DF6B;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bolder;
    font-size: 18px;
}
#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: left;
    padding-top: 19px;
}
#navList a:hover {
    color: #000;
    text-decoration: none;
}
.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
}

#main {
 float:left;
 margin-top:20px;
 width: 100%;

}

#mainContent {
  width: 70%;
  
  float: left;
}

#sideBar {
 width: 20%;
 float: right;
}
.day {

}
.dayTitle {
  display: none;
}

.postTitle2 {
font-weight:600
  transition: all 0.4s linear 0s;
}
.postTitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight:600;
  transition: all 0.4s linear 0s;
}

.postCon {
  margin-bottom: 10px;

}
.postDesc {
  margin-bottom: 40px;

}

#blog-news {
position: relative;
}

#bg-img {
position: fixed;
bottom: 0;
left: calc((100% - 510px)/2);
opacity: 0.7
}

.avator {
  width: 150px;
  height: 190px;
  position: absolute;
  top: 30px;
  left: calc((100% - 150px)/2);
}

.ava {
  width: 100%;
  height: 100%;
 }


.mirror {
  width:100%;
}

.mir {
  width: 100%;
}

textarea {
 width: 100%
 margin: auto;
}

#footer {
  text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}