
.HotnewsControl {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #efefef;
    border-radius: 5px 5px 0 0;
    height: 100%;
    margin: 10px 0;
}
.HotnewsControl .HotnewsScroll {
    overflow: hidden;
    padding-bottom: 0;
}
.HotnewsControl .Header:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.HotnewsControl .Header {
    height: 40px;
    background: #f6a532;
    position: relative;
    margin-bottom: 10px;
}
.HotnewsControl .Header:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.HotnewsControl .Header > span {
    color: #fff;
    font: bold 14px/40px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    padding: 0 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: url("images/iconLi.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    display: inline-block;
    padding: 7px 5px 7px 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 6px;
    vertical-align: top;
    width: 80px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #173080d4;
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #e91e7e;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
