.AdvertContent img {
    margin: 2px 0px;
}
.HotnewsControl {
        padding: 0;
        margin-bottom: 20px;
        min-height: 300px;
        /* height: 400px; */
}
.HotnewsControl .ArticlePostDate {
        color: #979797;
        font-size: 0.9rem;
        margin-top: 5px;
}
.HotnewsControl .Header span {
        color: #FFF;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 10px 1rem;
        background: #114d8d;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: inline-block;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: 300px !important;
}
.HotnewsControl .Header {
        height: 42px;
        text-align: left;
        width: 100%;
        border-bottom: 2px solid  #114d8d;
        margin-bottom: 10px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: block;
        padding: 2px 5px !important;
        text-align: justify;
        font-size: 12px;
        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;
            font-size: 12px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #ed0e18;
}
.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;
        }
}
