.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
    /* box-shadow: 5px 5px 9px #ececec; */
    margin-bottom: 15px;
    /* border: 1px solid #e4e4e4; */
}
.HotnewsControl .Header span {
    color: #424242;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    /* padding-left: 20px; */
    line-height: 30px;
    padding-left: 5px;
}
.HotnewsControl .HotnewsScroll {
    /* max-height: 289px!important; */
    margin: 0;
    overflow: hidden;
    padding: 5px;
    /* border: 1px solid #e4e4e4; */
    margin-bottom: 5px;
    width: 100%;
}
.HotnewsControl .Header {
    /* background: #2773d1 url("Images/t.png") no-repeat scroll right 5px center; */
    /* border-bottom: 1px solid #ddd; */
    height: 30px;
    text-align: left;
    width: 100%;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("Images/i1.png") no-repeat left 10px;
    clear: both;
    display: block;
    padding: 4px 0 4px 10px;
    text-align: justify;
    font-size: 14px;
}
.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;
    line-height: 1.3;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color:  #a46422;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}


.HotnewsControl_GetAll>a{
    color: #369 !important;
    font-size: 13px !important;
}