.navname {
  font-weight: 100;
  font-size: 24px;
  color: #000000;
}

.screen-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 800px;
  padding: 15px 10px 0 20px;
}

.screen-list dl {
  display: flex;
  flex-wrap: wrap;
}

.screen-list dl dt {
  line-height: 800px;
}

.screen-list dl dd {
  line-height: 34px;
  width: 16.66%;
  font-size: 14px;
  padding-right: 0.666666666%;
}

.screen-list dl dd .a:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #045DF0;
  margin-right: 10px;
  border-radius: 50%;
}

.fll {
  float: left;
}

.not-centent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
  font-size: 18px;
  color: #999;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px;
}

.pagination a,
.pagination span {
  display: block;
  padding: 10px 15px;
  border: 1px solid #eee;
  margin: 0 2px;
  font-size: 14px;
}

.pagination a:hover,
.fll .a:hover {
  color: #045DF0;
}

.pagination .on:hover {
  color: #fff !important;
}

.pagination .on {
  background-color: #045DF0;
  border-color: #045DF0;
  color: #fff;
}
