.news_box {
    width: 100%;
    padding-top: calc(17px + 4rem);
    padding-bottom: calc(17px + 2rem);
}

.news {
    max-width: 1640px;
    width: 90%;
    margin: auto;
}

.index_4_item_text .p4 {
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(4px + 0.25rem);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_4_item:hover {
    border-color: #F8F7F6 !important;
    background-color: #F8F7F6 !important;
}

.index_4_item:hover .p2 {
    color: #FB7E4E !important;
}

.index_4_item:hover .more {
    background-color: #FB7E4E !important;
    color: #ffffff !important;
}
@media screen and (max-width: 1100px){
    .index_4_item a{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .index_4_item_pic{
        width: 100% !important;
        height: auto !important;
    }
    .index_4_item_text{
        width: 100% !important;
    }
    .index_4_item_text .p4{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .more{
        font-size: calc(10px + 1rem) !important;
    }
}