.card-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: block;
}

.card-img,.card-img a {
    position: relative;
    height: 100%;
}

.collections {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

h3.city-title {
    margin: 0;
    font-size: 16px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.card {
    border-radius: 6px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 20px 30px #04083214;
    transition: .35s ease;
}
.card:hover {
    
}
.card .card-content {
    text-align: right;
    padding: 20px;
    background: #fff;
}

.card .card-title a {
    color: #07304c;
    transition: .14s ease;
}

.card .card-title {
    font-weight: bold;
    margin: 0;
    font-size: 17px;
    line-height: 25px;
}

p.card-more {
    margin-top: 10px;
    text-align: left
}

.card-time {
    margin: 0;
    font-size: 14px;
    color: #868686;
    display: block
}

.card-more a {
    background: #07304c;
    font-size: 15px;
    font-weight: 900;
    display: block;
    text-align: right;
    width: fit-content;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.card-img a {
    display: block
}

.cities-boxs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

a.city-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 5px;
    text-align: center;
    font-weight: 600;
    flex: 1;
    min-width: 120px;
    transition: .35s ease;
    border: 1px solid #eee;
}
a.city-box:hover {
    box-shadow:0 0 27px rgba(0,0,0,.2)
}
@media only screen and (max-width: 982px) {
    .card {
        width: 95%;
        margin-bottom: 25px;
        margin-right: 3%;
    }
}

@media only screen and (max-width: 550px) {
    a.city-box {
        width:calc(50% - 10px)
    }

    .card-img a {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .card-img img {
        height: auto;
    }
    .card .card-content {
        padding: 9px 13px
    }

    .card .card-title {
        height: auto;
        line-height: 24px;
        margin-bottom: 17px
    }

    .card .card-title a,.card-more a {
        font-size: 14px
    }
}

@media only screen and (min-width: 982px) {
    .card {
        width: calc(25% - 20px);
    }

}


.card-img {
    height: 230px;
    position: relative;
}

a.city-box svg {
    width: 40px;
    display: block;
    fill: #6f3583;
    margin: 0 auto 10px;
}

.card-2 {
    margin: 10px;
    width: calc(25% - 20px);
}

@media(max-width:1023px) {
    .card-2 {
        width: calc(33.33% - 20px);
    }
}

@media(max-width:767px) {
    .card-2 {
        width: calc(50% - 20px);
    }
}

.card-2-img {
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #0000004a;
}

.card-2-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
}

span.card-2-time {
    display: block;
    font-size: 14px;
    color: #8f46a7;
    font-weight: 700;
}

p.card-2-title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    transition: .45s ease;
}

.card-2-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000099;
    opacity: 0;
    transition: .78s ease;
}

.card-2:hover .card-2-img a:before {
    opacity: 1;
}

.card-2:hover p.card-2-title a {
    color: #8f46a7;
}

.card-img a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000052;
    z-index: 8;
    border-radius: 6px;
    transition: .45s ease;
    opacity: 0;
}

.card:hover .card-img a:before {
    opacity:1
}

.card:hover .card-title a {
    color: #c01b1b;
}

span.category {
    display: inline-block;
    margin-bottom: 15px;
    background: #eee;
    padding: 3px 14px;
    border-radius: 25px;
    font-size: 17px;
}