.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e0e0e0
                border-radius: 5px 5px 0 0;
        padding: 0;
        margin: 51px 0 10px 0;
}
.HotnewsControl .Header span {
        line-height: 30px;
        padding: 0px 0px 5px 0px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        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: 460px !important;
}
.HotnewsControl .Header {
        border: none;
        width: 100%;
        display: inline-block;
        position: relative;
        border-bottom: 2px solid #ddd;
}
.HotnewsControl .Header:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #b70100;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: 100%;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        padding: 5px 0px !important;
        width: 100%;
        height: 90px;
}
.HotnewsControl .HotnewsList .HotnewsItem span{
        display:block;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        float: left;
        max-height: 75px;
        margin-right: 10px;
        vertical-align: top;
        width: 120px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        display: block;
        color: #222222;
        text-decoration: none;
        width: 100%;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
}
.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;
        }
        .HotnewsControl .HotnewsList .HotnewsItem img {
    height: 100px;
    width: 135px;
}
}
