.SliderFeature {
        border: 1px solid #ddd;
        margin: 0 0 10px;
        /* padding: 5px; */
        position: relative;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 45%;
        padding: 10px;
        padding-left: 0;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 65%;
        padding: 10px;
}
.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;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        background-color: rgba(255, 255, 255, 0.8);
        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: black;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList li a {
        line-height: 1.4;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: #004e99;
}
.SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ddd; */
        display: inline-block;
        /* padding: 3px 0; */
        width: 100%;
        font: 10pt arial;
        padding-bottom: 5px
}
.SliderFeature .ArticleList li+li{
        padding-top: 5px;
        border-top: 1px dashed #ddd;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        line-height: 1.4;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #004e99;
        display: inline-block;
        font: bold 13px arial;
        line-height: 1.4;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .Header {
        padding: 5px 18px;
        text-align: left;
        background: #c72c2b url("images/t.png") no-repeat scroll right 5px center;
        background-size: auto 100%;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.6px;
}
.SliderFeature .Header .lblHeader {
        line-height: 25px;
}
