
.forbidStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}


.stimulateStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.footer p {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #eee;
    margin-bottom: 0;
}

.footer {
    background-color: #666;
    padding: 30px 0;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.logo_img {
    max-width: 210px;
}

header .site-title {
    text-align: center;
}

.breadcrumb_c {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget_recent_entries ul img {
    height: 130px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.widget_recent_entries ul img:hover {
    opacity: 0.8;
}

.widget_recent_entries ul .tit {
    margin-bottom: 10px;
    font-size: 16px;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-size: 16px;
}

.article_content {
    border-top: 1px #eee solid;
    padding-top: 25px;
}

.about_page {
    padding: 30px;
}

.article-content {
    padding: 30px;
}

.list_item {
    padding: 30px;
}

.list_item img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

.list_item p {
    color: #999;
}

.list_item img:hover {
    opacity: .8;
}

.list_item .tit {
    font-size: 20px;
}

.cate_tit {
    background-color: #fff;
    padding: 20px 30px;
}

.navigation .nav-links a {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
}

.top_art {
    padding: 20px;
    margin-bottom: 20px;
}

.top_art img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.top_art img:hover {
    opacity: .8;
}

.top_art p {
    color: #999;
    margin-bottom: 0;
}

.top_art .title-line {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: relative;
    margin-top: -34px;
    font-size: 16px;
    padding: 5px 10px;
}

.top_art .title-line a {
    color: #fff;
}

.top_art .title-line a:hover {
    color: #7fcc73;
}

.slicknav_nav a:hover {
    color: #7fcc73;
}

.widget_recent_entries2 ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_recent_entries2 ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-content .time {
    margin-bottom: 20px;
}

.article-content a {
    color: #7fcc73;
}

.page404_tit {
    font-size: 28px;
}

@media (min-width: 992px) {
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        width: 210px;
    }
    .side-content-holder {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .about_page {
        min-height: 460px;
    }
}
.ruinStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

