
.channel-parallel .news-list li{
    white-space: normal;
    overflow: auto;
    height: auto;
    background-position-y: 16px;
}
.news-list ul{
    /*height:160px;*/
    overflow:hidden;
}
.hotlist {
    /*background: url(/dm-844bc18938a97dba/insights/style/KLUv_SA8zQEAYgMMEKA9nFbR47czU9Vn3ub_RyHGpVS-Tz8IIJp9HRWFK25pos7JGuc7Z5tlSHW8g_AEAQBEgyoD) no-repeat left 13px;*/
    background:none;
    position: relative;
}
.hotlist li{
    padding: 10px 0 8px 45px;
    white-space: break-spaces;
    line-height: 28px;
    height: auto;
    position: relative;
}
.hotlist li:before {
    position: absolute;
    left: 5px;
    top: 13px;
    width: 20px; 
    height: 20px; 
    background-color: #ebeae8; 
    color: #a5999d;
    text-align: center;
    line-height: 20px;
    padding:1px;
    border-radius: 5px;
        font-size: 15px;
}
.hotlist li:nth-child(1):before {
    content: "1";
    color: #fff;
    background-color: #d20529;
}
.hotlist li:nth-child(2):before {
    content: "2";
    color: #fff;
    background-color: #dd6d1c;
}
.hotlist li:nth-child(3):before {
    content: "3";
    color: #fff;
    background-color: #fcc13e;
}
.hotlist li:nth-child(4):before {
    content: "4";
}
.hotlist li:nth-child(5):before {
    content: "5";
}
.hotlist li:nth-child(6):before {
    content: "6";
}
.hotlist li:nth-child(7):before {
    content: "7";
}
.hotlist li:nth-child(8):before {
    content: "8";
}
.hotlist li:nth-child(9):before {
    content: "9";
}
.hotlist li:nth-child(10):before {
    content: "10";
}
