
.UIListArticleOfSite {
    margin: 10px 0;
}
.UIListArticleOfSite .header-title {
background: rgba(22,148,39,1);
background: -moz-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,148,39,1)), color-stop(100%, rgba(117,209,125,1)));
background: -webkit-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -o-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: -ms-linear-gradient(top, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
background: linear-gradient(to bottom, rgba(22,148,39,1) 0%, rgba(117,209,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169427', endColorstr='#75d17d', GradientType=0 );
    height: 30px;
    text-align: left;
}
.UIListArticleOfSite .header-title .title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    line-height: 33px;
}
.UIListArticleOfSite > div:nth-child(2) {position: relative;z-index: 1;}
.UIListArticleOfSite .lvwContent {}
.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 4px 12px;
}
.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: #cc0000 none repeat scroll 0 0;
    color: #cc0000;
    cursor: pointer;
    display: inline-block;
    font: bold 0 arial;
    height: 10px;
    margin-right: 5px;
    vertical-align: top;
    width: 10px;
}
.UIListArticleOfSite .ButtonPage {
    background: #cc0000 none repeat scroll 0 0;
    display: inline-block;
    font: 0 arial;
    height: 10px;
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: top;
    width: 10px;
}
