.UIArticleRelation {
        margin: 0px;
        padding: 35px 0 20px 0;
        background: #ebebeb;
    }
.UIArticleRelation .article {
    width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: calc(20% - (30px * 1/4)) calc(20% - (30px * 1/4)) calc(20% - (30px * 1/4)) calc(20% - (30px * 1/4)) calc(20% - (30px * 1/4));
    grid-column-gap: 13px;
}

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

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

        .UIArticleRelation .header-box {
            text-align: left;
            line-height: 25px;
            font-size: 20px;
            text-transform: uppercase;
            padding: 0px 0 20px 5px;
            color: #444;
            font-weight: bold;
            width: 1170px;
            margin: 0 auto;
        }

        .UIArticleRelation a {
            text-decoration: none;
        }

        .UIArticleRelation .item {
        }

            .UIArticleRelation .item .img-item {
            }

                .UIArticleRelation .item .img-item img {
                    width: 100%;
                    object-fit: cover;
                    height: 140px;
                    margin-bottom: 15px;
                }

            .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 {
    display: none;
}
            .UIArticleRelation .item .title-item {
                font-size: 14px;
                color: #666766;
                /* line-height: 1.5; */
                /* overflow:hidden; */
                text-align: left;
            }

        .UIArticleRelation .newArticleItem {
            overflow: hidden;
        }

        .UIArticleRelation h2 {
            font-size: 14px;
            margin: 0px;
            font-weight: bold;
            padding: 0;
        }
        .UIArticleRelation .ArticleItem {
            overflow: hidden;
            padding: 10px;
        }
.UIArticleRelation .pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}
.UIArticleRelation .pager span.pNum {
            cursor: pointer;
            border-radius: 100%;
            background-color: #0e8ff2;
            color: white;
            width: 35px;
            height: 35px;
            line-height: 35px;
            display: inline-block;
            border: 1px solid #087cd6;
        }
.UIArticleRelation .pager a.pNum:hover, .next:hover, .last:hover, .prev:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
                color:#fff;
            }
.UIArticleRelation .pager span.pNum:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
            }
.UIArticleRelation span.currentPage:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}
.UIArticleRelation span.currentPage {
    cursor: pointer;
    border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #87c5f5;
}
.UIArticleRelation a.numbericButton, .UIArticleRelation .pager a.pNum, .next, .prev {
    cursor: pointer;
    border-radius: 100%;
    background-color: #fff;
    color: #848383;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size:16px;
}
.UIArticleRelation a.numbericButton:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
}