.sp-flex {
  display: flex;
}

.notice-press-pc .section {
  padding-top: 32px;
}

.list-item-detail .list-item-desc {
  max-height: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 560px) {
  .tab-pill .tab-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .guide {
    padding: 14px;
    margin-bottom: 22px !important;
  }
  .guide-badge {
    width: auto;
    height: 22px;
    font-size: 11px;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .guide-detail {
    font-size: 13px;
  }
  .guide-title {
    font-size: 16px !important;
    line-height: 26px;
  }
  .guide-img-div {
    margin-right: 10px;
    min-width: 130px;
    width: 100%;
  }
  .guide-body-footer {
    display: flex;
    justify-content: center;
  }
  .guide-body-footer .button {
    width: 140px;
    height: 36px;
    font-size: 14px;
  }
  .list-item-img {
    margin-bottom: 5px;
    height: 127px;
  }
  .list-item-col .fs-14 {
    font-size: 12px !important;
  }
  .list-item-col .list-item-title {
    font-size: 15px !important;
    line-height: 16px !important;
    font-weight: bold;
  }
  .list-item-col .list-item-desc {
    font-size: 13px !important;
    line-height: 16px !important;
    color: #606060;
  }
  .slider .swiper-wrapper .swiper-slide-md {
    max-width: 240px;
  }
  .list-ranking {
    left: -23px;
  }
  .sp-flex {
    display: flex;
    padding: 10px;
  }
}

.feature-head{
  text-align: center;
}