
.page1 {
    width: 100%;
    height: 100vh;
}
.page1_text {
    width: 100%;
    height: 20vh;
    line-height: 32vh;
    text-align: center;
    font-size: 22px;
    color: #5C715E;
    letter-spacing: 4px;
}

.page1_image {
    width: 90%;
    height: 70vh;
    margin-left: 5%;
    margin-top: 2vh;
}

.page1_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page1_scrool {
    width: 100%;
    margin-top: -12px;
    display: flex;
    justify-content: center;
}

.page1_scrool_text {
    writing-mode: vertical-lr;
    font-size: 12px;
    letter-spacing: 2px;
    color: #888888;
}

.exa {
    width: 100%;
    float: left;
}

.exa_title {
    font-size: 25px;
    color: #5C715E;
    text-align: center;
    margin-top: 80px;
}

.exa_hr {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.exa_hr_line {
    width: 180px;
    height: 2px;
    background-color: #5C715E;
    margin: 0 auto;
}

.news {
    float: left;
    margin-bottom: 80px;
}

.news_more {
    position: absolute;
    right: 20%;
    top: 10px;
    color: #5C715E;
    font-size: 14px;
}

.news_ul {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
    display: flex;
    margin-top: 50px;
}

.news_li {
    width: 25%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_li:nth-child(1) news_li_c {
    background-color: pink;
}

.news_li_c {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 4px #ebebeb;
    cursor: pointer;
    transition: all .2s;
}

.news_li_c:hover {
    transform: scale(1.1);
}

.news_image {
    width: 100%;
    height: 60%;
}

.news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_date {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777;
    font-size: 14px;
}

.news_title {
    width: 70%;
    margin-left: 15%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000000;
    opacity: .84;
}


.c {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.c_title {
    width: 100%;
    height: 50px;
    text-align: center;
    color: #5C715E;
    float: left;
    font-size: 25px;
}

.c_hr {
    float: left;
    width: 80%;
    margin-left: 10%;
    height: 1px;
    background-color: #B6CDBD;
}

.ul {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 40px;
}

.li {
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

.li_image {
    width: 260px;
    height: 100%;
    float: left;
}

.li_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li_right {
    width: calc(100% - 290px);
    float: left;
    margin-left: 30px;
}

.li_title {
    margin-top: 15px;
    width: 100%;
    font-size: 18px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.des {
    margin-top: 10px;
    color: #888888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info {
    width: 100%;
    margin-top: 20px;
    color: #A7A7A7;
    font-size: 14px;
    float: left;
}

.info div:nth-child(2) {
    margin-left: 30px;
}

.info span:first-child {
    margin-right: 30px;
}

.info_label {
    padding: 5px 20px;
    background-color: #F8F8F8;
}

.info div:nth-child(2) span:nth-child(2) {
    margin-left: 20px;
    float: left;
}

.pagination {
    width: 80%;
    float: left;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.pagination_soon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination_btn_p,
#pagination_btn_n {
    display: none;
}

.page_li {
    margin: 0 10px;
    cursor: pointer;
    color: #5C715E;
    font-size: 14px;
}

.page_li_active {
    background-color: #ebebeb;
    padding: 3px 10px;
}


@media screen and (max-width: 800px) {
    .news {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .exa_title_news {
        margin-top: 0;
    }

    .news_more {
        right: 20px;
        top: 20px;
    }

    .news_ul {
        flex-wrap: wrap;
    }

    .news_li {
        width: 100%;
    }

    .li_image {
        width: 150px;
    }

    .li_right {
        width: calc(100% - 160px);
        margin-left: 10px;
    }

    .des {
        display: none;
    }

    .info_auth {
        display: block;
    }

    .info_label {
        display: none;
    }
}