.ept-notice-box{
            width: 100%;
            height: 100%;
        }
        .ept-notice-box .news-header{
            width: 100%;
            height: 3.4rem;
            position: relative;
            background-image: linear-gradient(to right, #C9E0FF 0%, #5BA1F6 100%);
        }
        .ept-notice-box .news-header:before {
                content: "";
                width: 100%;
                height: 3.4rem;
                background-image: url("/static/qiantai/binfenduocai/img/noticelist.png");
                background-size: 100% 115%;
                background-repeat: no-repeat;
                background-position: 0 -0.8rem;
                display: block;
                position: absolute;
                top: 0;
            }
        .news-header .content {
                position: absolute;
                top: .4rem;
                left: .4rem;
                display: flex;
                flex-direction: column;
                gap: .2rem;
            }
            .news-header .content .back{
                    width: .6rem;
                    height: .6rem;
                    border-radius: 50%;
                    font-size: .28rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    background-color: rgba(255, 255, 255, .2);
            }
           .news-header .content .back .icon-left-click{
                color: #fff;
                font-weight: bold;
            }
            .news-header:after {
                content: "";
                background-color: #f5f7fa;
                width: 100%;
                height: .325rem;
                position: absolute;
                bottom: 0.3rem;
                border-radius: .2rem .2rem 0 0;
                transform: translateY(.3125rem);
            }
            .news-header .content h1,.news-header .content p{
                color: #fff;
            }
            .list-box {
                padding: .2rem;
            }
            .list-box .list-item{
                width: 100%;
                height: 1.8rem;
                background: #FFFFFF;
                border-radius: .2rem;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: .1rem;
                padding: 0 .2rem;
                box-sizing: border-box;
                margin-bottom: .2rem;
            }
            .list-box .list-item .ept-image{
                width: 1.4rem;
                height: 1.4rem;
                border-radius: .2rem;
            }
            .list-box .list-item .ept-image img{
                width: 100%;
                height: 100%;
                border-radius: .2rem;
            }
            .list-box .list-item .content{
                flex: 1;
                display: flex;
                height: 1.7rem;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                gap: .1rem;
            }
            
            .list-box .list-item .content .title{
                font-size: .30rem;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #1e2331;
                max-width: 5.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .list-box .list-item .content .time span{
                font-size: .26rem;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #b6bac2;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
            }
            .list-box .list-item .content .other{
               display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                box-sizing: border-box;
            }
            .list-box .list-item .content .other .price{
                margin: -1rem 0;
            }
            .list-box .list-item .content .other .price .now {
                    font-weight: 700;
                    color: #f84d43;
                    font-size: 0.36rem;
                }
            .list-box .list-item .content .other .price .face {
                margin-right: .28rem;
                line-height: 1.125rem;
                margin-left: .1rem;
                font-weight: 400;
                color: #d2d5dd;
                font-size: .28rem;
                text-decoration: line-through;
                }
            .list-box .list-item .content .other  .price .icon_up {
                display: inline-block;
                width: .2rem;
                height: .2rem;
                background-image: url(/static/qiantai/binfenduocai/img/up.svg);
                background-size: .2rem .2rem;
            }
            .list-box .list-item .content .other  .price .icon_down {
                display: inline-block;
                width: .2rem;
                height: .2rem;
                background-image: url(/static/qiantai/binfenduocai/img/down.svg);
                background-size: .2rem .2rem;
                transform: rotateX(180deg);

            }
            .list-box .list-item .content .other .price .change {
                    font-size: .28rem;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #22b371;
                }
            .list-box .list-item .content .other  .btn a{
                    width: 0.8rem;
                    height: 0.6rem;
                    background-color: #ff5f01;
                    border-radius: .1rem;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: .26rem;
                }
            .list-box .list-item .content .other .stop{
                    background: #C3C7D0;
                }