.HotnewsControl {
        margin: 0 0 10px;
}
.HotnewsControl .Header span {
    margin-bottom: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #222;
    padding-left: 20px;
    line-height: 35px;
}
div.HotnewsControl .HotnewsScroll {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: #dfe0e4 #dfe0e4 #dee0eb;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        margin: 0;
        overflow: scroll;
        overflow-x: hidden;
        min-height: 481px;
        max-height: 481px;
}

.HotnewsControl .Header {
        background: url("images/menu-bg.jpg") no-repeat left center;
        height: 40px;
        background-size: cover;
        display: none;
}
.HotnewsControl .HotnewsList {
        display: inline-block;
        margin: 0;
        padding: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
        clear: both;
        float: left;
        padding: 12px 0 12px 5px !important;
        border-bottom: 1px dashed #ccc;
        width: 100%;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        /* display: none; */
        float: left;
        height: 92px;
        margin-right: 6px;
        vertical-align: top;
        width: 138px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #255094;
        padding-top: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
        font-weight: bold;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        padding-top: 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #960c01;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
div.HotnewsControl .HotnewsScroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

div.HotnewsControl .HotnewsScroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

div.HotnewsControl .HotnewsScroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
