@import "1c5ab1b7b11543b39899219dc736c0a8.css";
@import "bootstrap.min.css";
@import "slick.css";
@import "styles.min.css";
@import "res_tab_icon.css";
@import "style.min.css";
@import "styles.css";
@import "main.min.css";
@import "styles.css";
@import "app.css";

.header .header-bottom .left a img, .footer-top .logo-container img {
    margin-left: 0;
}

img {
    max-width: 100%;
}

.post-item img {
    height: 100%;
    object-fit: cover;
}

.post-item .img {
    position: relative;
    height: 100%;
}

.post-item .img .label {
    position: absolute;
    top: 10px;
    right: -10px;
    background-color: #17a347;
    color: #ffffff;
    padding: 5px;
    font-weight: 600;
}


.post-item .info small {
    color: #9e9e9e;
    font-size: 12px;
}

.post-item .summary {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 5px;
}

.page-header {
    background-color: #17a347;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 600;
}

.sidebar-header {
    color: #17a347;
    padding: 8px 0 15px;
    font-weight: 600;
}

.sidebar-item {
    margin-bottom: 10px;
}

.sidebar-item img {
    height: 100%;
    object-fit: cover;
}

.sidebar-item .title {
    font-size: 14px;
    line-height: 16px;
}

.sidebar-item .title a {
    color: #000000;
}

.sidebar-item .title a:hover {
    color: #17a347;
}

.pagination {
    justify-content: center;
}

.pagination li:before {
    content: none;
}

.read-top .title {
    font-weight: 600;
    color: #17a347;
}

.index-post-item .img {
    margin-bottom: 15px;
}

.index-post-item img {
    object-fit: cover;
}

.index-post-item .content {
    padding: 5px;
}


.index-post-item .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5rem;
}

.index-post-item .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 16px;
}

.post-footer {
    background-color: #e5e5e5;
    padding: 5px 10px;
    border-radius: 4px;
}

.post-footer p {
    margin-bottom: 0;
    line-height: 15px;
    font-size: 14px;
    color: #9e9e9e;
}

.sidebar-content a.logo {
    display: block;
    width: 100%;
    text-align: center;
}

.sidebar-content a img {
    padding: 10px;
    max-width: 100%;
}