.SimilarArticleControl {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 5px;
        border: 1px solid #ddd;
}
.SimilarArticleControl .ModuleTitle {
        color: #1a9bf7;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
        position: relative;
        padding: 9px 10px 6px 10px;
        background-size: contain;
        background-color: #1a9bf7;
}
.SimilarArticleControl .ModuleTitle:before {
        display: inline-block;
        position: absolute;
        bottom: -7px;
        left: 20%;
        width: 0;
        height: 0;
        border-color: #ea2e2e transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-top-color: #1a9bf7!important;
        border-top: 10px solid #1a9bf7;
}
.SimilarArticleControl a {
        color: #222;
        font: 14px arial;
        text-align: justify;
        text-decoration: none;
}
.SimilarArticleControl a img{
        display: none;
}
.SimilarArticleControl ul.ArticleList {
        padding: 0;
        width: 100%;
        list-style: none;
        border-top: 2px solid #1a9bf7;
}
.SimilarArticleControl .ItemClear {
        list-style: outside none none;
}
.SimilarArticleControl li.ListItem {
        clear: both;
        margin: 0;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
}
.SimilarArticleControl li.ListItem:before {
        content: '❯';
        margin-right: 10px;
        font-size: 13px;
        color: #212529;
        margin-top: 1px;
}
.SimilarArticleControl li.ListItem:hover ::before,.SimilarArticleControl li.ListItem:hover a{
        color:#1a9bf7;
}
.SimilarArticleControl li.ListItem+li{
        border-top: 1px dashed #e4e4e4
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        float: left;
        margin-bottom: 8px;
        margin-right: 20px;
        font-size: 12px;
        margin-top: 5px;
        color: #6c757d;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        display: none;
}
.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: #00a651;
}
.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;
        display: block;
        float: none !important;
}
.SimilarArticleControl>div:nth-child(3)>span {
        display: flex;
        align-items: center;
        justify-content: center;
}
.SimilarArticleControl>div:nth-child(3)>span>span, .SimilarArticleControl>div:nth-child(3)>span>a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        font-size: 12px;
        color: #343a40;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #1a9bf7;
        color: #fff;
}
@media only screen and (max-width: 768px){
        div.SimilarArticleControl {
                padding: 0 !important;
        }
        div.SimilarArticleControl ul.ArticleList {
                width: 100vw;
                padding: 0 5px;
                margin-top: 0 !important;
        }
        .SimilarArticleControl li.ListItem:before {
                margin-top: 6px;
        }
        .SimilarArticleControl>div:nth-child(3)>span {
                margin-top: 15px;
        }
}
