.closestyle250762{ font-size:12px;color:#333333;text-decoration: none ;}

.winstyle250763{ display: none;}

.titlestyle208786{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none ;}
.summarystyle208786{ line-height: 150%; color: #222222; font-size: 9pt ;}

.i-wyfc-box2 .bd .n_list {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    justify-content: space-between; /* 两端对齐 */
    padding: 0;
    margin: 0;
    list-style: none;}

.i-wyfc-box2 .bd .n_list li {
    width: 48%; /* 每个列表项占 48% 宽度，留出 2% 的间隙 */
    float: none; /* 取消原来的 float:left */
    margin-bottom: 10px; /* 底部留点空隙 */
    height: auto; /* 高度自适应，不要写死 */
    line-height: 24px; /* 调整行高以适应多行文本 */
    overflow: visible;}

/* 调整日期的显示方式，让它跟在文字后面或者浮动在右侧 */
.i-wyfc-box2 .bd .n_list li span.date {
    float: right; /* 日期靠右显示 */
    margin-left: 10px;
    color: #999;}
