.news_lists {
    padding: 80px 0
}

.news_lists>.container {
    display: flex
}

.news_lists_nav {
    width: 120px;
    border: 1px solid #eee;
    margin-right: 30px
}

.news_lists_nav>ul>li {
    margin-bottom: 2px
}

.news_lists_nav>ul>li.on a {
    background: #2e36a3;
    color: #fff
}

.news_lists_nav>ul>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.news_lists_main {
    flex: 1
}

.news_lists_main_article,
.news_lists_main_location {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.news_article_meta>div,
.news_lists_main_location>i {
    margin: 0 10px
}

.news_lists_main_article {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.news_lists_main_article .nlma_img {
    flex: 0 0 158px;
    height: 102px;
    margin-right: 16px;
    background: no-repeat center center;
    background-size: cover
}

.news_lists_main_article .nlma_img>img,
.news_lists_sidebar_widget .nlsw_list_img>img {
    display: none
}

.news_lists_main_article .nlma_content {
    flex: 1
}

.news_lists_main_article .nlma_content_title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
    max-height: 52px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_lists_main_article .nlma_content_meta {
    display: flex;
    font-size: 14px;
    color: #999;
    margin-top: 20px
}

.news_lists_main_article .nlma_content_meta>div {
    margin-right: 20px
}

.news_lists_main_article .nlma_content_meta_cate {
    font-size: 12px;
    padding: 2px;
    border: 1px solid #eee;
    color: #999
}

.news_lists_sidebar {
    width: 300px;
    margin-left: 30px
}

.news_lists_sidebar_widget {
    border-top: 2px solid #2042e3;
    background-color: #f4f5f6;
    margin-bottom: 16px;
    padding: 15px 20px 20px
}

.news_lists_sidebar_widget .nlsw_title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.news_lists_sidebar_widget .nlsw_list>li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8
}

.news_lists_sidebar_widget .nlsw_list>li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.news_lists_sidebar_widget .nlsw_list_link {
    display: flex
}

.news_lists_sidebar_widget .nlsw_list_img {
    width: 60px;
    height: 60px;
    background: no-repeat center center;
    background-size: cover;
    margin-right: 12px
}

.news_lists_sidebar_widget .nlsw_list_desc {
    margin: 0;
    flex: 1;
    line-height: 1.4
}

.news_lists_sidebar_widget ._search_form {
    position: relative
}

.news_lists_sidebar_widget ._search_form_reset {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 43px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    margin-top: -7.5px;
    background: #dcdcdc;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.news_lists_sidebar_widget ._search_form_reset>i {
    transform: scale(.6)
}

.news_article_title {
    font-size: 26px;
    margin: 0;
    line-height: 1.2;
    text-align: center
}

.news_article_meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.news_article_meta_cate {
    font-size: 12px;
    padding: 2px;
    border: 1px solid #eee;
    color: #999
}

.news_article_content {
    font-size: 16px;
    line-height: 1.6
}

.news_article_content p {
    margin: 0
}

.news_article_content * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important
}

.news_article_next {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px
}

.news_article_next>p {
    margin: 0 0 10px
}

@media (max-width:640px) {
    .news_lists_main_article .nlma_img {
        flex-basis: 33.33333%;
        height: auto;
        padding-top: 29%
    }

    .news_lists_main_article .nlma_content_title {
        font-size: 16px
    }

    .news_lists_main_article .nlma_content_meta {
        font-size: 12px;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 10px
    }

    .news_article_meta>div,
    .news_lists_main_article .nlma_content_meta_cate,
    .news_lists_main_article .nlma_content_meta_date {
        margin: 5px
    }

    .news_article_title {
        font-size: 24px
    }

    .news_article_meta {
        flex-wrap: wrap;
        margin-top: 15px;
        font-size: 14px;
        color: #888
    }
}