.SimilarArticleControl {
        background: none repeat scroll 0 0 #ffffff;
        margin: 5px 0;
        padding: 5px;
}
.SimilarArticleControl .ModuleTitle  {
        color: #0b60a4;
        font-size: 16px;
        padding-left: 0;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-weight: bold;
        padding: 5px;
        margin-bottom: 10px;
}
.SimilarArticleControl .ModuleTitle::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(images/iconbvdkbd.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 10px;
}
.SimilarArticleControl a {
        color: #444444;
        text-align: justify;
        text-decoration: none;
        font-size: 16px;
        display: flex;
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 15px;
}
.SimilarArticleControl a img{
        width: 120px;
        height: 80px;
        margin-right: 10px;
        object-fit: cover;
        object-position: top;
}
.SimilarArticleControl ul.ArticleList {
        color: #ff4200;
        list-style: none;
        margin: 0 0 0 0px;
        padding: 0;
}
.SimilarArticleControl .ItemClear {
        list-style: none outside none;
}
.SimilarArticleControl li.ListItem {
        /* clear: both; */
        margin: 0;
        padding: 0;
        line-height: 1.4;
}
.SimilarArticleControl .ArticleTitle {
        flex: 1;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        /* float: left; */
        /* font: italic 9pt arial; */
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        color: #757575;
        margin-top: 5px;
        font-style: italic;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        color: #757575;
        font-size: 11px;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        right: 0;
}
.SimilarArticleControl .ArticleList .GridItem {
        display: block;
        float: left;
        height: 140px;
        list-style-position: outside;
        margin: 4px;
        padding: 5px;
        text-align: center;
        width: 118px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleImage {
        height: 80px;
        margin-bottom: 5px;
        width: 120px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle:hover {
        color: #ff4e00;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle {
}
.SimilarArticleControl .ArticleList .GridItem .ArticlePostDate {
}
.SimilarArticleControl .ArticleList .ItemClear {
        clear: both;
}
.SimilarArticleControl .Pager {
        float: right;
}
.SimilarArticleControl .Pager .CurrentPage {
}
.SimilarArticleControl .Pager .ButtonPage {
        background-color: #dcdcdc;
        border: 1px solid #333333;
        height: 20px;
        padding: 0 6px;
        text-decoration: none;
        width: 20px;
}
.SimilarArticleControl>div:nth-child(3) {
        text-align: center;
        /* background: red; */
        display: block;
        float: none !important;
}
.SimilarArticleControl>div:nth-child(3)>span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
}
.SimilarArticleControl>div:nth-child(3)>span>span, .SimilarArticleControl>div:nth-child(3)>span>a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        font-size: 12px;
        color: #343a40;
        margin: 0;
        padding: 0;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #0261af;
        color: #fff;
}
