.HotnewsControl .Header {
        background: #1f93d9;
        height: 30px;
}
.HotnewsControl .Header span {
        color: #ffffff;
        display: inline-block;
        font: bold 14px/30px Arial;
        padding-left: 15px;
        text-transform: uppercase;
}
.HotnewsControl {
        overflow: hidden;
        margin-bottom: 10px;
}
.HotnewsControl .HotnewsScroll {
        background: #ffffff none repeat scroll 0 0;
        height: 270px !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
}
div.HotnewsControl .HotnewsList {
        padding: 0;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        float: left;
        padding: 5px 0;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 70px;
        object-fit: cover;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
        font-size: 14px;
        font: 14px arial;
        text-align: left;
        padding: 0 5px;
        text-decoration: none;
        font-weight: normal;
        color: #333;
        font-size: 14px;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        transition: 300ms;
        cursor: pointer;
        margin-bottom: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        font-size: 14px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
