
.develop-bd {
  margin-top: 19px;
}

table {
  width: 100%;
  table-layout: fixed;
}

.develop-name th {
  height: 50px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  background-color: #c9def4;
  text-align: center;
}

.develop-name .title {
  width: 60%;
}

.develop-name .ouname {
  width: 20%;
}

.develop-name .date {
  width: 20%;
}

.develop-text td {
  height: 50px;
  text-align: center;
}

.develop-text tr:nth-child(even) {
  background-color: #edf4fb;
}

.space {
  display: block;
  text-align: left;
  margin: 0 50px 0 14px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pager {
  margin-top: 25px;
}