.list {
  margin-top: 20px;
  margin-bottom: 42px; }
  .list .lf {
    width: 880px;
    border: 1px solid #dddddd;
    border-radius: 6px; }
    .list .lf .nav {
      width: 100%;
      height: 47px;
      background: #fff;
      overflow: hidden;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom: 1px solid #dddddd; }
      .list .lf .nav li {
        line-height: 45px;
        display: block;
        float: left;
        margin-right: 38px;
        cursor: pointer; }
        .list .lf .nav li:hover {
          color: #ffd100;
          border-bottom: 2px solid #ffd100; }
        .list .lf .nav li.active {
          color: #ffd100;
          border-bottom: 2px solid #ffd100; }
        .list .lf .nav li:last-child {
          margin-right: 0; }
        .list .lf .nav li:first-child {
          margin-left: 21px; }
    .list .lf .listc {
      background: #fff;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      .list .lf .listc .listItem {
        display: none; }
        .list .lf .listc .listItem:first-child {
          display: block; }
    .list .lf .listItem {
      overflow: hidden; }
      .list .lf .listItem > ul > li {
        padding: 16px 0;
        margin: 0 20px;
        border-bottom: 1px solid #dddddd; }
        .list .lf .listItem > ul > li:hover .btn {
          border: 1px solid #ffd100;
          background: #ffd100; }
        .list .lf .listItem > ul > li .btn {
          float: right;
          width: 80px;
          height: 30px;
          border: 1px solid #dddddd;
          line-height: 30px;
          text-align: center;
          border-radius: 6px;
          margin-top: 20px; }
        .list .lf .listItem > ul > li dl {
          float: left; }
          .list .lf .listItem > ul > li dl dt {
            width: 100px;
            height: 70px;
            float: left;
            margin-right: 14px;
            border: 1px solid #dddddd; }
            .list .lf .listItem > ul > li dl dt img {
              display: block;
              width: 100%;
              height: 100%; }
          .list .lf .listItem > ul > li dl dd {
            float: left; }
            .list .lf .listItem > ul > li dl dd .title {
              font-size: 16px;
              font-weight: bold; }
            .list .lf .listItem > ul > li dl dd .time {
              font-size: 14px;
              color: #888;
              margin: 5px 0; }
            .list .lf .listItem > ul > li dl dd .desc {
              font-size: 14px;
              color: #888;
              width: 615px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
  .list .rt {
    width: 300px; }
    .list .rt .top,
    .list .rt .bottom {
      border: 1px solid #dddddd;
      background: #fff;
      border-radius: 6px; }
      .list .rt .top a:last-child ul,
      .list .rt .bottom a:last-child ul {
        border-bottom: none; }
    .list .rt .top {
      margin-bottom: 20px; }
    .list .rt .title {
      line-height: 40px;
      border-bottom: 1px solid #dddddd;
      padding-left: 14px; }
      .list .rt .title div {
        margin-right: 6px;
        vertical-align: middle; }
    .list .rt ul {
      padding: 10px 14px 14px;
      border-bottom: 1px solid #dddddd;
      cursor: pointer; }
      .list .rt ul:hover li:first-child {
        color: #ff6600; }
      .list .rt ul li {
        margin-bottom: 10px; }
      .list .rt ul li:last-child {
        margin-bottom: 0; }
      .list .rt ul li:first-child {
        font-size: 16px; }
      .list .rt ul li:nth-child(2) {
        font-size: 12px;
        color: #888;
        margin-bottom: 8px; }
      .list .rt ul li:nth-child(3) {
        color: #FF2924;
        margin-bottom: 8px; }
        .list .rt ul li:nth-child(3) span {
          font-size: 16px;
          font-weight: bold; }
      .list .rt ul li:nth-child(4) span {
        display: inline-block;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        background: #f5f5f5;
        border-radius: 6px;
        padding: 0 10px;
        margin-right: 10px; }
      .list .rt ul li:nth-child(4) span:last-child {
        margin-right: 0; }

.paginationWrapper {
  width: 880px;
  margin: 30px auto; }
