.new-list-box {
  padding: 5px 25px 0;
}

.new-list-item {
  padding: 25px 12px;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}

.new-list-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.new-list-item-title .title-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E8B088;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 3px;
}

.new-list-item-title .time {
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
  color: #666666;
}

.new-list-item-conent {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
}

.new-list-item:hover .new-list-item-title {
  color: #d82832;
}

.new-list-item:hover .new-list-item-title .title-circle {
  background-color: #d82832;
}