
.HotnewsControl {
    background: none repeat scroll 0 0 #eff7f8;
    height: 290px;
    overflow: hidden;
    padding: 0 0 20px;
    width:100%;
}
.HotnewsControl .Header span {
    color: #fff;
    font: bold 10pt/29px arial;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsScroll {
    height: 270px !important;
    margin: 0;
    overflow: hidden;
    padding-right: 0;
}
.HotnewsControl .Header {
    background: #bf0404 no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 27px;
    padding-left: 8px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: no-repeat scroll left center rgba(0, 0, 0, 0);
    clear: both;
    display: inline-block;
    padding: 5px 5px 5px 15px !important;
                height: 52px;
}
.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;
        font-size: 14px;
    line-height: 1.4;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;

}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #0072BA;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
@media only screen and (max-width: 768px){
.HotnewsControl {
    padding: 0 5px;
    height: auto;
                width: 100vw !important;
	}
}