.newsv-path {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.newsv-path>a {
    font-size: 18px;
    color: #222222;
}

.newsv-path>span {
    padding: 0 5px;
}


.newsv-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.newsv-tit h3 {
    font-size: 46px;
    font-weight: 600;
}

.newsv-tit span {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}




.newsv-img {
    width: 100%;
    /*height: 500px;*/
    background-color: #999999;
}

.newsv-img img {
    width: 100%;
    height: auto;
}




.newsv-cnt {
    padding: 50px 130px 100px;
}

.newsv-cnt p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}

.newsv-cnt button {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    background-color: #7e091e;
    text-align: center;
    color: #ffffff;
    border-width: 0;
    cursor: pointer;
    margin-top: 30px;
}





@media only screen and (max-width: 1400px) {
    .newsv-path {
        padding: 10px 0;
    }

    .newsv-path>a {
        font-size: 16px;
    }

    .newsv-tit {
        padding: 30px 0;
    }

    .newsv-tit h3 {
        font-size: 34px;
    }

    .newsv-tit span {
        font-size: 14px;
        margin-top: 10px;
    }

/*    .newsv-img {
        height: 420px;
    }*/


    .newsv-cnt {
        padding: 40px 90px 60px;
    }

    .newsv-cnt p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .newsv-cnt button {
        font-size: 16px;
        padding: 10px 0;
        margin-top: 20px;
    }



}


@media only screen and (max-width: 769px) {
    .newsv-path {
        padding: .1rem;
    }

    .newsv-tit {
        padding: .3rem .1rem;
    }

    .newsv-tit h3 {
        font-size: 24px;
    }

    .newsv-tit span {
        font-size: 12px;
        margin-top: .1rem;
    }

/*    .newsv-img {
        height: 260px;
    }*/

    .newsv-cnt {
        padding: .4rem .3rem .6rem;
    }
    .newsv-cnt p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: .2rem;
    }


    .newsv-cnt button {
        font-size: 14px;
        padding: 10px 0;
        margin-top: .2rem;
    }


}