.list {
  padding: 36px 0 46px 0;
}

.list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}

.item_icon {
  flex: none;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-top: 5px solid transparent;
  border-left: 5px solid #ff9600;
  border-bottom: 5px solid transparent;
}

.item_text {
  flex: 1;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.item_text:hover {
  color: #004098;
}

.item_time {
  font-size: 14px;
  color: #989898;
}

.pagination {
  text-align: center;
  padding-bottom: 42px;
}

.pagination span {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #f3f6f6;
  color: #461b6e;
  border: 1px solid #aaa;
  border-radius: 7px;
  cursor: pointer;
  user-select: none;
}

.pagination .active {
  background-color: #461b6e;
  color: #fff;
}
