.listTitle {
    background-color: #eee;
    border-radius: .25rem .25rem 0 0;
    padding: 20px;
    border-bottom: solid 1px #919191;
}
.listCard {
    background-color: #eee;
    margin: 5px 0;
}
.listCard > a {
    display: flex;
    justify-content: start;
    align-items: center;
}
.listCard > a > img {
    display: block;
    width: 280px;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 0 .25rem .25rem 0;
}
.contListContent {
    padding: 20px;
}
.contListContent > h3 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contListContent > p {
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contListContent > span {
    color: #494949;
    font-size: 13px;
}
.commerceCard > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: .25rem;
}

.commerceCard > h5 {
    color: #292929;
    padding: 6px;
    text-align: center;
}
.specialNewsTitle {
    font-size: 22px;
    background-color: #eee;
    border-radius: .25rem;
    padding: 20px;
    color: #bf2129;
}
.specialNews {
    padding: 10px 25px;
    background-color: #eee;
    margin: 5px 0;
}
.specialNewsItem {
    color: #292929;
    text-decoration: none;
    border-bottom: solid 1px #c0c0c0;
    padding: 10px 0;
    cursor: pointer;
}
.swiper {
    width: 100%;
    height: 100%;
}
.sliderBg {
    background-color: #eee;
}
.sliderImg > img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: .25rem;
}
.sliderContent > h6 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textP {
    color: #292929;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}