.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    padding: 0;
    margin: 0 0 10px 0;
}

.HotnewsControl .Header {
    text-align: center;
    background: #e79a10;
    padding: 15px 20px;
    line-height: 1.2;
}

.HotnewsControl .Header span {
    margin: auto;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.HotnewsControl .HotnewsScroll {
    margin: 0;
    height: 100% !important;
    max-height: 350px !important;
    overflow: hidden;
    padding: 0;
}

.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0 5px;
}

div.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left top 15px;
    clear: both;
    padding: 5px 0 5px 12px;
}

.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;
}

.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #00458a;
}

.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}

@media only screen and (max-width: 768px) {
    div.HotnewsControl {
        padding: 0;
        border-radius: 0;
        margin: auto;
        margin-bottom: 10px;
        width: calc(100vw - 10px);
    }
}