/* list_risk_management.html 专用样式（从内联 <style> 提取） */

.v2022 p {
  font-size: 16px;
  line-height: 20px;
}

/*
 * 平板端（501–1259px）
 * 公共重置已提取至 responsive-tablet.css，此处仅保留页面专有规则
 */
@media screen and (max-width: 1259px) {
  .v2022 p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* card3：降低信用风险/提升效率/了解成本 */
  .risk-management .card3 {
    display: block;
  }
  .risk-management .card3 .card-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* flex-content：清算/期权的行权与指派流程/清算交易时间表 */
  .risk-management .flex-content {
    display: block;
  }
  .risk-management .flex-content .flex-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .risk-management .flex-content .flex-item .item-tip {
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .v2022 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
