
/* --文章列表页 start-- */
.postTitle, .entrylistPosttitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  padding: 20px 20px 15px 0px;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.postTitle, .entrylistPosttitle {
    font-size:14px;
    padding: 20px 20px 15px 0px;
  }

.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-left: 3px solid #209E85;
  padding-left: 20px;
  font-size: 20px;
  border-radius:5px;
  box-shadow: 5px 5px 5px #ccc;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}


/* --文章列表页 end-- */

/* --设置签名格式 定制css样式  start-- */

#MySignature{
border-top: 2px solid #ccc;
  padding-top: 20px;
}

/* --设置签名格式 定制css样式 end-- */