.border-box {
  border: 1px solid #ccc;
  position: relative;
  padding: 50px 15px 15px;
  margin-top: 30px;
}
  .border-header{
    height: 30px;
    width: 600px;
  }
  .badge{
    position:absolute;
    top:0px;
    left:-8px;
  }
  .mcu {
    background:url(../img/mcu.png) no-repeat;
  }
  .act {
    background:url(../img/act.png) no-repeat;
  }
  .talk {
    background:url(../img/talk.png) no-repeat;
  }
  .user {
    background:url(../img/user.png) no-repeat;
  }
  .user span a{color:red;float:right; padding-top:10px; font-size:14px;}
  .sources {
    padding: 10px 80px 0;
  }
  .sources img {
    padding-right: 15px;
  }
  .box-excerpt, .box-date {
    text-align: center;
  }
  .left-box {
    float: left;
  }
  .right-box {
    margin-left: 250px;
  }
    .right-box p {
      text-indent: 2em;
    }
  .mid-box {
    float: left;
    width: 280px;
    box-sizing:border-box;
  }
    .mcu-book {
      width: 230px;
    }
    .a-book {
      width: 72px;
    }
    .d-book {
      width: 58px;
    }
    .j-book {
      width: 88px;
    }
    .b-book {
      width: 113px;
	  height:25px;
    }
    .center {
      text-align: center;
    }
    .mid-box:first-child {
      border-right: 1px solid #ccc;
    }
    .mpf {
      padding-left: 15px;
    }
    .box-meta {
      padding-top: 15px;
    }
      .box-date{
        color: red;
      }
    
      ul.square {
        list-style: none;
        padding:0;
        margin:0;
      }
        .square > li { 
          padding-left: 1em; 
          text-indent: -.7em;
          line-height: 26px;
          color: #666;
        }
        .square > li:before {
          content: "•";
          color: red;
        }
  .clearfix > .comment-area {
    border: 1px solid #ddd;
    width: 574px;
    height: 125px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .comments {
    margin: 20px 0;
  }
    .comment {
      margin-bottom: 20px;
    }
      .avatar {
        float: left;
        width: 100px;
      }
        .avatar img {
          width: 100px;
          height: 100px;
        }
      .comment-body {
        padding: 10px 10px 0;
        border: 1px solid #ddd;
		height:auto;
      }
      .comment-date {
        border-bottom: 1px dashed #ccc;
        padding: 0 0 5px;
		font-size:14px;
		color:#aaa;
      }
      .comment-content {
        color: #666;
        padding: 10px 0 10px 0;
		font-size:14px;
		line-height:24px;
      }
  .comments-paginator {
    color: red;
  }
  .comments-paginator ul > .active > a {
    background-color: #c81000;
    color: white;
  }
  .small-box {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .small-header {
    color: red;
  }
    .sd {
      font-size: 13px;
    }
  .small-header h3 {
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 10px;
  }
  .small-items {
    padding: 0 10px;
  }
  .small-item {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
  }
    .small-item:last-child {
      border-bottom: none;
    }
    .small-item h3{
      font-size: 14px;
      margin: 0;
    }
    .small-item p {
      color: #666;
    }
    .small-item p.r-excerpt {
      color: #369;
      text-align:right;
    }
  .hot-btn,.end-btn {
    text-align: center;
    background:#ff6f3d;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:white;
    font-weight:bold;
    width:100px;
    font-size: 14px;
  }
  .end-btn {
    background: #9b9b9b;
  }
  .mgt {
    margin-left: 20px;
  }
  .buttons {
    padding: 30px 0;
  }
  .big-well {
    background:url(../img/top.png);
    width: 940px;
    height: 200px;
  }
    .headpic {
      margin-top: 80px;
      margin-right: 25px;
    }