.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%;
    border: 1px solid #EFECEC;
    display: flex;
    flex-direction: column;
}

.boxNewsTlm .boxListNew .boxItem {
    display: flex;
    gap: 10px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    border-bottom: 1px solid #EFECEC;
}

.boxNewsTlm .boxListNew .boxItem img {
    width: 30%;
}

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

.boxNewsTlm .boxListTag {
    border-radius: 0 0 5px 5px;
    width: 100%;
    border: 1px solid #EFECEC;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.boxListTag a {
    border: 1px solid #E0E0E1;
    border-radius: 5px;
    padding: 5px 8px;
    color: #474747;
}