.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        padding: 0;
}
.HotnewsControl .Header span {
        line-height: 34px;
        /* padding: 0px 15px 0px 10px; */
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        top: 0;
        position: relative;
        margin: 0;
        display: inline-block;
        height: auto;
        border-radius: 0px 0 0 0;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
        min-height: initial !important;
}
.HotnewsControl .Header {
        border: none;
        height: auto;
        width: 100%;
        display: inline-block;
        /* background: linear-gradient(to left, #ed0000 0%, #d60c0c 100%); */
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        padding: 17px 0 !important;
        width: 100%;
        display: flex;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
}
.HotnewsControl .HotnewsList .HotnewsItem span{
        display:block;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        float: left;
        height: 125px;
        margin-right: 10px;
        vertical-align: top;
        width: 185px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-weight: bold;
        line-height: 1.4;
}
.HotnewsControl .sum{
        padding-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
 .HotnewsControl .sum strong{
         display: -webkit-box !important;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         white-space: normal;
         overflow: hidden;
         font-weight: normal;
         line-height: 1.4;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: red;
        font-weight:bold;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
.HotnewsControl .HotnewsList .ArticlePostDate{
        color: #d13d3d;
        font-size:12px;
}
.HotnewsControl .HotnewsList .ArticlePostDate::before{
        content:"";
        font-size:12px;
}
@media only screen and (min-width: 768px) {
        .HotnewsControl .HotnewsList .new{
                display: inline-block !important;
                width: 28px;
                height: 10px;
                background-image: url("images/iconnew.gif");
                background-size: cover;
                text-indent: -9999px;
        }
}
@media only screen and (max-width: 768px){
                .HotnewsControl .HotnewsList .HotnewsItem img {
    height: 100px;
    width: 135px;
}
} 
