.UIArticleListContent .WrapAll {
    /* background: whitesmoke !important; */
  }
.UIArticleListContent .ModuleTitle {
  background: rgba(0, 0, 0, 0) url("Images/bar.png") no-repeat scroll 0 0;
  /* height: 28px; */
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.UIArticleListContent {
  /* background: whitesmoke; */
  /* border: 1px solid #ddd; */
  margin: 5px 0;
  margin-top: 0;
}
.UIArticleListContent .Wrap {padding: 10px;padding-top: 0;}
.UIArticleListContent .Wrap ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.UIArticleListContent .ModuleTitle .div {
}
.UIArticleListContent .ModuleTitle .titletext {
  color: #424242;
  padding-left: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;

}

.UIArticleListContent .ModuleTitle .titletext:after{
  content: '';
  width: 100px;
  height: 3px;
  background: #a46422;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.UIArticleListContent .first-box .item {
  width: 99%;
}
.UIArticleListContent .Wrap .first-box {
  background: #1d446b none repeat scroll 0 0;
  display: inline-block;
  height: 237px;
  /* margin: 5px 5px 0; */
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
  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: #fffc71;
}
.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: 5px; */
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.UIArticleListContent .second-box .item {
  /* height: 76px; */
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 5px 0;
  flex-grow: 1;
  display: flex;
  background: whitesmoke;
  padding: 10px;
}

.UIArticleListContent .second-box .item:nth-child(even){
  flex-direction: row-reverse;
  background: white;
  margin: 10px 0;
}

.UIArticleListContent .Wrap .second-box .item .textlink {
  color: #424242;
  /* left: 80px; */
  /* position: absolute; */
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: top;
  font-weight: bold;
  /* padding-right: 15px; */
  flex: 1;
  padding: 20px;
  position: relative;
}

.UIArticleListContent .Wrap .second-box .item .textlink:after{
  content: '';
  width:80px;
  height: 80px;
  display: inline-block;
  background: url(images/readmore-brown-btn.png);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.UIArticleListContent .Wrap .second-box .item .textlink:hover {
  color:  #a46422;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
  display: block;
  /* float: left; */
  /* margin-right: 20px; */
  flex: 1;
  padding: 20px;
}
.UIArticleListContent .Wrap .second-box .item .image {
  /* border: 2px solid #cccccc; */
  margin-right: 10px;
  width: 100%;
  height: 350px;
}
.UIArticleListContent .Wrap .second-box .item p {
  /* height: 65px; */
  margin: 0;
  overflow: hidden;
  /* padding-top: 20px; */
  /* display: none; */
  font-weight: normal;
  color: #757575;
  font-size: 14px;
  margin-top: 20px;
}
.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;
}
#ctrl_189520_47_UIArticleListContent .ModuleTitle {display: none;}
#ctrl_189520_47_UIArticleListContent {margin-left: 5px;}

@media only screen and (max-width: 768px){
        .UIArticleListContent .Wrap .second-box .item .image {
            height: 45vw;
        }
        
        .UIArticleListContent .Wrap .second-box .item p {
                max-height: 80px !important;
                margin: 0;
                overflow: hidden;
                font-weight: normal;
                color: #757575;
                font-size: 14px;
                margin-top: 20px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
        }
        .UIArticleListContent .second-box .item {
   				 min-height: 289px!important;
}
        
}
