
.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{
    font-size: 13px;
}
.newsItem>h4 {
    color: #555;
}

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

.hotItem {
    border-bottom: 1px dashed #dee2e6;
    position: relative;
}

.hotItem>a {
    word-break: break-all;
    display: block;
}

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