@import url("../bzsm/style.min.css");

.huanglichaxun-body {
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.huanglichaxun-body a {
    display: block;
    width: 130px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: rgb(254, 239, 199);
    border: 1px solid #ecc661;
    margin-top: 20px;
    border-radius: 8px;
}

.huanglichaxun-body a span {
    font-size: 18px;
}

.clear {
    display: block;
    height: 10px;
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
}