.forest-tag-wrap {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    margin-right: -7.5px;
    height: 70px;
    flex-wrap: wrap;
    overflow: hidden;
}

.forest-tag-wrap.open {
    height: auto;
}

.forest-tag-item {
    padding: 0 7.5px 7.5px 0;
    width: 20%;
    height: 37.5px;
}

.forest-tag-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.forest-tag-item.active .forest-tag-btn {
    border: 1px solid #009944;
    color: #fff;
    background: #009944;
}

.forest-tag {
    /*line-height: 2;*/
    text-align: center;
    font-size: 14px;
}

.forest-item-wrap {
    display: inline-block;
    padding: 0 0.3rem 0.3rem 0;
    width: 49%;
}

.forest-cover {
    padding-top: 70%;
}

.forest-title {
    padding: 10px 0 5px;
    line-height: 1;
}

.forest-list {
    padding: 15px 0 0;
    margin-right: -15px;
}

.forest-item {
    display: block;
}

.forest-wrap {
    width: 100%;
    height: 150px;
}

.forest-desc {
    margin: 15px 0;
}

.h-list-cont {
    font-size: 12px;
}