.UIArticleRelation {
        margin: 20px 0;
    }
.UIArticleRelation .title-item .img-item {
            float: left;
}
.UIArticleRelation .new-article {
            width: 100%;
            overflow: hidden;
            float: left;
        }
.UIArticleRelation .header-box {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: #179b56;
    line-height: 32px;
    padding: 0px 0 0 10px;
    position: relative;
    margin-bottom: 10px;
    
}
.UIArticleRelation .header-box:before {
        content: " ";
    width: 3px;
    height: 23px;
    position: absolute;
    background: #179b56;
    top: 4px;
    left: 0;
}
.UIArticleRelation .header-box:after {
    top: calc(35% + 3px);
    width: 160px;
    position: absolute;
    height: 1px;
    content: '';
    background-color: #689e0b;
    right: calc(100% - 250px);
    display: none;
}
.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: 96px!important;
    float: left;
    margin-right: 10px;
    height: 68px;
    object-fit: cover;
    border-radius: 3px;
    }
.UIArticleRelation .item .title-item a {
                color: #454545;
                font-size: 14px;
            }
.UIArticleRelation .item  .content-item {
    margin-top: 5px;
    font-size: 13px;
    display: none;
}
                .UIArticleRelation .item .title-item a:hover {
                    color: #3cbe1c;
                }
            .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: 10px;
        }


.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;
}