.top {
  float: right; }
  .top .title {
    width: 265px;
    margin: 0 0 25px 0; }
    .top .title img {
      margin-top: -20px;
      padding: 0 10px;
      background: #f1f3f6; }
  .top .top-box {
    width: 265px;
    height: 400px; }
    .top .top-box .change-people {
      display: block;
      width: 100%;
      background: #9c0;
      color: #fff;
      line-height: 37px;
      text-align: center; }
    .top .top-box .score-list {
      height: 488px;
      list-style: none;
      overflow: auto;
      background: #fff; }
    .top .top-box .score-list li {
      margin: 0 20px;
      padding: 20px 0;
      overflow: hidden;
      *zoom: 1;
      border-bottom: 1px solid #ccc; }
    .top .top-box .avatar {
      float: left;
      margin-right: 20px; }
    .top .top-box .avatar img {
      width: 82px;
      height: 82px; }
    .top .top-box .info {
      color: #999;
      line-height: 1.2;
      overflow: hidden;
      *zoom: 1; }
