.HotnewsControl {
  /* background: none repeat scroll 0 0 #fcfcfc; */
  height: 360px;
  overflow: hidden;
  padding: 0 0 20px;
  width: 100% !important;
  margin-bottom: 10px;
}
.HotnewsControl .Header span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
}
.HotnewsControl .HotnewsScroll {
  height: 360px !important;
  margin: 0;
  overflow: hidden;
  padding-right: 0;
}
.HotnewsControl .Header {
  background: #13439b;
  /* border-radius: 5px 5px 0 0; */
  height: 30px;
  padding-left: 8px;
}
.HotnewsControl .HotnewsList {
  clear: both;
  display: inline-block;
  padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
  background: url("images/diep124.png") no-repeat scroll left center
    rgba(0, 0, 0, 0);
  clear: both;
  display: inline-block;
  padding: 5px 5px 5px 15px !important;
  border-bottom: 1px dashed #ddd;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
  display: none;
  float: left;
  height: 50px;
  margin-right: 6px;
  vertical-align: top;
  width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
  color: #222222;
  text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
  color: #222222;
  padding-top: 0;
  /*     text-transform: lowercase; */
}
.HotnewsControl .HotnewsList .HotnewsItem::first-letter {
  text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
  color: #0072ba;
}
.HotnewsControl .HotnewsList .active {
  background-color: #cccccc;
}
