body {
    background: #fff;
}

.banner {
    width: 12rem;
    margin: 0 auto;
    min-height: 5rem;
    /* height: 100%; */
    padding: 0.5rem 0.2rem 0.25rem;
    box-sizing: border-box;
    /* background: #fff; */
}

.banner-title {
    position: relative;
}

.banner-title:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    content: '';
    width: 0.4rem;
    height: 2px;
    background-color: #b6b6b6;
}

.banner-title span {
    color: #B6B6B6;
}

.more {
    font-size: 0.13rem;
    color: #999;
}

.con-lists {
    padding: 0.35rem 0.5rem 0.4rem;
    margin-top: 0.3rem;
    background: #F7F7F7;
    overflow: hidden;
}

.con-lists li {
    height: 0.55rem;
    line-height: 0.55rem;
    border-bottom: 1px solid #ccc;
    padding: 0 0.1rem;
}
.con-lists li p{
    font-size: 0.16rem;
    font-family: sans-serif;
}