.UIListArticleOfSite {
        margin: 10px 0;
}
.UIListArticleOfSite .header-title {
       
}
.UIListArticleOfSite .header-title .title {
      line-height: 40px;
        /* background-color:  #ed0e18; */
        display: inline-block;
        padding: 0 10px;
        color: #ed0e18;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        /* font-family: 'Roboto Slab'; */
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
}
.UIListArticleOfSite .header-title .title:before{
        content: '';
        width: 2px;
        height: 20px;
        background: #ed0e18;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
}
.UIListArticleOfSite > div:nth-child(2) {
        position: relative;
        z-index: 1;
}
div.UIListArticleOfSite div.lvwContent {padding: 0;}
.UIListArticleOfSite .tb-content {
        padding: 5px 0;
        width: 100%;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        /* background: rgba(0, 0, 0, 0) url("Images/i1.png") no-repeat scroll left center; */
        padding: 4px 0 12px 0;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .a-item:before{
        font-family: 'Font Awesome 5 Pro';
        content: '\f324';
        color: #da251c;
        padding-right: 5px;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
        color: #cc0000;
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        text-align: right;
}
.UIListArticleOfSite .CurrentPage {
        background: #da251c none repeat scroll 0 0;
        color: #da251c;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 10px;
        margin-right: 5px;
        vertical-align: top;
        width: 10px;
}
.UIListArticleOfSite .ButtonPage {
        background: #da251c none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 10px;
        margin-right: 5px;
        opacity: 0.5;
        vertical-align: top;
        width: 10px;
}
