hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#wrapper header i {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #666;
}

#wrapper header .descr {
  line-height: 14px;
}

#news {
  height: auto;
  overflow: hidden;
}

#news dl {
  display: block;
  max-width: 100%;
  padding: 1%;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  margin-bottom: 10px;
}

#news dl:last-child {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
}

#news dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}

#news dd {
  padding-bottom: 5px;
}

.post h3,
.post h4 {
  font-weight: bold;
  background-image: url(http://www.altesta.com/cn/wp-content/uploads/parts/top_menu_bg.png);
  background-repeat: repeat-x !important;
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}