.news-cnt {
    width: 100%;
    padding: 50px 0;
}

.news-cul {
    padding: 15px 0;
}

.news-cul>li {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.news-cuimg {
    width: 22%;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.news-cuimg img {
    width: 100%;
    height: auto;
}


.news-curi {
    width: 75%;
}

.news-curi>span {
    font-size: 16px;
    color: #999999;
    font-weight: 600;
}

.news-curi h3 {
    font-size: 20px;
    color: #bc1f21;
    font-weight: 600;
}

.news-curi p {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    margin-top: 10px;
}

.news-curi a {
    width: 120px;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 16px;
    background-color: #ff9c52;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}










@media only screen and (max-width: 1340px) {



    .news-cnt {
        padding: 30px 0;
    }

    .news-cnt>h1 {
        font-size: 24px;
    }

    .news-cul {
        padding: 10px 0;
    }

    .news-cul>li {
        padding: 10px 0;
    }


    .news-curi h3 {
        font-size: 18px;
    }

    .news-curi p {
        font-size: 14px;
        margin-top: 5px;
    }

    .news-curi a {
        width: 100px;
        padding: 8px 0;
        font-size: 14px;
        margin-top: 15px;
    }



}



@media only screen and (max-width: 768px) {

    .news-cnt {
        width: 100%;
        padding: .3rem .1rem;
    }

    .news-cnt>h1 {
        font-size: 20px;
    }

    .news-cul {
        padding: .1rem 0;
    }

    .news-cul>li {
        padding: .1rem 0;
        flex-direction: column;
    }

    .news-cuimg {
        width: 100%;
    }

    .news-curi {
        width: 100%;
        padding: .2rem 0;
    }

    .news-curi h3 {
        font-size: 16px;
    }

    .news-curi a {
        padding: .1rem 0;
        margin-top: .15rem;
    }



}