.news {
    margin: 5.21vw auto !important;
}

.news .content {
    display: flex;
    flex-wrap: wrap;
}

.news .content a {
    width: 21.82vw;
    margin-right: 2.66vw;
    margin-bottom: 2.6vw;
}

.news a:hover h1 {
    color: #F76B1C;
}

.news a:nth-child(3n) {
    margin-right: 0;
}

.news a h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.04vw;
    line-height: 1.04vw;
    margin: 1.04vw 0;
}

.news a h2 {
    width: 5.68vw;
    height: 1.82vw;
    text-align: center;
    background-color: #F2F4F5;
    color: #808080;
    font-size: .83vw;
    line-height: 1.82vw;
}

.fy_box {
    margin-top: 0 !important;
}

/* news_ny */
.news_ny {
    text-align: center;
    margin: 5.21vw auto;
}

.news_ny h1 {
    font-size: 1.25vw;
    line-height: 1.88vw;
}

.news_ny h2 {
    color: #6E6E6E;
    font-size: .83vw;
    margin: 1.04vw 0 2.08vw;
    padding-bottom: 1.04vw;
    border-bottom: .05vw solid #D6D6D6;
}

@media screen and (max-width: 1200px) {
    .news .content {
        justify-content: space-between;
    }

    .news .content a {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .news .content a:last-child {
        display: none;
    }

    .news a h1 {
        font-size: 16px;
    }

    .news a h2 {
        width: 22.68vw;
        font-size: 14px;
        height: 28px;
        line-height: 28px !important;
    }

    .fy_box {
        margin-top: 4% !important;
    }

    .news_ny h1 {
        font-size: 22px;
    }

    .news_ny h2 {
        font-size: 20px;
        margin: 2% 0;
    }

}