.UIArticleRelation {
        margin: 10px;
        padding: 10px 0px;
        border-top: 1px solid #ddd;
        /* background: #f6fbff; */
    }
.UIArticleRelation .article {
}

        .UIArticleRelation .title-item .img-item {
            float: left;
        }

        .UIArticleRelation .new-article {
            width: 100%;
            overflow: hidden;
            float: left;
        }

        .UIArticleRelation .header-box {
    /* font-size: 20px; */
    /* text-transform: uppercase; */
    /* margin: 0 0 10px 0; */
    /* color: #2494d9; */
    /* font-weight: 700; */
    /* font-family: 'Open Sans Condensed', Arial; */
    position: relative;
    background: #017745 !important;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 10px 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
    width: 100%;
}
        }

        .UIArticleRelation a {
            text-decoration: none;
        }

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

            .UIArticleRelation .item .img-item {
            float: left;
            width: 110px;
            }

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

            .UIArticleRelation .item .title-item a {
                /* font-weight: bold; */
                /* color: #0175bd; */
                /* font-size: 13px; */
                font-size: 14px;
                width: 100%;
            }
.UIArticleRelation .item  .content-item {
    display: none;
    margin-top: 5px;
    font-size: 13px;
}
                .UIArticleRelation .item .title-item a:hover {
                    color: #017744;
                }
            .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: justify;
            }

        .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: 15px 0 0 0;
}
.UIArticleRelation span.currentPage {
    cursor: pointer;
    border-radius: 100%;
    background: #f7941d;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    font-weight: 700;
}
.UIArticleRelation .prev:before {
    content: "\f137";
    font-family: FontAwesome;
}
.UIArticleRelation .next:before {
    content: "\f138";
    font-family: FontAwesome;
}
.UIArticleRelation .prev, .UIArticleRelation .next {
    cursor: pointer;
    margin: 0 2px;
    vertical-align: top;
    display: inline-block;
    font-size: 22px;
    color:#aeaeae;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}