
.SliderFeature {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 15px !important;
    text-align: justify;
    vertical-align: top;
    width: 55%;
}
.SliderFeature .LeftPanel {
    height: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #fff;
    bottom: 0;
    color: Black;
    font: bold 14px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #444;
    display: inline-block;
    padding: 6px;
}
.SliderFeature .ArticleList li a {
           font: 14px arial;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderFeature .ArticleList li:hover a {
    color: #bd0202;
}
.SliderFeature .ArticleList li {
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
    font: 13px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #bd0202;
    display: inline-block;
    font: 14px arial;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    /* display: none; */
    float: left;
    height: 80px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
    object-fit: cover;
}
.SliderFeature .Header {
    margin-bottom: 10px;
    border-bottom: 1px solid #c10807;
}
.SliderFeature .Header .lblHeader {
    /* display: none; */
    display: inline-block;
    background: #c10807;
    height: 40px;
    font: 20px Arial;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
}
.SliderFeature .Header .lblHeader:before{
    content: '\f1ea';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
}
.SliderFeature .new{
	color: transparent;
	background: url(images/new6.gif) no-repeat center;
}
.SliderFeature .ArticleList li a .new{
    color: #ff0000;
}
