.yn .list-box {
    width: 100%;
    position: relative;
}

.yn .list-box .list-image img {
    width: 100%;
    min-width: 100%;
    border-radius: 4px;
    height: 200px;
    object-fit: cover;
}

.yn .list-box .list-title {
    text-decoration: underline;
    position: absolute;
    left: 12px;
    bottom: 10px;
    color: #fff !important;
    z-index: 100;
    cursor: pointer;
}

.yn .list-box .list-title:hover {
    text-decoration: unset;
}

.list-title-shadow {
    width: 100%;
    background: url(https://data.travelchinaguide.com/images/tcg/picture/others/bg-black-40.png) repeat;
    position: absolute;
    height: 40px;
    bottom: 0px;
}

.col-left-6 {
    float: left;
    width: 50%;
}

.yn li {
    list-style: none;
}

.yn .letter {
    padding: 2px 0 0 35px;
    color: #FFF;
    background: url(https://data.travelchinaguide.com/images/background/bg/bg_letter_blue.gif) no-repeat 20px 6px;
    font-weight: normal;
}

.yn .letter-city {
    padding: 0 0 5px 35px;
    margin: 7px 0px;
    background: url(https://data.travelchinaguide.com/images/background/icon/p-cityguide-01.png) no-repeat 15px 0px;
    font-weight: normal;
}

.yn .letter-city a {
    color: #36C;
    text-decoration: underline;
    word-wrap: break-word;
}

@media (max-width: 479px) {}