body {
  padding-top: 100px;
  background: #f7f7f7; }

.comments {
  padding-top: 30px;
  padding-bottom: 35px;
  background: #fff; }
  .comments h1 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center; }
  .comments .comments-container {
    width: 800px;
    margin: 0 auto; }
    .comments .comments-container .item {
      margin-bottom: 50px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ccc; }
  .comments .projects {
    margin-top: 25px;
    margin-right: -30px; }
  .comments .say-content {
    width: 550px;
    margin-left: 45px; }
    .comments .say-content p {
      line-height: 2;
      font-size: 16px; }
    .comments .say-content .comment-time {
      color: #aaa;
      font-size: 14px; }
  .comments .user-info {
    display: block;
    text-align: center; }
    .comments .user-info .image {
      width: 84px;
      height: 84px;
      border: 3px solid #fff; }
    .comments .user-info .introduction {
      width: 200px;
      color: #858383; }
