.SliderFeature span.new {
        color: transparent;
        display: inline-block;
        height: 16px;
        width: 33px;
        z-index: 2;
        background: url(images/moi.gif) right top no-repeat scroll rgba(0, 0, 0, 0);
}
.SliderFeature {
        border-radius: 0px;
        margin: 0 0 8px;
        padding: 7px;
        position: relative;
            border: 1px solid rgb(0 0 0 / 10%);
}
.SliderFeature .RightCol {
    vertical-align: top;
}
.SliderFeature .LeftCol {
        #padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 55%;
        height:240px;
}
.SliderFeature .LeftPanel {
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftPanel > a {
       display: block;
        height: 100%;
}
.SliderFeature .LeftCol .LeftPanel img {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        height:100%;
        object-fit:cover;
}
.SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        color: #222;
        font: bold 13px Arial;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
               padding-top: 5px;
}
.SliderFeature .ArticleList li a {
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: blue;
}
.SliderFeature .ArticleList li {
        /*border-bottom: 1px dotted #ccc;
        display: inline-block;*/
        padding: 3px 0;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #333;
        font: 13px arial;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .Header {
        display: none;
}
.SliderFeature .Header .lblHeader {
        display: none;
}
.ArticleList li{
      list-style:none;
        list-style-position: outside;
        padding: 0px 0px 5px 0px;
        margin-left: 18px;
        display: list-item;
        color: #444;
}
