.SimilarArticleControl img {
        /* display: none; */
        width: 100%;
        height: 150px;
        object-fit: cover;
        margin-bottom: 10px;
}
.SimilarArticleControl {
        background: none repeat scroll 0 0 #ffffff;
        /* margin: 20px 0; */
        margin-bottom: 15px;
}
.SimilarArticleControl .ModuleTitle {
        color: #222;
        display: flex;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        margin-bottom: 15px;
        align-items: center;
        gap: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
}
/*.SimilarArticleControl .ModuleTitle:after{
        content: '';
        display: block;
        flex: 1;
        height: 38px;
        background: url(images/border_list.jpg) 50% repeat-x;
}*/
.SimilarArticleControl a {
        /* color: #222; */
        /* font: 10pt arial; */
        text-align: justify;
        text-decoration: none;
        display: flex;
}
.SimilarArticleControl a .ArticleTitle{
        color: #282828;
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.4;
        margin-right: 10px;
        font-weight: bold;
}
.SimilarArticleControl a .ArticleTitle::before{
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        /*-moz-border-radius: 6px;
        -webkit-border-radius: 6px; */
        /* border-radius: 6px; */
        background-color:#c2c5c7;
        margin-bottom: 2px;
        margin-right: 10px;
}
.SimilarArticleControl ul.ArticleList {
        color: red;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
}
.SimilarArticleControl .ItemClear {
        list-style: none outside none;
}
.SimilarArticleControl li.ListItem {
        clear: both;
        margin: 0;
        padding: 5px 0;
}
.SimilarArticleControl li.ListItem:first-child {
        border-top: none;
}
.SimilarArticleControl li.ListItem img{
	display: none;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        /* float: left; */
        /* margin-bottom: 8px; */
        /* margin-right: 20px; */
        color: #0076c3;
        font-size: 12px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
}
.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;
        display: none;
}
.SimilarArticleControl .Pager {
        margin-top: 20px;
        display: block;
}
.SimilarArticleControl>div:nth-child(3) {
        text-align: center;
        /* background: red; */
        display: block;
        float: none !important;
        margin-top: 20px;
}
.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: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #dee2e6;
        /* border: 1px solid #e4e4e4; */
        border-radius: 5px;
        font-size: 13px;
        color: #343a40;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #da251d;
        color: #fff;
}
@media only screen and (max-width: 768px){
        div.SimilarArticleControl{
                padding: 0 10px !important;
                margin-bottom: 10px !important;
        }
        div.SimilarArticleControl ul.ArticleList{
                flex-direction: column;
        }
        div.SimilarArticleControl ul.ArticleList li{
                min-width: 100%;
        }
}
