.postbody img{ width:940px; margin-bottom:40px; border:#666 1px solid;}

.blogtitle h4{font-size:24px; color:#000;}

.postcontent{ font-size:14px; line-height:28px;}

/* News detail page */
.postmeta {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.postmeta .titlelink {
  margin-left: 10px;
}
.news-detail-body img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: #ddd 1px solid;
}
.news-detail-body p {
  margin-bottom: 20px;
}
.postnav {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.postnav .left,
.postnav .right {
  width: 48%;
}
.postnav .right {
  text-align: right;
}
.backtolist {
  margin-top: 25px;
  margin-bottom: 10px;
}
.sidebar {
  margin-top: 0;
}
.sidebar-news-item {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}
.sidebar-news-item h6 {
  margin-bottom: 5px;
  line-height: 20px;
}
.sidebar-news-item h6 a {
  color: #333;
  font-weight: bold;
}
.sidebar-news-item h6 a:hover {
  color: #34b489;
}
.pagetitle a {
  color: #34b489;
}
.pagetitle a:hover {
  text-decoration: underline;
}