@media only screen and (max-width: 767px) {
    a {
        all: unset;
        cursor: pointer;
    }
    .news-center .news-content {
        width: 100%;
    }

    .news-center .news-content .news-title {
        font-size: 50px;
    }

    .list-text {
        width: 90%;
    }

    .list-text li {
        padding: 20px 20px 0 0;
    }

    .list-text .tit {
        width: calc(100% - 75px);
    }
}