@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,400;1,700&family=Noto+Sans:wght@200;800&family=Roboto+Slab:wght@300&display=swap');
.SliderFeature {
        border-radius: 3px;
        margin: 0;
        padding: 0;
        position: relative;
        margin-bottom: 10px;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 45%;
}
.SliderFeature .LeftCol {
        padding-right: 20px !important;
        text-align: justify;
        vertical-align: top;
        width: 60%;
}
.SliderFeature .LeftPanel {
        min-height: 330px !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
        width:100%;
        height:350px;
        object-fit:cover;
}
.SliderFeature .LeftCol .text {
        top: 0;
        left: 0;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        color: #111111;
        padding-bottom: 10px;
        font-weight:700;
        display: none;
}
.SliderFeature .LeftCol .text div {
        color: #444;
        display: inline-block;
        padding: 6px;
        font-size: 18px;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0 8px 0 0;
        width: 100%;
        overflow-y: scroll;
        height: 440px;
}
.SliderFeature .ArticleList li:hover a {
        color: #0A61C9;
        width:100%;
}
.SliderFeature .ArticleList li {
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        border-top: 1px solid #eeeeee;
}
.SliderFeature .ArticleList li a{
        font-size:14px;
        line-height:1.5;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0A61C9;
        display: block;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        /* display: none; */
        float: left;
        height: 90px;
        margin-right: 15px;
        text-align: left;
        width: 135px;
        object-fit: cover;
}
.SliderFeature .ArticleList li .Image[src=""],
.SliderFeature .LeftCol .LeftPanel img[src=""] {
        content: url(images/iop.jpg);
        object-fit: contain;
}
.SliderFeature .Header {
        display: none;
}
.SliderFeature .Header .lblHeader {
        display: none;
}
.SliderFeature .ArticleList span.new {
        color: red;
}
.SliderFeature .LeftPanel a .Title {
        padding: 6px;
        font-size: 18px;
        line-height: 30px;
        color: #444;
        padding-bottom: 10px;
        font-weight: 500;
}
@media only screen and (max-width: 768px) {
        .SliderFeature .LeftCol .text div {
                text-align: justify;
                padding: 10px 0 0 !important;
                font-size: 16px;
        }
        .SliderFeature .LeftPanel {
                overflow: hidden;
                position: relative;
                width: 100% !important;
                height: auto !important;
        }
        .SliderFeature .LeftPanel a .Title {
                /* display: none; */
        }
        .SliderFeature .LeftCol .LeftPanel img {
                height: auto;
                ;
                width: 100%;
                z-index: 0;
        }
        .SliderFeature .ArticleList li .Image {
                float: left;
                height: 70px;
                margin-right: 15px;
                text-align: left;
                width: 100px;
                object-fit: cover;
        }
        .SliderFeature .ArticleList li .Title {
                /* font-size:12px; */
        }
        .SliderFeature .LeftCol {
                padding-right: 0 !important;
        }
        .SliderFeature .ArticleList{
                height: auto;
        }
}
