.biaoti h1 {
    text-align: center;
    font-size: 1.2rem;
    color: rgb(35, 137, 145);
    margin-top: 1rem;
}

.liebiao {
    width: 85%;
    margin: 1rem auto;
    position: relative;
    font-size: 0.55rem;
    padding-left: 1rem;
}



.liebiao h1 {
    font-size: 0.9rem;
}

.liebiao h1:before {
    content: '';
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgb(179, 179, 179);
    left: 0.1rem;
    top: 0.3rem;
    border-radius: 100%;

}