.CatalogLastList{
    height: 100%;
    width: 340px;
    float: left;
    position: relative;
    padding: 0 36px 0 36px;
}
.CatalogLastList .dynamicTop {
    width: 100%;
    height: 25px;
    border-bottom: #0E6EB8 solid 2px;
    padding-top: 20px;
}
.CatalogLastList .arrow-right{
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #0E6EB8;
    font-size: 0px;
    line-height: 0px;
    float: left;
    margin-top: 3px;
    margin-left: 6px;
}
.CatalogLastList .title {
    font-size: 18px;
    color: #0E6EB8;
    float: left;
    margin-left: 6px;
    text-align: left;
    width: 97px;
    line-height: 20px;
}
.CatalogLastList .more {
    color: #867f7f;
    float: right;
    font-size: 15px;
}

.CatalogLastList .link {
    color: #666666;
    font-size: 15px;
    margin-left: 18px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.CatalogLastList .linkTitle {
    float: left;
}

.CatalogLastList .time {
    float: right;
    font-size: 13px;
}
.CatalogLastList ul {
    margin-top: 13px;
    list-style: none;
}

.CatalogLastList ul li {
    height: 27px;
}