.frame-title>ul>li>a {
    color: #222222;
}

.language>a {
    color: #222222;
}

.hideimg {
    display: none;
}

.showimg {
    display: block;
}


.news-top {
    padding: 200px 0 100px;
    background-image: url("../images/picbj09.png");
    background-size: 100% 100%;
}

.newstp-cnt {
    display: flex;
    justify-content: space-between;
}

.newstp-ctimg {
    width: 50%;
}

.newstp-ctimg>img {
    width: 100%;
    height: auto;
}


.newstp-ctri {
    width: 45%;
}

.newstp-ctri span {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    padding: 10px 0;
}

.newstp-ctri h4 {
    font-size: 50px;
    margin-top: 10px;
}

.newstp-ctri p {
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-top: 20px;
}

.newstp-ctri a {
    width: 170px;
    text-align: center;
    background-color: #07923a;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 50px;
    padding: 15px 0;
    font-size: 20px;
}

.newstp-ctri a i {
    font-size: 18px;
    margin-left: 10px;
}





.news-cnt {
    padding: 90px 0;
}

.news-ctul {
    display: flex;
    flex-wrap: wrap;
}

.news-ctul li {
    width: calc((100% - 120px)/3);
    margin: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.news-ctul li:hover {
    background-color: #f2f9f5;
}

.news-ctul li:hover .news-ctubtm h3 {
    color: #07923a;
}

.news-ctul li:hover .news-ctubtm a {
    color: #07923a;
}


.news-ctuimg {
    width: 100%;
}

.news-ctuimg img {
    width: 100%;
    height: auto;
}

.news-ctubtm {
    padding: 25px 35px;
}

.news-ctubtm p {
    font-size: 16px;
    color: #999999;
}

.news-ctubtm h3 {
    min-height: 160px;
    font-size: 26px;
    color: #222222;
    margin-top: 15px;
    line-height: 40px;
}

.news-ctubtm a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999999;
}

.news-ctubtm a i {
    color: #07923a;
    font-size: 20px;
    margin-left: 5px;
}


.news-ctbtn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.news-ctbtn a {
    width: 180px;
    font-size: 18px;
    color: #07923a;
    text-align: center;
    border: 1px solid #07923a;
    border-radius: 50px;
    padding: 20px 0;
}




@media only screen and (max-width: 1340px) {

    .news-top {
        padding: 140px 0 80px;
    }

    .newstp-ctri span {
        font-size: 14px;
        padding: 8px 0;
    }

    .newstp-ctri h4 {
        font-size: 36px;
        margin-top: 8px;
    }

    .newstp-ctri p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

    .newstp-ctri a {
        width: 130px;
        margin-top: 30px;
        padding: 10px 0;
        font-size: 16px;
    }

    .newstp-ctri a i {
        font-size: 16px;
        margin-left: 5px;
    }




    .news-cnt {
        padding: 60px 0;
    }

    .news-ctul li {
        width: calc((100% - 90px) / 3);
        margin: 15px;
    }

    .news-ctubtm {
        padding: 15px 25px;
    }

    .news-ctubtm p {
        font-size: 14px;
    }

    .news-ctubtm h3 {
        min-height: 140px;
        font-size: 20px;
        margin-top: 10px;
        line-height: 30px;
    }

    .news-ctubtm a {
        margin-top: 8px;
        font-size: 14px;
    }

    .news-ctubtm a i {
        font-size: 16px;
    }



    .news-ctbtn {
        margin-top: 40px;
    }

    .news-ctbtn a {
        width: 140px;
        font-size: 14px;
        padding: 15px 0;
    }


}





@media only screen and (max-width: 768px) {
    .news-top {
        padding: .8rem .1rem;
    }

    .newstp-cnt {
        flex-direction: column;
    }

    .newstp-ctimg {
        width: 100%;
    }

    .newstp-ctri {
        width: 100%;
        margin-top: .2rem;
    }

    .newstp-ctri span {
        font-size: 12px;
        padding: .1rem 0;
    }

    .newstp-ctri h4 {
        font-size: 28px;
        margin-top: .1rem;
    }

    .newstp-ctri p {
        font-size: 14px;
        line-height: 26px;
        margin-top: .1rem;
    }

    .newstp-ctri a {
        width: 120px;
        margin-top: .3rem;
        padding: 10px 0;
        font-size: 14px;
    }


    .news-cnt {
        padding: .6rem 0;
    }

    .news-ctul li {
        width: calc((100% - .2rem) / 1);
        margin: .1rem;
    }

    .news-ctubtm {
        padding: .15rem .25rem;
    }

    .news-ctubtm h3 {
        min-height: 100px;
        font-size: 18px;
        margin-top: .1rem;
    }



    .news-ctbtn {
        margin-top: .4rem;
    }
    .news-ctbtn a {
        width: 120px;
        font-size: 14px;
        padding: .15rem 0;
    }

}