.privacy-wrap{
    width: 100%;
    height: auto;
}
.privacy-header{
    display: flex;
    width: 100%;
    height: 46px;
    position: relative;
}
.header-left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    box-sizing: border-box;
    padding: 12px 16px;
    width: 100px;
    cursor: pointer;
}
.header-left img{
    width: 24px;
    height: 24px;
}
.header-cen{
    flex: 1;
    height: 16px;
    font-family: Noto Sans CJK, Noto Sans CJK;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}
.art-list{
    box-sizing: border-box;
    padding: 0 16px 22px;
}
.art-list .art-list-item .art-list-item-tit{
    font-family: Noto Sans CJK, Noto Sans CJK;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 10px;
}
.art-list .art-list-item .art-list-item-p{
    font-family: Noto Sans CJK, Noto Sans CJK;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.art-list .art-list-item .art-list-item-tip{
    font-family: Noto Sans CJK, Noto Sans CJK;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

