

.hot-topics {
    width: 242px;
    margin-bottom: 40px;
    padding: 0 20px 27px 20px;
    border: 1px solid #EDEDED;
    border-top: 0;
}

.pendant-red-line {
    width: 284px;
    height: 2px;
    background: #D50000;
    margin-left: -21px;
}

.hot-topics-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
}

.hot-topics-allimg {
    margin: 20px auto 0;
    overflow: hidden;
}

.hot-topics-allimg a{
    float: right;
    width: 114px;
    height: 64px;
    overflow: hidden;
}

.hot-topics-allimg img {
    display: block;
    width: 114px;
    height: 64px;
    transition: all 0.5s;
}
.hot-topics-allimg a:hover img{
    transform: scale(1.2,1.2);
}

.hot-topics-allimg a.hot-topics-leftimg {
    float: left;
}

.hot-topics-list {
    padding: 10px 0 0 0;
}

.hot-topics-list a {
    display: inline-block;
    max-width: 242px;
    height: 20px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
}

.hot-topics-list a:hover {
    color: #d50000;
}