.dable-ad-list .ad {
  z-index: 2;
  position: absolute;
  top: 7px;
  left: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='18' viewBox='0 0 26 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_178_3720)'%3E%3Cpath d='M16.9566 1.125H9.04354C4.67328 1.125 1.13049 4.65076 1.13049 9C1.13049 13.3492 4.67328 16.875 9.04354 16.875H16.9566C21.3268 16.875 24.8696 13.3492 24.8696 9C24.8696 4.65076 21.3268 1.125 16.9566 1.125Z' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M16.9565 0.5625H9.04345C4.36103 0.5625 0.565186 4.3401 0.565186 9C0.565186 13.6599 4.36103 17.4375 9.04345 17.4375H16.9565C21.6389 17.4375 25.4348 13.6599 25.4348 9C25.4348 4.3401 21.6389 0.5625 16.9565 0.5625Z' stroke='%23222222' stroke-opacity='0.2'/%3E%3Cpath d='M8.75408 5.14575H10.1072L12.9051 12.375H11.5418L10.8601 10.4614H7.96052L7.27887 12.375H5.96643L8.75408 5.14575ZM8.30643 9.4995H10.5243L9.43574 6.39113H9.40521L8.30643 9.4995ZM13.3933 5.14575H16.4048C16.9609 5.14575 17.4425 5.24025 17.8495 5.42925C18.2564 5.61825 18.5888 5.87813 18.8465 6.20888C19.1043 6.53288 19.2942 6.91425 19.4163 7.353C19.5451 7.79175 19.6096 8.26088 19.6096 8.76038C19.6096 9.25988 19.5451 9.729 19.4163 10.1678C19.2942 10.6065 19.1043 10.9913 18.8465 11.322C18.5888 11.646 18.2564 11.9025 17.8495 12.0915C17.4425 12.2805 16.9609 12.375 16.4048 12.375H13.3933V5.14575ZM14.665 11.3423H15.9164C16.4116 11.3423 16.8151 11.2781 17.1271 11.1499C17.4459 11.0149 17.6935 10.8326 17.8698 10.6031C18.0529 10.3669 18.175 10.0935 18.2361 9.783C18.3039 9.46575 18.3378 9.12488 18.3378 8.76038C18.3378 8.39588 18.3039 8.05838 18.2361 7.74788C18.175 7.43063 18.0529 7.15725 17.8698 6.92775C17.6935 6.6915 17.4459 6.50925 17.1271 6.381C16.8151 6.246 16.4116 6.1785 15.9164 6.1785H14.665V11.3423Z' fill='black' fill-opacity='0.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_178_3720'%3E%3Crect width='26' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-size: 0;
}
.dable-ad-list .item {
  width: 100%;
}
.dable-ad-list .link {
  text-decoration: none;
  cursor: pointer;
}
.dable-ad-list .img-bx {
  background-color: #eee;
}

.dable-ad-list--recommand .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.dable-ad-list--recommand .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 4);
          flex: 0 0 calc((100% - 48px) / 4);
}
.dable-ad-list--recommand .link {
  position: relative;
  text-align: left;
  display: block;
}
.dable-ad-list--recommand .img-bx {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 200/120;
}
.dable-ad-list--recommand .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dable-ad-list--recommand .txt-bx {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.75px;
  padding: 6px 0;
}
.dable-ad-list--recommand .txt-bx p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180.98px) {
  .dable-ad-list--recommand .list {
    gap: 12px;
  }
  .dable-ad-list--recommand .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px) / 2);
            flex: 0 0 calc((100% - 12px) / 2);
  }
  .dable-ad-list--recommand .img-bx {
    border-radius: 7px;
  }
  .dable-ad-list--recommand .txt-bx {
    font-size: 15px;
    padding-bottom: 0;
  }
}

.dable-ad-list--news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dable-ad-list--news .list--col {
  gap: 12px;
  margin-bottom: 10px;
}
.dable-ad-list--news .list--col .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 12px) / 2);
          flex: 0 0 calc((100% - 12px) / 2);
}
.dable-ad-list--news .list--col .txt-bx {
  padding: 6px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #111;
}
.dable-ad-list--news .list--col .img-bx {
  aspect-ratio: 144/90;
}
.dable-ad-list--news .list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.dable-ad-list--news .list--row .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.dable-ad-list--news .list--row .img-bx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  aspect-ratio: 95/65;
}
.dable-ad-list--news .link {
  position: relative;
  text-align: left;
  display: block;
}
.dable-ad-list--news .img-bx {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 7px;
}
.dable-ad-list--news .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dable-ad-list--news .txt-bx {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.dable-ad-list--news .txt-bx p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}