body {
    font-size: 18px;
}

a:hover {
    color: rgb(35, 165, 204) !important;
}

.topimg_center {
    height: 330px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.topimg_lr {
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.site-footer {
    line-height: 39px;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.aside_img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}

.list_tit {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.marb10 {
    margin-bottom: 10px;
}

.marb20 {
    margin-bottom: 20px;
}

.min_main {
    min-height: 68vh;
}

.post .entry-body a {
    color: rgb(35, 165, 204);
}

.post .entry-body img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.entry-date {
    font-size: 16px;
    letter-spacing: 1px;
}