.UIListArticleOfSite {
        margin: 0 0 10px 0;
}
.UIListArticleOfSite .header-title {
           padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bg-blue-weight);
    height: 36px;
    margin: 0;
    border-bottom: 2px solid #be0101;
    background: #eee;
}
.UIListArticleOfSite .header-title .title {
     line-height: 36px;
    height: 34px;
    display: inline-block;
    padding: ;
    color: #ffff00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    background: #be0101;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.UIListArticleOfSite > div:nth-child(2) {
        position: relative;
        z-index: 1;
}
.UIListArticleOfSite .lvwContent {
}
.UIListArticleOfSite .tb-content {
        padding: 5px 0;
        width: 100%;
}
.UIListArticleOfSite .tb-content .item > img {
        height: auto;
        width: 20%;
        border: 1px solid #cccccc;
        flex-shrink: 0;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        padding: 4px 0 12px 0;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item{
        display: flex;
        gap: 10px;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
        color: #cc0000;
}
.UIListArticleOfSite .lvwContent .a-item:before{
  
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        text-align: right;
}
.UIListArticleOfSite .CurrentPage {
        background: #037dba none repeat scroll 0 0;
        color: transperant;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 10px;
        margin-right: 5px;
        vertical-align: top;
        width: 10px;
}
.UIListArticleOfSite .ButtonPage {
        background: #037dba none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 10px;
        margin-right: 5px;
        opacity: 0.5;
        vertical-align: top;
        width: 10px;
}
