.UIArticleRelation {
        margin: 0 20px;
        padding: 0;
    }
.UIArticleRelation {
    margin-bottom:20px;
}
.UIArticleRelation .title-item .img-item {
    float: left;
}
.UIArticleRelation .new-article {
    width: 100%;
    overflow: hidden;
    float: left;
}
.UIArticleRelation .header-box {
    font-size: 19px;
    color: #faa21a;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
}
.UIArticleRelation .header-box:after {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: #905324;
    transform: translateX(-50%);
}
.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: #905324;
    font-size: 13px;
}
.UIArticleRelation .item  .content-item {
    margin-top: 5px;
    font-size: 13px;
}
.UIArticleRelation .item .title-item a:hover {
    color: #ed4c4c;
}
.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;
}