<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.guide-list {
    overflow-x: hidden;
}

.guide-list ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.guide-list ul li {
    width: 276px;
    flex-shrink: 0;
    margin-bottom: 40px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px 5px;
}

.guide-list ul li .til {
    display: -webkit-box;
    height: 60px;
    padding: 5px 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.guide-list ul li .til h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65em;
}

.guide-list ul li .label2,
.guide-list ul li .times,
.guide-list ul li .people-num {
    padding: 1px 15px;
    color: rgb(154, 154, 154);
    font-size: 14px;
}

.guide-list ul li .label2 {
    overflow-x: hidden;
}

.guide-list ul li .times {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 7px;
    padding-top: 10px;
}

.guide-list ul li .people-num {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #ddd;
}

.guide-list ul li .cover-img {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

.guide-list ul li .cover-img img {
    width: 272px;
    height: 148px;
}

.art-con-text {
    color: #333333;
    font-size: 14px;
}

@media screen and (max-width: 480px) {

}

@media (min-width: 1200px) {
    .guide-list ul {
        width: 1230px;
        justify-content: flex-start;
    }
}
</pre></body></html>