.hot{
    width: 300px;
}
.hot .head{
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    border-bottom: 1px solid #3068E5;
}
.hot ul{
    color: #3068E5;
    list-style: disc;
}
.hot ul li{
    margin-bottom: 20px;
    margin-left: 15px;
}
.hot ul li::marker{
    font-size: 12px;
}
.hot ul li>a{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    margin-left: -4px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.hot ul li>a:hover{
    color: #3068E5;
}
