.cond-date {
  color: #E9441D;
  font-size: 13px;
  position: absolute;
  left: 82px;
  top: 4px;
  font-weight: bold;
}
.list-point .item{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background: url(images/ico16x16.png) no-repeat -20px -1085px;
  text-indent: 12px;
}
.list-point .dashed {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}
.list-point .title {
  color: #444;
}
.list-point .title-link {
  color: #777;
  font-size: 15px;
  margin-right: 20px;
}
.list-point .date {
  float: right;
  color: #bbb;
  font-size: 12px;
}
.pagination a {
  margin: 0 3px;
}
.console {
  border-top: #ddd;
  background: #f4f4f4;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #444;
  padding-left: 20px;
}
.console .num-bar .blue-border,
.console .interval .blue-border {
  color: #444;
  font-size: 13px;
  border: 1px solid #DDD;
  text-align: center;
  padding: 1px 4px;
  background: #FFF;
  border-radius: 4px;
  margin: 0 3px;
}
.console .num-bar .blue,
.console .interval .blue {
  color: #fff;
  background: #0091e4;
  border: 1px solid #0091e4;
}
.console .interval,
.console .refresh,
.refresh-link {
  margin-left: 12px;
}
.refresh-link {
  border: 1px solid #DDD;
  text-align: center;
  padding: 1px 4px;
  background: #FFF;
  border-radius: 4px;
  color: #444;
  margin-left: 8px;
}
.refresh-link:hover {
  color: #444!important;
}
.date-link {
  margin-left: 4px;
  background: #777;
  color: #fff!important;
  white-space: nowrap;
}
.date-link:hover {
  color: #fff!important;
}
#date-input {
  width: 0;
  height: 0;
  opacity: 0
}