.news-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.news-tit h3 {
    font-size: 32px;
    font-weight: 600;
}

.news-tit h4 {
    font-size: 28px;
    font-weight: 600;
    color: #9c0101;
}



.news-box {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsb-time {
    width: 50%;
}

.newsb-time h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 30px;
}

.newsb-time p {
    padding-top: 20px;
    font-size: 15px;
    line-height: 48px;
}

.newsb-time a {
    font-size: 15px;
    font-weight: 600;
    color: #9c0101;
    margin-top: 90px;
}


.newsb-img {
    width: 42%;
}

.newsb-img img {
    width: 100%;
    height: auto;
}


.news-cnt {
    padding: 40px 0;
}

.news-cul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-cul li {
    width: 40%;
    margin: 60px 0;
}

.newsc-litim {
    font-size: 32px;
    font-weight: 600;
}

.newsc-litim span {
    font-size: 15px;
}

.newsc-limg {
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.newsc-limg:hover {
    box-shadow: 0 0 10px 5px #cccccc;
}

.newsc-lip {
    height: 240px;
    overflow-y: auto;
}

.newsc-limg p {
    font-size: 15px;
    line-height: 48px;
}

.newsc-limg a {
    font-size: 18px;
    background-color: #9c0101;
    color: #ffffff;
    padding: 20px 30px;
    margin-top: 40px;
    position: relative;
    z-index: 9;
    border-top-right-radius: 34px;
}

.limg-abos {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 100%;
    transition: all.3s;
}

.limg-abos img {
    width: 100%;
    height: auto;
}

.news-cul li:hover .limg-abos {
    top: 0;
    left: 0;
}


@media only screen and (max-width: 1420px) {
    .news-tit {
        padding: 60px 0;
    }

    .news-tit h3 {
        font-size: 30px;
    }

    .news-tit h4 {
        font-size: 26px;
    }

    .news-box {
        padding: 30px;
    }

    .newsb-time h3 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .newsb-time p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 38px;
    }

    .newsb-time a {
        font-size: 14px;
        margin-top: 60px;
    }

    .news-cnt {
        padding: 40px 0;
    }

    .news-cul li {
        margin: 30px 0;
    }

    .newsc-litim {
        font-size: 30px;
    }

    .newsc-litim span {
        font-size: 14px;
    }

    .newsc-lip {
        height: 200px;
    }

    .newsc-limg p {
        font-size: 14px;
        line-height: 38px;
    }

    .newsc-limg a {
        font-size: 16px;
        padding: 15px 25px;
        margin-top: 30px;
    }


}

@media only screen and (max-width: 769px) {
    .news-tit {
        padding: .7rem 0;
    }

    .news-tit h3 {
        font-size: 20px;
    }

    .news-tit h4 {
        font-size: 18px;
    }

    .news-box {
        padding: .3rem;
        flex-direction: column;
    }

    .newsb-time {
        width: 100%;
    }

    .newsb-time h3 {
        font-size: 20px;
        padding-bottom: .2rem;
    }

    .newsb-time p {
        padding-top: .15rem;
        font-size: 14px;
        line-height: 24px;
    }

    .newsb-time a {
        font-size: 14px;
        margin-top: .6rem;
    }

    .newsb-img {
        width: 100%;
        margin-top: .2rem;
    }

    .news-cnt {
        padding: .4rem .1rem;
    }

    .news-cul li {
        width: 100%;
        margin: .3rem 0;
    }

    .newsc-litim {
        font-size: 20px;
    }

    .newsc-litim span {
        font-size: 14px;
    }

    .newsc-lip {
        height: 185px;
        padding: .15rem;
    }

    .newsc-limg p {
        font-size: 14px;
        line-height: 24px;
    }

    .newsc-limg a {
        font-size: 14px;
        padding: .15rem .25rem;
        margin-top: .5rem;
    }


}