@import ;

/*列表*/
.new_list .wrap_head h3 {
    position: relative;
    padding-left: 1.5rem !important;
}

.new_list .wrap_head h3:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #36ad9e;
    width: 0.5rem;
    height: 1rem;
    border-radius: 1rem;
    top: 0.4rem;
    left: 4%;
}

.pagebreak {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagebreak li {
    float: left;
}

.pagebreak a {
    display: block;
    line-height: 2rem;
    border-radius: 1rem;
    background: #f5f5f8;
    border-radius: 20px;
    min-width: 30px;
    text-align: center;
    width: 6rem;
    margin: 1rem 0.4rem 2rem 0.4rem;
    float: left;
}
.more {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    width: 150px;
    height: 20px;
    margin: 10px auto!important;
    text-align: center;
    color: #404040;
    border: 1px solid #404040;
    border-radius: 50px;
}