* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

.text_more {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_more_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 鏄剧ず鐨勮鏁� */
    overflow: hidden;
    text-overflow: ellipsis;
}


.pointer {
    cursor: pointer;
}

.bg_red_1 {
    background: linear-gradient(270deg, #FFFFFF 0%, #FED8D8 97%);
}

@font-face {
    font-family: Source Han Serif CN;
    src: url(./SOURCEHANSERIFCN-LIGHT.TTF);
}

@font-face {
    font-family: Source Han Sans;
    src: url(./SourceHanSansCN-Regular.otf);
}