.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 > h3 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sliderContent > p {
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sectionTitle {
    position: relative;
    color: #fff;
    flex-grow: 0;
    background-color: #292929;
    padding: 0.2rem 1rem !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    z-index: 2;
    cursor: pointer;
}
.hr {
    position: relative;
    top: 2px;
    width: 100%;
    height: 2px;
    background-color: #bbbcbf;
    margin: 0 0 15px 0;
}
.specialBox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;    
}
.specialCard {
    border: solid 1px #eee;
    border-radius: .25rem;
    overflow: hidden;
}
.specialCard > a >img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
}
.specialTitle {
    text-align: center;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 10px 0 10px;
}
.specialText {
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 20px;
} 
.ownerList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1.5rem;
    margin: 4em 0;
}
.ownerBox {
    position: relative;
    background-color: #eee;
    border-radius: .25rem;
    margin: 20px 0;
}
.ownerImgCont {
    display: flex;
    height: 60px;
}
.ownerImg {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: solid 8px #fff;
    margin: auto;
    transform: translateY(-49px);
}
.ownerTitle {
    text-align: center;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.ownerText {
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 20px;
}
.moreBtn {
    text-align: center;
    color: #fff;
    background-color: #bf2129;
    padding: 10px 16px;
    border-radius: .25rem;
    margin-right: auto;
    cursor: pointer;
}
.economyList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
.economyCard {
    border: solid 1px #eee;
    border-radius: .25rem;
    overflow: hidden;
}
.economyCard > a > .economyImg {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}
.economyCard > a > .economyTitle {
    text-align: center;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 10px 0 10px;
}
.economyCard > a > .economyText {
    text-align: justify;
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 20px;
}
.tabBox.active {
    background: #bf2129;
    color: white;
}
.contList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
.content-box {
    display: none;
}  
.content-box.active {
    display: grid;
}
.boxTab.active {
    background: #bf2129;
    color: white;
}
.content-tabBox {
    display: none;
}
.content-tabBox.active {
    display: grid;
}
.specialNews {
    padding: 0 10px 0 0;
}
.specialNewsItem {
    color: #292929;
    text-decoration: none;
    border-bottom: solid 1px #c0c0c0;
    padding: 10px 0;
    cursor: pointer;
}
.box-advertising {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
    padding: 0.5rem;
}
.box-advertising > li > a > img {
    width: 100%;
}
.provinceslNews {
    padding: 0 10px 0 0;
}
.provincesNewsItem {
    color: #292929;
    text-decoration: none;
    border-bottom: solid 1px #c0c0c0;
    padding: 10px 0;
    cursor: pointer;
}