.SliderFeature {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #ddd; */
        position: relative;
        margin: 0 5px;
}
.SliderFeature .TableContent{
        padding: 10px;
        display: block;
        border: 1px solid #dfdfdf;
        border-top:none;
}
.SliderFeature .LeftCol {
        text-align: justify;
        vertical-align: top;
        width: 61%;
        padding-right: 10px;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit:fill;
        transition: all 0.4s;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 45%;
}
.SliderFeature .LeftCol .text {
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 0;
        height: auto;
        color: Black;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        font-size:20px;
        font-weight:bold;
}
.SliderFeature .LeftCol .text {
        position: absolute;
        width: 100%;
        padding:  5px;
        margin: 0;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        bottom: 0px;
}
.SliderFeature .LeftCol .text div {
        height: 100%;
        font-size: 12px;
        font-weight:bold;
        color: #f5f5f5;
         text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        
}
.SliderFeature .LeftCol .text:hover div::after{
        opacity:1;
        transform:translateY(0);
}
.SliderFeature .ArticleList li a {
        color: #0b71c5;
        text-align: justify;
        word-break: break-word;
        position: inherit;
        font-size: 12px;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: #fff;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ccc;
        display: inline-block;
        width: 100%;
        padding: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #064885;
        /* font-weight: bold; */
        font-size: 12px;
}
.SliderFeature .ArticleList li:hover {
        background-color: #13598f;
}
.SliderFeature .ArticleList li .Image {
        float: left;
        height: 90px;
        margin-right: 10px;
        width: 120px;
        object-fit: cover;
        display: none;
}
.SliderFeature .Header {
        width: 100%;
        background: #009afe;
        padding: 2px 0 0 5px;
}
.SliderFeature .Header .Text {
        text-transform: uppercase;
        color: #01427a;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
        position: relative;
        padding: 5px 25px 4px 25px;
        border-radius: 5px 5px 0 0;
        background-size: contain;
        background-color: #fff;
}
.SliderFeature .ArticleList li a img {
        float: left;
        height: 90px;
        margin-right: 10px;
        width: 120px;
}
@media only screen and (max-width: 768px) {
        .ArticleSlider {
        }
        .SliderFeature .LeftCol .text {
                font-size: 17px;
                font-weight: bold;
        }
        .SliderFeature .LeftCol .LeftPanel img {
                width: 100% !Important;
        }
        .SliderFeature .LeftCol{
                margin-bottom:0 !Important;
        }
        .SliderFeature .ArticleList li{
                padding-left: 0 !Important;
        }
        .SliderFeature .LeftCol,
        .SliderFeature .RightCol {
                width: 100% !Important;
                display: block;
        }
        .SliderFeature .RightCol {
                display: inline-block;
                position: relative;
        }
            .SliderFeature {
        padding: 0px !important;
    }
}
