@media screen and (max-width: 767px) {
    .news-wrapper {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .news-container {
        padding: 10px !important;
    }

    .news-title-container {
        line-height: 2 !important;
        flex-wrap: wrap;
        text-align: center;
    }

    .news-title {
        width: 100% !important;
        font-size: 24px !important;
    }

    .news-date {
        width: 100% !important;
    }

    .news-content-container {
        padding: 12px 0 !important;
        min-height: 300px !important;
    }

    .sidebar-newslist-container {
        width: 100% !important;
        padding: 12px !important;
    }

    .sidebar-newslist-title {
        font-size: 24px !important;
        line-height: 2 !important;
    }

    .sidebar-newslist-list {
        padding: 0 !important;
    }
}

.news-wrapper {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-container {
    width: 1060px;
    padding: 50px 20px;
}

.news-title-container {
    line-height: 3;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-title {
    font-size: 30px;
    font-weight: bold;
}

.news-date {
    color: rgba(51, 51, 51, .5);
}

.news-content-container {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.8;
    min-height: 400px;
}

.news-content-container img {
    margin: 10px auto;
}

.news-page-container {
    /*height: 70px;*/
    padding: 10px 25px;
    box-shadow: #999 0 0 5px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-page-item {
    width: 100%;
    font-size: 16px;
    line-height: 2;
}

.news-page-item a {
    display: inline;
    color: #666;
}

.news-page-item a:hover {
    color: #DE241B;
}

.news-page-prev {
}

.news-page-next {
}