.newsbox8 {
    padding: 20px 0px;
}

.newsbox8-iner {
    border: 1px solid #ccc;
    padding: 0 4px;
    border-radius: 5px;
}

.newsbox8-iner .stitle {
    display: flex;
    justify-content: center;
    position: relative;
    top: -15px;
}

.newsbox8-iner .stitle h3 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #A0A0A0;
    background: #F5F5F5;
    display: inline;
    padding: 3px 15px;
}


.newsbox8-iner .lsmall-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    display: flex;
    gap: 10px;
}

.newsbox8-iner .lsmall-item:last-child {
    border: none;
}

.newsbox8-iner .lsmall-item div span {
    width: 42px;
    height: 42px;
    display: block;
    background: #D9D9D9;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;

    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;

}

.newsbox8-iner .lsmall-item h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}