.newsdivq {
    display: flex;
    gap: 40px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.newsdivimg {
    flex: 0 0 calc(40% - 20px);
    min-width: 280px;
}

.newsbiaot {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}

.newsspan {
    font-weight: 600;
    color: #0f172a;
}

.newsdivyou {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 20px;
    font-size: 15px;
    color: #334155;
}

.newsdivxia {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.newsxiangq {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    border-left: 4px solid #0ea5e9;
    padding-left: 14px;
}

.newstab {
    font-size: 15px;
    line-height: 1.9;
    color: #334155;
}

.newsdivtop {
    flex: 0 0 calc(40% - 20px);
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}