/* list_sdft_1.html — 期货法规须知列表页 */

/* 列表容器：去除链接hover时的下划线 */
.v2022 .v-list .v-item.v-item-box-shadow {
  text-decoration: none;
  cursor: pointer;
}
.v2022 .v-list .v-item.v-item-box-shadow:hover {
  text-decoration: none;
}

/* 标题链接：默认黑色，无下划线，透明不可点击 */
.v2022 .v-list .v-item.v-item-box-shadow h3 a.insight-title-link {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* 卡片悬停时标题变蓝色 */
.v2022 .v-list .v-item.v-item-box-shadow:hover h3 a.insight-title-link {
  color: #3cc8ff;
}

/* 桌面端样式 */
@media screen and (min-width: 769px) {
  .v2022 .v-list .v-item.v-item-box-shadow {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .v2022 .v-list .v-item.v-item-box-shadow:last-child {
    border-bottom: none;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box {
    width: 288px;
    min-width: 288px;
    max-width: 24%;
    height: 190px;
    background: #f1f5f7;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro {
    padding: 18px;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro h3 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #112b4a;
    margin-bottom: 20px;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5a6874;
    line-height: 24px;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro .date {
    font-size: 12px;
    margin-top: 16px;
  }
}

/* 平板端样式 */
@media screen and (max-width: 900px) and (min-width: 501px) {
  .v2022 .v-list .v-item.v-item-box-shadow {
    flex-direction: column;
    align-items: stretch;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 220px;
    min-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    object-position: center;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro {
    padding: 16px 0 0;
    min-height: 0;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro h3 {
    padding-left: 0;
    min-height: 0;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro p {
    display: block;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro .date {
    display: flex;
    margin-top: 12px;
  }
}

/* 移动端样式 */
@media screen and (max-width: 500px) {
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro h3 {
    color: #112b4a;
  }
  .v2022 .v-list .v-item.v-item-box-shadow {
    flex-direction: row;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box {
    width: 120px;
    max-width: 50%;
    height: 90px;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-box img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro {
    padding: 0;
    min-height: 90px;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro h3 {
    min-height: 90px;
    padding-left: 130px;
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro p {
    display: none;
  }
  .v2022 .v-list .v-item.v-item-box-shadow .v-intro .date {
    margin-top: 10px;
    display: none;
  }
}
