.imgDetail {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: .25rem;
}
.icon-share {
    width: 25px;
    height: 25px;
    border-radius:50%;
    margin-left: 13px;
    text-align: center;
}
.icon-share i {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}
.listTitle {
    background-color: #eee;
    border-radius: .25rem .25rem 0 0;
    padding: 20px;
    border-bottom: solid 1px #919191;
}
.tag-item {
    color: #3a3a3a;
    display: block;
    float: right;
    margin-left: 10px;
    background: #ededed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 3px 20px;
}
.send {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #bf2129 !important;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
}
.send:hover {
    background-color: #a51920 !important;
}
.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;
}
.specialNews > a:last-child .specialNewsItem{
    border-bottom: none;
}
.swiper {
    width: 100%;
    height: 100%;
}
.sliderBg {
    background-color: #eee;
}
.sliderImg > img {
    display: block;
    width: 100%;
    min-height: 130px;
    height: auto;
    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;
}