
.commonPage {
    text-align: center;
}

.pagination {
    justify-content: center;
}

.newsItem {
    position: relative;
    min-height: 142px;
    padding-left: 200px !important;
}

.newsItem>img {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 160px;
    height: 100px;
    margin-top: -50px;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
}
.newsItem>.cTime{
    font-size: 12px;
    opacity: .5;
}
.newsItem>.content{
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 6px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsItem>h4 {
    color: #555;
}

.newsItem:hover h4 {
    color: var(--primary);
}

.hotItem {
    border-bottom: 1px dashed #dee2e6;
    position: relative;
    min-height: 60px;
    padding-left: 68px;
}

.hotItem>img {
    position: absolute;
    top: 14px;
    left: 0;
    width: 56px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.hotItem>a {
    word-break: break-all;
    display: block;
    font-size: 14px;
    line-height: 1.35;
}

.hotItem>small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    opacity: .65;
    margin-top: 4px;
}

.hotItem:hover span {
    color: var(--primary) !important;
}
