.UIListArticleOfSite {
        margin-bottom: var(--margin-bottom);
        box-shadow: var(--box-shadow);
        padding: var(--padding-box);
        border-radius: var(--rounded);
        background: var(--color-white);
        border: var(--default-border);
}
.UIListArticleOfSite .header-title {
        /* overflow: hidden; */
        padding: 0px 0;
        text-align: justify;
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        /* border-bottom: 1px solid #f1f1f1; */
        position: relative;
        padding-bottom: 10px;
}
.UIListArticleOfSite .header-title:before {
        width: 3px;
        height: 16px;
        border-radius: 9px;
        position: absolute;
        content: '';
        background: var(--color-red);
        left: 0;
        top: 2px;
}
.UIListArticleOfSite .header-title .title {
        font-family: 'Inter';
        font-size: var(--label-size);
        font-weight: var(--label-weight);
        line-height: 20px;
        text-align: left;
        color: var(
                --vass-red);
        margin-left: 20px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: -1px;
}
.UIListArticleOfSite > div:nth-child(2) {
}
div.UIListArticleOfSite .lvwContent {
        padding: 0;
        padding: 10px;
        background: #fff;
        padding-left: revert-layer;
        padding-bottom: 5px;
        padding-top: 0;
}
.UIListArticleOfSite .tb-content {
        padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        padding: 8px 0px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item .a-item {
        text-decoration: none;
        padding: 0;
        font-style: normal;
        font-size: 15px;
        color: var(--color-black);
        padding-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-family: 'Merriweather';
        text-align: justify;
        position: relative;
        padding-left: 25px;
        font-weight: 500;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item .a-item:before {
        content: "\25A0";
        color: var(--bs-gray-400);
        margin-right: 7px;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0px;
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        text-align: right;
}
.UIListArticleOfSite .div-pager>span{
        display: flex;
        align-items: center;
        justify-content: flex-end;
}
.UIListArticleOfSite .CurrentPage {
        background: var(--color-primary) none repeat scroll 0 0;
        color: #0099d6;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 10px;
        margin-right: 5px;
        vertical-align: top;
        width: 10px;
}
.UIListArticleOfSite .ButtonPage {
        background: #f67700 none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 10px;
        margin-right: 5px;
        opacity: 0.5;
        vertical-align: top;
        width: 10px;
}
@media only screen and (max-width: 768px){
        div.UIListArticleOfSite{
                margin: var(--padding-res);
                margin-top: 0;
                max-width: calc(100% - var(--padding-double));
                /* margin: auto; */
                margin-bottom: 10px;
                padding: var(--padding-box-mb);
                padding-top: 10px;
        }
        .MainStructure table.w-1200 > tbody > tr:has(.UIListArticleOfSite) {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 0;
        }
        .MainStructure table.w-1200 > tbody > tr td:has(.UIListArticleOfSite) {
                order: -1;
                width: 100%;
                box-sizing: border-box;
        }
        .MainStructure table.w-1200 > tbody > tr:has(.UIListArticleOfSite) td {
                width: 100%;
                display: block;
        }
}
