.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #fdca7b; */
        /* border-radius: 5px 5px 0 0; */
        padding: 0;
        /* margin-top: 40px; */
        /* border: 1px solid #cfd8dc7a; */
        /* border-top: 4px double #c3d0e0; */
}
.HotnewsControl .Header span {
        position: relative;
        padding-left: 2rem;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 38px;
        display: inline-block;
}
.HotnewsControl .Header span:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 0;
    top: 0;
    left: 0;
    border-left: 10px solid #2a77e5;
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: auto;
        padding: 0;
        height: 513px !important;
}
.HotnewsControl .Header {
        /* background: #FFF8E1; */
        /* border-bottom: 1px solid #c3d0e069; */
        /* display: none !important; */
        background: #d1def8;
        height: 38px;
}
div.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0;
        height: auto !important;
        /* background: #f8f8f8; */
        margin-top: 10px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        padding: 10px 0px;
        font-size: 14px;
        /* min-height: 75px; */
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        display: block;
}
div.HotnewsControl .HotnewsList .HotnewsItem+.HotnewsItem{
        border-top: 1px dashed #ddd;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        float: left;
        margin-right: 10px;
        vertical-align: top;
        width: 171px;
        border-radius: 3px;
        margin-top: 3px;
        transition-duration: .3s;
        object-fit: contain;
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #0A2458;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
        padding-left: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem a:hover span{
        color: #ffba28;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        position:relative;
}
.HotnewsControl .HotnewsList .HotnewsItem:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #888;
    position: absolute;
    top: 18px;
    left: 0px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222020;
        padding-top: 0;
        display: block;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        font-size: 15px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl{
                width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
        div.HotnewsControl .HotnewsScroll{
                height: 65vw !important;
                max-height: 65vw !important;
                min-height: 65vw !important;
        }
}
