.about_park {
    padding: 0 !important;
}

.bg-light {
    background: #fff !important;
}

.block_nav {
}

.position-relative {
    position: relative;
}

.top_banner {
}

.top_banner .banner_title {
    position: absolute;
    top: 16vw;
    left: 13vw;
}

.top_banner .banner_title .big_title {
    font-size: 3.91vw;
    font-weight: bold;
    letter-spacing: 1vw;
}

.top_banner .banner_title .small_title {
    font-size: 1.3vw;
    line-height: 2em;
    letter-spacing: 0.5vw;
}

.top_banner .banner_title_mobile {
    position: absolute;
    top: 16vw;
    left: 13vw;
}

.top_banner .banner_title_mobile .big_title {
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: 1vw;
    position: relative;
    left: -16px;
}

.top_banner .banner_title_mobile .small_title {
    font-size: 3vw;
    line-height: 2.2em;
    letter-spacing: 0.5vw;
}

/* cate_nav */

.news_list_container {

}

.news_list_m {
    box-sizing: border-box;
    width: 83.3vw;
    margin: 0 auto;
}

.news_list_m:active {
    background: #eee;
}

.news_list_m h1 {
    font-size: 4.19vw;
    font-weight: bold;
}

.news_list_m .p_time {
    color: var(--font-color-gray);
    padding-bottom: 10px;
}

.news_list_m .thumb img {
    width: 100%;
}

.news_list_m .desc {
    padding-top: 10px;
    padding-bottom: 9.3vw;
    font-size: 3.72vw;
    color: var(--font-color-light);
    line-height: 2em;
}

.news_list {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 34px;
    cursor: pointer;
    box-sizing: border-box;
}

.news_list:hover {
    background: #eee;
}

.news_list .p_time {
    color: var(--font-color);
    width: 20%;
    font-size: 16px;
    max-width: 100px;
}

.news_list .news_brief {
    width: 50%;
    max-height: 606px;
    overflow: hidden;
}

.news_list .news_brief h1 {
    font-size: 22px;
    font-weight: bold;
}

.news_list .news_brief .desc {
    padding-top: 20px;
    line-height: 2em;
    font-size: 18px;
}

.news_list .thumb {
}

.news_list .thumb img {
    width: 264px;
    height: 200px;
    border-radius: 0;
}

.block_cutline {
    width: 83.3vw;
    margin: 0 auto;
    box-sizing: border-box;
}

.block_cutline:after {
    box-sizing: border-box;
    display: block;
    content: " ";
    border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 992px) {
    .block_cutline {
        padding: 20px 4.8vw;
    }

    .pagination {
        margin-bottom: 120px;
    }
}