.SliderFeature {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 5px;
}
.SliderFeature .LeftCol {
  text-align: justify;
  vertical-align: top;
  width: 61%;
}
.SliderFeature .LeftPanel {
  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: fill;
  transition: all 0.4s;
}
.SliderFeature .LeftCol .LeftPanel img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.SliderFeature .RightCol {
  background: #ffffff none repeat scroll 0 0;
  vertical-align: top;
  width: 45%;
}
.SliderFeature .LeftCol .text {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  height: 90px;
  color: Black;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
}
.SliderFeature .LeftCol .text {
  position: absolute;
  width: 100%;
  padding: 5px;
  margin: 0;
  background: #0f6c32;
  left: 0;
  bottom: 0px;
}
.SliderFeature .LeftCol .text div {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #f5f5f5;
}
.SliderFeature .LeftCol .text div::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.SliderFeature .LeftCol .text:hover div::after {
  opacity: 1;
  transform: translateY(0);
}
.SliderFeature .ArticleList li a {
  color: #000;
  text-align: justify;
  word-break: break-word;
  position: inherit;
}
.SliderFeature .ArticleList li a:hover {
  text-decoration: none;
}
.SliderFeature .ArticleList {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.SliderFeature .ArticleList li:hover a {
  color: #fff;
}
.SliderFeature .ArticleList li {
  border-bottom: 1px dotted #ccc;
  display: inline-block;
  width: 100%;
  padding: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
  color: #ce0004;
  /* font-weight: bold; */
}
.SliderFeature .ArticleList li:hover {
  background-color: #0f6c32;
}
.SliderFeature .ArticleList li .Image {
  float: left;
  height: 90px;
  margin-right: 10px;
  width: 120px;
}
.SliderFeature .Header {
  width: 100%;
  margin-bottom: 5px !important;
  border-bottom: 2px solid #0f6c32;
}
.SliderFeature .Header .Text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  line-height: unset;
  position: relative;
  padding: 9px 10px 6px 10px;
  background-size: contain;
  background-color: #0f6c32;
}
.SliderFeature .Header .Text:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 20%;
  width: 0;
  height: 0;
  border-color: #0f6c32 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
.SliderFeature .ArticleList li a img {
  float: left;
  height: 90px;
  margin-right: 10px;
  width: 120px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .ArticleSlider {
  }
  .SliderFeature .LeftCol .text {
    font-size: 17px;
    font-weight: bold;
  }
  .SliderFeature .LeftCol .LeftPanel img {
    width: 100% !important;
  }
  .SliderFeature .LeftCol {
    margin-bottom: 0 !important;
  }
  .SliderFeature .ArticleList li {
    padding-left: 0 !important;
  }
  .SliderFeature .LeftCol,
  .SliderFeature .RightCol {
    width: 100% !important;
    display: block;
  }
  .SliderFeature .RightCol {
    display: inline-block;
    position: relative;
  }
}
