.right-tips {
    width: 310px;
    background: #FFFFFF;
    padding: 0 15px 20px 20px;
    box-sizing: border-box;
}

.right-tips h2 {
    width: 100%;
    height: 52px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
}

.tips-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tips-cont a {
    display: block;
    padding: 0 15px;
    height: 37px;
    background: #F5F5F5;
    border-radius: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 37px;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}