.header-bgc {
    background: url('//img1.liang520.com/vhuaboss/web/image/story_banner20230719.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: 100% 3rem;
}
ul {
    list-style: none;
}
.ani h1 i b {
    animation: goTops 0.7s linear;
}
.content h1 i::after{
    animation: goTops 0.8s linear;
}
.story{
    animation: goTops 1s linear;
}

@keyframes goTops {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    50% {
        transform: translateY(30px);
        opacity: 0;
    }

    80% {
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}
.header-bgc>div {
    font-size: 0.38rem;
}
.briefInfo {
    padding: 0.7rem 0 0.7rem;
}
/* .briefInfo h1 i b {
    bottom: -0.32rem
}

.briefInfo h1 i::after {
    bottom: -0.32rems
} */
.story {
    width: 12.3rem;
    margin: auto;
    font-size: 0.24rem;
    padding: 0.25rem 0 0 0.4rem;
}
.story img{
    /* width: 4.5rem; */
    height: 4.5rem;
}
.font26 {
    color: #808080;
    font-size: 0.26rem;
}

.font38 {
    color: #000;
    font-size: 0.38rem;
}
.bold-font {
    color: #808080;
    font-size: 0.22rem;
    font-weight: 700;
}
hr {
    color: #F5F5F5;
    margin: 0.5rem 0;

}
.story p {
    color: #808080;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
    line-height: 0.22rem;
}
.story ul li {
    margin-top: 0.3rem;
}
.story ul li:first-of-type {
    border-bottom: 0.01rem solid #F3F3F3;
    padding-bottom: 0.3rem;
}

.story ul li:last-of-type {
    text-align: right;
    margin-bottom: 1rem;
}
