
.bap_list_feed > ul {
  padding: 0px;
  margin: 0px;
}

.bap_list_feed > ul > li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.bap_list_feed > ul > li:nth-child(n+7) {
  display: none;
}

#bap_just_published > ul > li > a,
#bap_just_published > ul > li > span {
  float: left;

  font-size: 14px;
  font-weight: 400;
  color: #0194cb;
}

#bap_just_published > ul > li > span {
  float: left;
  width: 23px;
  height: 23px;
  font-size: 12px;
  margin-left: 5px;
  padding-top: 3px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}

#bap_just_published a.btnList,
.iec-block-just-published .just-published-see-all {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0194cb;
  margin-top: 21px;

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
