.SliderFeature {
        margin: 0 0 15px;
        position: relative;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 310px;
}
.SliderFeature .LeftCol {
        padding-right: 15px;
        text-align: justify;
        vertical-align: top;
        width: 500px;
}
.SliderFeature .LeftPanel {
        height: 330px;
        overflow: hidden;
        position: relative;
        width: 500px;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
}
.SliderFeature .LeftCol .text {
        background-color: #b7091c;
        bottom: 0;
        font: bold 13px Arial;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        color: #fff;
        display: inline-block;
        padding: 10px;
}
.SliderFeature .ArticleList {
        list-style: outside;
        margin: 0;
        padding: 0;
        width: 300px;
        margin-top:15px;
}
.SliderFeature .ArticleList li:hover a {
        color: #B7091C;
}
.SliderFeature .ArticleList li:first-child {
        padding: 0 0 10px 0;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ddd;
        display: inline-block;
        padding: 8px 0;
        width: 100%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #b7091c;
        font: bold 13px arial;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .RightCol .bottomAti{
        max-height: 350px;
        height: auto !important;
}
.SliderFeature .RightCol .tab{
        display: none;
}
.SliderFeature .RightCol .tabcontent1{
        padding: 0 !important;
}
.SliderFeature .Header {
        height: 35px;
        background: #0F5BB8;
        margin-bottom: 10px;
        ?display:none;
}
.SliderFeature .Header span{
        color: #fff;
        font: bold 13px/35px "Segoe UI",Tahoma,Verdana;
        text-transform: uppercase;
        margin-left: 10px;
}
@media only screen and (max-width: 768px) {
        .SliderFeature .LeftPanel{
                width: 100% !important;
        }
        .SliderFeature .LeftCol, .SliderFeature .ArticleList {
                width: 100% !important;
        }
        .ArticleSlider table, .ArticleSlider table tbody, .ArticleSlider table tr{
                display: block;
                width: 100%;
        }
        .SliderFeature .LeftCol .text{
                padding: 10px;
        }
            .SliderFeature .RightCol {
        width: 100% !important;
    }
}
