.UIListArticleOfSite {
        background: #fff none repeat scroll 0 0;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 8px;
        position: relative;
        height: 100%;
}
.UIListArticleOfSite .header-title {
        background: rgb(142, 22, 24) url(images/logo1.png) no-repeat scroll left 10px center;
        height: 30px;
        padding: 0 8px;
        position: relative;
        z-index: 2;
}
.UIListArticleOfSite .header-title .title {
        /* border-bottom: 2px solid #da1c1c; */
        color: #ffffff;
        display: inline-block;
        font: bold 15px/30px "Segoe UI", Tahoma, Verdana;
        padding: 0 0 0 29px;
        white-space: nowrap;
        width: 88%;
}
.UIListArticleOfSite>div:nth-child(2) {
        height: 265px;
}
.UIListArticleOfSite .lvwContent {
}
.UIListArticleOfSite .tb-content {
        padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
        background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
        padding: 4px 0 4px 18px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item .image {
        float: left;
        height: 80px;
        margin-right: 10px;
        width: 110px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item .a-item:hover {
        font-weight: bold;
        font-family: Arial;
        font-size: 13px;
        line-height: 20px;
        color: #0072bc;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item .item .a-item {
        font-weight: bold;
        font-family: Arial;
        font-size: 13px;
        line-height: 20px;
        color: black;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
        color: #049be2;
}
.UIListArticleOfSite div:nth-child(3) {
        padding: 10px;
        text-align: right;
}
.UIListArticleOfSite .div-pager {
        bottom: 0;
        position: absolute;
        right: 0;
}
.UIListArticleOfSite .CurrentPage {
        background: #da1c1c none repeat scroll 0 0;
        color: #da1c1c;
        cursor: pointer;
        display: inline-block;
        font: bold 0 arial;
        height: 8px;
        margin-right: 5px;
        vertical-align: top;
        width: 8px;
}
.UIListArticleOfSite .ButtonPage {
        background: #da1c1c none repeat scroll 0 0;
        display: inline-block;
        font: 0 arial;
        height: 8px;
        margin-right: 5px;
        opacity: 0.3;
        vertical-align: top;
        width: 8px;
}
