.list_layout {
  font-family: "droid-sans", "stheiti", 'hei', 'Hiragino Sans GB', "microsoft yahei",
    sans-serif;
  font-size: 14px;
  margin: 30px auto; }
  .list_layout * {
    outline: none; }
    .list_layout a {
      text-decoration: none; }
      .list_layout h2.title {
        text-align: center;
        margin: 50px auto 35px auto; }
        .list_layout .cells {
          color: #353535; }
          .list_layout .cell {
            display: block;
            text-align: center;
            padding: 45px 50px;
            color: #353535;
            line-height: 2.1; }
            .list_layout .cell a {
              color: #222;
              text-decoration: none; }
              .list_layout .cell a:hover {
                text-decoration: underline; }
            .list_layout .cell img {
              max-height: 200px; }
              .list_layout .cell h3 {
                line-height: 1.25; }
  .list_layout a.cell:hover {
    background: #fafafa; }
