.newsv-top {
    width: 100%;
    padding: 50px 0 70px;
    background-color: #03469d;
}

.newsv-tpcnt {
    width: 900px;
    margin: 0 auto;
}

.newsv-tpctime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsv-tpctime p {
    font-size: 18px;
    color: #ffffff;
    opacity: .5;
}

.newsv-tpctime a {
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsv-tpctime a img {
    width: 15px;
    height: 15px;
}

.newsv-tpctit {
    font-size: 50px;
    color: #ffffff;
    margin-top: 20px;
}




.newsv-box {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.newsv-bxtxt {
    font-size: 20px;
    margin-bottom: 45px;
}

.newsv-bximg {
    width: 100%;
    margin-bottom: 45px;
}

.newsv-bximg img {
    width: 100%;
    height: auto;
}

.newsv-bxbtn {
    width: 100%;
    margin-top: 20px;
}

.newsv-bxbtn a {
    width: 100%;
    padding: 35px 25px;
    background-color: #f5f5f5;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #111111;
}

.newsv-bxbtn a span {
    color: #999999;
}

.newsv-bxbtn a p {
    flex: 1;
}

.newsv-bxbtn a:hover {
    background-color: #e5ecf5;
}

.newsv-bxbtn a:hover p {
    color: #03469d;
}









@media only screen and (max-width: 1440px) {
    .newsv-top {
        padding: 30px 0 50px;
    }

    .newsv-tpctime p {
        font-size: 14px;
    }

    .newsv-tpctime a {
        width: 30px;
        height: 30px;
    }

    .newsv-tpctime a img {
        width: 10px;
        height: 10px;
    }

    .newsv-tpctit {
        font-size: 40px;
        margin-top: 10px;
    }

    .newsv-tpcnt {
        width: 740px;
    }




    .newsv-bximg {
        margin-bottom: 35px;
    }

    .newsv-box {
        width: 740px;
        padding: 30px 0 80px;
    }

    .newsv-bxtxt {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .newsv-bxbtn {
        margin-top: 10px;
    }

    .newsv-bxbtn a {
        padding: 25px 15px;
        border-radius: 20px;
        font-size: 16px;
    }



}

@media only screen and (max-width: 769px) {
    .newsv-tpcnt {
        width: 100%;
        padding: 0 .1rem;
    }

    .newsv-tpctit {
        font-size: 22px;
        margin-top: .1rem;
    }

    .newsv-box {
        width: 100%;
        padding: .3rem .1rem .8rem;
    }

    .newsv-bxtxt {
        margin-bottom: .35rem;
    }

    .newsv-bximg {
        margin-bottom: .35rem;
    }

}