.ProductHotList{
    height: 100%;
    width: 570px;
    float: left;
    position: relative;
    margin: 15px 15px;
}
.ProductHotList ul li span{
    float: left;
    color: #2576e2;
    font-size: 15px;
}
.ProductHotList .dynamicTop {
    width: 100%;
    height: 25px;
    border-bottom: #2576e2 solid 2px;
    padding-top: 10px;
}
.ProductHotList .arrow-right{
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #2576e2;
    font-size: 0px;
    line-height: 0px;
    float: left;
    margin-top: 3px;
    margin-left: 6px;
}
.ProductHotList .title {
    font-size: 18px;
    color: #2576e2;
    float: left;
    margin-left: 6px;
    text-align: left;
    width: 160px;
    line-height: 20px;
}
.ProductHotList .more {
    color: #2576e2;
    float: right;
    font-size: 15px;
}

.ProductHotList .link {
    display: block;
    cursor: pointer;
}
.ProductHotList .describe {
    color: #333333;
    font-size: 15px;
}

.ProductHotList .link-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    padding-right: 81px;
}

.ProductHotList .linkTitle {
    color: #666666;
    font-size: 15px;
    margin-left: 18px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    float: left;
}

.ProductHotList .time {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}
.ProductHotList ul {
    margin-top: 13px;
    list-style: none;
}

.ProductHotList ul li {
    height: 27px;
    position: relative;
}