
.UIHotnewsModule_vanban .HotnewsControl {
    margin: 0 0 10px;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsScroll {
    margin: 0;
    overflow: hidden;
}
.UIHotnewsModule_vanban .HotnewsControl .Header {
    background: #fff none repeat scroll 0 0;
    position: relative;
    text-transform: uppercase;
  	padding-top: 10px;
}
.UIHotnewsModule_vanban .HotnewsControl .Header::before {
    //background: rgba(0, 0, 0, 0) url("images/doc.png") repeat scroll 0 0 / 100% 100%;
    bottom: -6px;
    content: "";
    height: 92%;
    left: 10px;
    position: absolute;
    width: 33px;
    z-index: 4;
}
.UIHotnewsModule_vanban .HotnewsControl .Header span {
    background: #ebf1f6;
    background: -moz-linear-gradient(top, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    background: -webkit-linear-gradient(top, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    background: linear-gradient(to bottom, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #014679;
    display: block;
    //padding: 6px 30px 6px 55px;
    position: relative;
    font: bold 15px/27px tahoma;
    height: 30px;
    text-align: center;
  	text-transform: uppercase;
}
.UIHotnewsModule_vanban .HotnewsControl .Header span::after {
    //background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    width: 56px;
}
.UIHotnewsModule_vanban .HotnewsControl .Header span::before {
    //background: rgba(0, 0, 0, 0) url("images/l.png") no-repeat scroll 0 0 / 100% 100%;
    border-top-left-radius: 5px;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    float: left;
    padding: 5px 0 5px 15px;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .HotnewsItem img {
    display: none;
    float: left;
    height: 50px;
    margin-right: 6px;
    vertical-align: top;
    width: 65px;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .HotnewsItem a {
    color: #222222;
    text-decoration: none;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #222222;
    padding-top: 0;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #960c01;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
.UIHotnewsModule_vanban .HotnewsControl .HotnewsList {
    display: inline-block;
    margin: 0;
    padding: 0;
}
