@media screen and (max-width: 768px) {
    .new_body{
        width: 100%;
    }
    .new_bodytitle{
        height: 50px;
        padding: 0 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}