
.HotnewsControl {
   // margin: 10px 0;
}
.HotnewsControl .HotnewsScroll {
   background: #FCFCFD none repeat scroll 0 0;
    height: 240px!important;
   margin: 0;
    overflow-y: scroll;
    padding: 0;
  
}
.HotnewsControl .Header {
    background: #314b27 none repeat scroll 0 0;
  //  border-radius: 3px 3px 0 0;
    height: 30px;
  text-align:  center;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 10pt/30px arial;
   padding-left: 20px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 15px;
    //background: #fafafa;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    /*background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center;*/
    padding: 7px 0px 7px 0px;
    margin: 0 0px;
    border-bottom:1px solid #ebebeb;
    display: block !important;
  
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 2px;
    margin-right: 6px;
    vertical-align: top;
    width: 2px;
  
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222;
    text-decoration: none;
    font: 13px/1.75 arial;
  background: rgba(0, 0, 0, 0) url("Images/icon2.png") no-repeat scroll left center;
  padding-left:20px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #e50506;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
