.post-thumbnail {
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
  float: left;
}

.post-content {
  float: left;
  padding-left: 20px;
}

.tagcloud li {
  padding: 0px;
}
.tag-0:hover .tag-1:hover .tag-2:hover .tag-3:hover .tag-4:hover {
  color: #000000;
}
.tag-0 {
  color: #d05a05;
  font-size: 18pt;
}
.tag-1 {
  color: #a03e00;
  font-size: 16pt;
}
.tag-2 {
  color: #b9151b;
  font-size: 14pt;
}
.tag-3 {
  color: #1d9ce5;
  font-size: 12pt;
}
.tag-4 {
  color: #5d7fa4;
  font-size: 10pt;
}
#categories ul,
#tags ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
a {
  color: inherit;
}

.post-content a {
  text-decoration: none;
}
.post-category-index {
  color: #3b8dbd;
}
#recentposts a {
  text-decoration: none;
}

.site-title {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -0.5px;
  float: left;
  line-height: 1.4285em;
  padding: 10px 0;
  color: #ffffff;
}

#banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #33363b;
  margin: 0 0 20px;
  padding: 20px 0;
  position: relative;
}

#banner {
  color: #666;
}

#banner .intro {
  color: #fff;
  font-size: 21px;
  line-height: 1.33;
  opacity: 0.75;
  padding-top: 30px;
}

.entry-content a {
  text-decoration: none;
  border-bottom: 1px dotted;
}

.page-header a {
  text-decoration: none;
  /* border-bottom: 1px dotted; */
}

.open-message {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fcf8e3;
  border: 1px solid #4094ef;
  color: #8a6d3b;
}
.open-message:hover {
  background-color: #4094ef;
  color: #fff;
  transition-duration: 0.3s;
}

.social a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.tuijian a {
  text-decoration: none;
  border-bottom: 1px dotted;
}