.yn .list-box {
    width: 100%;
    border: 1px solid var(--yn-main-bg-color);
    background-color: var(--yn-white-main);
    border-radius: 8px;
}

.yn .list-box .list-image img {
    width: 100%;
    min-width: 100%;
    border-radius: 4px;
    height: 160px;
    object-fit: cover;
}

.yn .list-box a {
    text-decoration: unset;
    color: var(--yn-font-color-main);
}

.top-content {
    padding: 10px;
}

.yn .list-box .tindex {
    min-width: 28px;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: var(--yn-main-color);
    color: var(--yn-font-color-main);
    border-radius: 4px;
    margin-right: 8px;
}

.yn .list-box .list-title p {
    padding: 0;
    margin-bottom: 0;
}

.yn .list-box .list-title p.text {
    cursor: pointer;
    min-height: 34px;
    max-height: 68px;
    line-height: 34px;
    font-size: 18px;
    color: #000;

}

.yn .list-box .list-title p {}

.yn .list-box .list-title p.text:hover {
    text-decoration: underline;
}

.yn .content {
    font-size: 14px;
    color: #333;
}

.yn .yn-list-item {
    font-size: 14px;
    color: #333;
}

.yn .yn-list-item a {
    font-size: 14px;
    color: #333;
}

.yn .yn-list-item .list-title:hover {
    text-decoration: underline;
}

.yn .content {
    font-size: 14px;
    color: #333;
}

.col-left-6 {
    float: left;
    width: 50%;
}

.yn .type-box {
    background-color: var(--yn-main-bg-color-1);
    padding: 10px;
    border-radius: 8px;

}

.yn .type-box img {
    min-width: 100%;
    border-radius: 4px;
    height: 145px;
    object-fit: cover;
}

.yn-city-content .box {
    display: block;
    flex-direction: unset;
    width: 100%;
}

.yn-city-content .box .left {
    width: 100%;
}

.yn-city-content .box .right {
    width: 100%;
    margin-right: 0px;
}

@media (min-width:576px) {
    .yn-left-ads {
        display: flex;
    }

    .yn-ad-left {
        padding: 0 6px;
    }
}

@media (min-width:992px) {
    .yn .list-box {
        background-color: var(--yn-main-bg-color-0);
    }

    .yn-city-content .box {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
    }

    .yn-city-content .box .left {
        width: 80%;
    }

    .yn-city-content .box .right {
        width: 20%;
        margin-right: 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 101px;
    }

    .yn-left-ads {
        display: block;
    }

    .yn-ad-left {
        padding: 0;
    }
}

