.SliderFeature {
        /* border: 1px solid #ddd; */
        /* border-radius: 5px; */
        /* margin: 0 0 8px; */
        /* padding: 5px; */
        position: relative;
        margin-bottom: 20px;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 50%;
        padding-left: 15px;
}
.SliderFeature .LeftCol {
        /* padding-right: 15px !important; */
        text-align: justify;
        vertical-align: top;
        width: 50%;
}
.SliderFeature .LeftPanel {
        /* height: 305px !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
        display: flex;
        flex-direction: column;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        z-index: 1;
        min-height: 150px;
        background: #eaedf1;
        padding: 15px;
}
.SliderFeature .LeftCol .text div {
        color: #212529;
        display: inline-block;
        padding: 6px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
}
.SliderFeature .ArticleList li a {
        font-size: 15px;
        line-height: 1.4;
        text-decoration: none;
        transition: 300ms;
        /* text-align: left; */
}
.SliderFeature .ArticleList li a .new{
        display: none;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 400px;
        overflow: auto;
        padding-right: 15px;
}
.SliderFeature .ArticleList li:hover a {
        color: #620101;
}
.SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ccc; */
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        font-size: 15px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li+li{
        padding-top: 10px;
        border-top: 1px dashed #ccc;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #620101;
        display: inline-block;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 600;
}
.SliderFeature .ArticleList li:hover {
        font-size: 15px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li .Image {
        /* display: none; */
        float: left;
        height: 80px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .Header {
        /* display: none; */
        margin-bottom: 15px;
}
.SliderFeature .Header .lblHeader {
        /* display: none; */
        font-size: 24px;
        display: inline-block;
        line-height: 50px;
        border-bottom: 3px solid;
        color: #00397c;
        text-decoration: none;
        text-shadow: 0 1px 0 transparent;
        font-weight: 600;
}
.SliderFeature .LeftPanel > a{
        flex: 1;
        height: calc(100% - 150px);
}
