.hotNewsContainer {
    width: 100%;
}

img {
    width: 100%;
    height: 100%;
}

.hotNewsHead {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    line-height: 50px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.hotNewsHeadIcon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.hotNewsLi {
    width: 100%;
    height: 61px;
    line-height: 61px;
    border-top: 1px solid rgba(151, 151, 151, 0.19);
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.hotNewsLiIcon{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
font-family: WenYue-XinQingNianTi-NC-W8, WenYue-XinQingNianTi-NC;
font-weight: normal;
color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}
.numberImg{
    width: 10px;
    height: 18px;
    display: block;
}
.numberImgs{
    width: 15px;
    height: 18px;
    display: block;
}