.boxNews {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.boxTitle {
    background: #043379;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
    color: #ffffff;
}

.boxTitle h2 {
    font-size: 18px;
    line-height: 26px;
}

.boxNews .boxListNew {
    border-radius: 0 0 5px 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 11px;
    border: 1px solid #EFECEC;
    display: flex;
    flex-direction: column;
}

.boxNews .boxListNew a {
    width: 100%;
    line-height: 24px;
    border-top: 1px solid #EFECEC;
    color: #222222;
    font-size: 16px;
    padding: 13px 20px;
}

.boxListNew .text_h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.boxNews .boxListNew a:nth-child(1) {
    border-top: none;
}

.boxNewsTlm {
    width: 100%;
}

.boxNewsTlm .boxListNew {
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding: 5px 11px;
    border: 1px solid #EFECEC;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.boxNewsTlm a {
    line-height: 24px;
    color: #222222;
    display: inline-block;
    text-align: justify;
    padding: 0 5px;
    font-size: 16px;
}

.boxNewsTlm h3::before {
    content: "";
    width: 6px;
    height: 6px;
    background: url(/assets/images/icon_bm_4.png) no-repeat;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 2px;
}