.UIArticleRelation {
        margin: 0px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
}
.UIArticleRelation .title-item .img-item {
            float: left;
}
.UIArticleRelation .new-article {
            width: 100%;
            overflow: hidden;
            float: left;
}
.UIArticleRelation .header-box {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #d32b2b;
    font-weight: 700;
    font-family: 'Open Sans Condensed', Arial;
}
.UIArticleRelation a {
            text-decoration: none;
}

        .UIArticleRelation .item {
        display: inline-block;
        width: 100%;
        }

            .UIArticleRelation .item .img-item {
            float: left;
            width: 300px;
            margin-right: 20px;
            }

                .UIArticleRelation .item .img-item img {
                    width: 100%;
                    object-fit: cover;
                    height: 200px;
                }

            .UIArticleRelation .item .title-item a {
                font-size: 16px;
                line-height: 1.5;
            }

                .UIArticleRelation .item .title-item a:hover {
                    color: #1979c6;
                }
            .UIArticleRelation .item .create-date-item {
                font-size: 12px;
                color: #999999;
                display: none;
            }
.UIArticleRelation .item .content-item * {font: 14px 'Open Sans', Arial !important;}
            .UIArticleRelation .item .title-item {
                font-size: 14px;
                color: #666766;
                text-align: left;
            }

        .UIArticleRelation .newArticleItem {
            overflow: hidden;
        }

        .UIArticleRelation h2 {
            font-size: 14px;
            margin: 0 0 5px 0;
            font-weight: bold;
            padding: 0;
        }
        .UIArticleRelation .ArticleItem {
            overflow: hidden;
            padding: 0;
            margin-bottom: 15px;
        }
.UIArticleRelation .pager {
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
}
.UIArticleRelation span.currentPage {
    cursor: pointer;
    border-radius: 100%;
    background: #d01f1f;
    background: linear-gradient(225deg,#ef3333 0%,#ca0c0c 100%);
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-weight: 700;
}
.UIArticleRelation .next, .UIArticleRelation .prev {
    cursor: pointer;
    background-color: #efefef;
    color: #848383;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size:16px;
    font-weight: 700;
}
.UIArticleRelation a.numbericButton:hover, .UIArticleRelation .next:hover, .UIArticleRelation .prev:hover {
    background: #d01f1f;
    background: linear-gradient(225deg,#ef3333 0%,#ca0c0c 100%);
    color: white;
}



