
.UIListArticleOfSite {
    margin: 0px 0px 10px 0px;
    width: 100%;
    background: white;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: aliceblue;
    border-radius: 5px 5px 0 0;
}
.UIListArticleOfSite .header-title {
    display: inline-block;
    position: relative;
    background: #0681c9;
    background: linear-gradient(141deg, #0681c9 0%, #2196F3 51%, #0681c9 75%);
    width:100%;
    border-radius: 5px 5px 0 0;
}
.UIListArticleOfSite .header-title .title {
    color: #fff;
    font: bold 11pt/30px arial;
    text-transform: uppercase;
    padding-left: 20px;
}
.UIListArticleOfSite > div:nth-child(2) {
    height: 250px;
    overflow-y: scroll;
    border-radius: 0 0 5px 5px;
}
.UIListArticleOfSite > div:nth-child(2)::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.UIListArticleOfSite > div:nth-child(2)::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius:5px;
}
.UIListArticleOfSite .tb-content {
    padding: 8px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
    background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
    padding: 4px 0 4px 15px;
}
.UIListArticleOfSite .lvwContent .tb-content tr:first-child .td-item {
    background: none;
    padding: 5px 0;
}
.UIListArticleOfSite .lvwContent .tb-content tr:first-child img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    display:block;
}
.UIListArticleOfSite .lvwContent .tb-content tr:first-child a {
    font-weight:bold;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item img {
    display: none;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
    color: #004F9C;
}
.UIListArticleOfSite div:nth-child(3) {
    padding: 10px;
    text-align: right;
}
.UIListArticleOfSite .div-pager {
    text-align: right;
}
.UIListArticleOfSite .CurrentPage {
    background: #0074c9 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;
}
