
.HotnewsControl {
    background: #fff none repeat scroll 0 0;
    
    border-radius: 5px 5px 0 0;
    margin: 10px 0;
}
.HotnewsControl .Header span {
    color: #fff;
    font-family: "Anton", sans-serif;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 36px;
    margin-top: 20px;
}
.HotnewsControl .HotnewsScroll {
    margin: 0;
        min-height: 195px!important;
    max-height: 195px !important;
    overflow: hidden;
    padding: 0;
         border: 1px solid #eee;
}
.HotnewsControl .Header {
            background: #14952b;
    height: 36px;
    color: #fff;
   }
.HotnewsControl .HotnewsList {
    clear: both;
    display: block;
    padding: 0px!important;
       
        background: transparent;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    clear: both;
    padding: 5px 0 5px 12px;
        line-height: 20px!important;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 50px;
    margin-right: 6px;
    vertical-align: top;
    width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: #333;
    text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #333;
    padding-top: 0;
        font-size: 14px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:before{ 
content: "\2022";
    color: #ff0000;
    font-weight: bold;
    margin-right: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #00458a;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}

@media (max-width: 1023px){
        .HotnewsControl{
        	padding: 10px!important
        }
}