.art-box-r {
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    padding: 20px;
}

.art-box-tl {
    line-height: 28px !important;
}

.smk-section-essential .box {}

.smk-section-essential .title {
    padding: 15px 20px;
    background-color: #f1f8fe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.smk-section-essential .content {
    padding: 25px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.smk-section-special .content {
    padding: 15px 20px;
    border-radius: 5px;
}

.smk-container .columns-2 .grid-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px;
    float: left;
}

.smk-card-all {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.smk-card-all .smk-card {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    height: 176px;
}

.smk-card-all .smk-card .smk-card-pic {
    width: 40%;
}

.smk-card-all .smk-card .smk-card-pic img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    height: auto;
    border-radius: 5px;

    height: 176px;
}


.smk-card-all .smk-card .smk-card-con {
    width: 57%;

    border-bottom: 1px solid #e5e5e5;
}

.smk-card-all .smk-card .smk-card-con .title {
    font-size: 18px;
    font-weight: 700;
    color: #000;

    height: 40px;
    line-height: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.smk-card-all .smk-card .smk-card-con .summary {
    font-size: 15px;
    margin-top: 6px;
    color: #444;

    height: 90px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.smk-city-hot img {
    height: 223px;
    min-height: 223px;
    object-fit: cover;
}

.smk-seo-index-header {
    background-size: cover;
    background-image: url(/template/1/travel1/images/article/article-header.png);
}

@media (max-width: 479px) {
    .smk-mb-left {
        text-align: left;
    }

    .smk-container .columns-2 .grid-item {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 0;
        float: left;
    }

    .smk-card-all .smk-card {
        display: block;
        height: 100%;
    }

    .smk-card-all .smk-card .smk-card-pic {
        width: 100%;
    }

    .smk-card-all .smk-card .smk-card-con {
        width: 100%;
        padding-bottom: 10px;
    }

    .smk-card-all .smk-card .smk-card-con .title {
        height: 60px;
        -webkit-line-clamp: 3;
    }

    .smk-city-hot img {
        height: 154px !important;
        min-height: 154px !important;
    }

    .smk-seo-index-header {
        background-image: url(/template/1/travel1/images/article/article-header-mb.jpg);
    }
}