.SimilarArticleControl {
        background: none repeat scroll 0 0 #ffffff;
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
}
.SimilarArticleControl .ModuleTitle  {
        color: #333;
        font-size: 24px;
        padding-left: 0;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        align-items: center;
        font-weight: 600;
        padding: 0;
        margin-bottom: 20px;
        font-family: 'Merriweather';
}
.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;
        display: none;
}
.SimilarArticleControl a {
        color: #444444;
        text-align: justify;
        text-decoration: none;
        font-size: 15px;
        display: flex;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 15px;
}
.SimilarArticleControl a img{
        width: 120px;
        height: 80px;
        margin-right: 15px;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
        border: 1px solid #0067b2;
}
.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;
        text-align: justify;
        font-size: 15px;
        font-family: 'Merriweather';
}
.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;
        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: #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 span.CurrentPage {
        float: left;
        display: inline-flex;
        width: 20px;
        height: 20px;
        border: 1px solid #005495;
        border-radius: 50%;
        font-size: 12px;
        align-items: center;
        justify-content: center;
        background: #005395;
        color: #fff;
}
.SimilarArticleControl a.ButtonPage {
        float: left;
        display: inline-flex;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #0067b2;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        font-size: 12px !important;
        padding: 0;
        margin: 0 6px !important;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl {
                padding: 0 15px !important;
                margin-bottom: 20px;
        }
        div.SimilarArticleControl {
                padding: 0 15px !important;
                margin-bottom: 20px !important;
        }
}
