.HotnewsControl {
        padding: 0;
        margin-bottom: 10px;
        min-height: 400px;
        height: 400px;
}
.HotnewsControl .ArticlePostDate {
        color: #979797;
        font-size: 0.9rem;
        margin-top: 5px;
}
.HotnewsControl .Header span {
        color: #fff;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 10px;
        line-height: 35px;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: 380px !important;
}
.HotnewsControl .Header {
        text-align: left;
        width: 100%;
        background: #0A61C9;
        height: 35px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: block;
        padding: 0.7rem 5px !important;
        text-align: justify;
        font-size: 14px;
        border-bottom: 1px solid #EEE;
}
.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;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
        line-height: 1.3;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0A61C9;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl_GetAll>a{
        color: #0d7840 !important;
        font-size: 13px !important;
}
@media only screen and (max-width: 768px){
        td>.HotnewsControl {
                padding: 5px 10px 15px 10px !important;
                margin-bottom: 10px;
        }
        .HotnewsControl .HotnewsScroll {
                height: auto !important;
                max-height: 350px;
        }
}
