.new{
    margin:20px 0;
}

.new-list {
    display: flex;
    flex-direction: column;
}

.new-list .new-list-sub {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.new-list .new-list-sub:first-child {
    display:none!important;
}
.new-list-sub-title {
    width: 800px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0;
}

.new-list-sub-title span {
    font-size: 26px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #0A5FBC;
}

.new-list-sub-title::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/cms_files/webhangzhourendawang/pubtplobject/defaultSet/690812/images/newList-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.new-list-sub-more {
    margin-left: auto;
}

.new-list-sub ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.new-list-sub ul li .list-title span {
    width: 770px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: Helvetica;
    line-height: 25px;
}