.inde-tit {
    font-size: 60px;
    padding: 20px 90px;
}



.news-box {
    padding: 25px 0 80px;
    display: flex;
    justify-content: space-between;
}


.news-bli {
    width: 31%;
    position: relative;
}

.news-bli>img {
    width: 100%;
    height: auto;
}

.news-bltit {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-bltit h3 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.news-blbtn {
    position: absolute;
    bottom: 60px;
    right: 40px;
}

.news-blbtn a {
    width: 70px;
}

.news-blbtn a img {
    width: 100%;
    height: auto;
}















@media only screen and (max-width: 1400px) {
    .inde-tit {
        font-size: 46px;
        padding: 10px 60px;
    }




    .news-box {
        padding: 15px 0 60px;
    }

    .news-bltit h3 {
        font-size: 26px;
    }

    .news-blbtn {
        bottom: 50px;
        right: 30px;
    }

    .news-blbtn a {
        width: 50px;
    }


}



@media only screen and (max-width: 769px) {
    .inde-tit {
        font-size: 24px;
        padding: .1rem .3rem;
    }



    .news-box {
        padding: .15rem .1rem .6rem;
        flex-wrap: wrap;
    }

    .news-bli {
        width: 48%;
        margin-bottom: .2rem;
    }

    .news-bltit h3 {
        font-size: 20px;
    }

    .news-blbtn {
        bottom: .5rem;
        right: .3rem;
    }

    .news-blbtn a {
        width: .5rem;
    }


}