.news .new {
  float:left;
  width:313px;
  margin: 0 20px 30px 0;
  color: #4f4f4f;
  border-bottom: 1px solid #9b9b9b;
  height: 500px;
  position: relative;
}
.news .last {
  margin-right: 0;
}

.news .new a {
  text-decoration: none;
  color: #e10071;
  font-weight: bold;
}

.news .new .time {
  margin: 20px 0 17px 0;
  font-size: 1em;
  color:#9b9b9b;
}

.news .new .content p {
  margin: 0 0 1em 0;
  line-height: 1em;
}

.news .ncount {
  margin: 6px 0 0 0;
}

.news .twitter {
  float: left;
  width: 80px;
  margin-top: -1px;
}

.news .facebook {

}

.news .share {
  position: absolute;
  width: 250px;
  bottom: 10px;
}