.UIArticleListContent .WrapAll {
    padding: 0px;
    /* background: whitesmoke !important; */
  }
.UIArticleListContent .ModuleTitle {
  height: 37px;
  border-bottom: 2px solid #ed0e18;
  margin-top: 0;
  margin: 0;
}
.UIArticleListContent {
  /* background: whitesmoke; */
  /* border: 1px solid #ddd; */
  margin: 5px 0;
  margin-top: 0;
}
.UIArticleListContent .Wrap {padding: 10px;display: flex;}
.UIArticleListContent .Wrap ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
        line-height: 37px;
        background-color:  #ed0e18;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        /*font-family: 'Roboto Slab';*/
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.UIArticleListContent .first-box .item {
  width: 100%;
  padding: 0px 15px;
}
.UIArticleListContent .Wrap .first-box {
  /* background: #1d446b none repeat scroll 0 0; */
  display: inline-flex;
  overflow: hidden;
  /* padding: 10px; */
  position: relative;
  width: 66%;
  /* margin-top: 10px; */
}
.UIArticleListContent .Wrap .first-box .item .textlink {
  bottom: 0;
  /* color: #fff; */
  font: bold 10pt arial;
  padding: 0 8px 8px 0;
  /* position: absolute; */
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
  color: #ed0e18;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
}
.UIArticleListContent .Wrap .first-box .item .image {
  border: 2px solid #fff;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.UIArticleListContent .Wrap .first-box .item p {
  display: none;
}
.UIArticleListContent .Wrap .second-box {
  padding-left: 15px;
  /* flex-wrap: wrap; */
  margin-top: 5px;
  width: 33%;
}
.UIArticleListContent .second-box .item {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 5px 0;
  flex-grow: 1;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
  color: #424242;
  left: 80px;
  /* position: absolute; */
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  vertical-align: top;
  /* font-weight: bold; */
  padding-right: 15px;
}
.UIArticleListContent .Wrap .second-box .item .textlink:hover {
  color: #ff0000;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
  display: block;
  float: left;
}
.UIArticleListContent .Wrap .second-box .item .image {
  /* border: 2px solid #cccccc; */
  margin-right: 10px;
  width: 100px;
  height: 75px;
object-fit: cover;
}
.UIArticleListContent .Wrap .second-box .item p {
  /* height: 65px; */
  margin: 0;
  overflow: hidden;
  /* padding-top: 20px; */
  display: none;
}
.UIArticleListContent .Wrap .third-box {
  background: #f6f6f6 none repeat scroll 0 0;
  border-top: 1px solid #d9d9d9;
  color: #d70d0d;
  list-style: outside none square;
  margin-top: 10px;
  padding: 5px 10px 8px 20px;
  padding-left: 30px;
}
.UIArticleListContent .Wrap .third-box li {
  padding: 5px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
  color: #222222;
  display: block;
  text-align: justify;
}
.UIArticleListContent .Wrap .third-box .item .link:hover {
  color: #d70d0d;
}
@media only screen and (max-width: 768px) {
  .UIArticleListContent .Wrap {
    display: inline-block;
  }
  .UIArticleListContent .Wrap .first-box {
    width: 100%;
  }
  .UIArticleListContent .Wrap .second-box {
    width: 100%;
  }
  
}