.lists .tips {
    margin-top: .6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: flex;
}

.lists .tips .block_one {
    width: 5px;
    height: 1.8rem;
    background-color: #7d7e7e;
}

.lists .tips .title{
    margin-left: .25rem;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(to right, #c2bf99, #fdfdfe); /* 标准的语法（必须放在最后） */
}

.lists .bor {
    width: 93%;
    margin: 1rem auto ;
    text-align: center;
    border: 1px dotted #929292;
}
.lists .bor img {
    padding: 2%;
    width: 96%;
}