.allNews_box {
    padding: 0.8rem 0;
    position: relative;
}

.allNews_box .tab_box {
    position: absolute;
    top: 0.8rem;
    right: 0;
    display: flex;
    color: #424E37;
}

.allNews_box .tab_box>p {
    padding: 0.03rem 0.14rem;
    margin-left: 0.5rem !important;
    cursor: pointer;
}

.allNews_box .tab_box>p:hover {
    background: #424E37;
    color: #fff;
}

.allNews_box .tab_box .tab_active {
    background: #424E37;
    color: #fff;
}

.news_list_box {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.7rem;
}

.loading_box {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    padding: 0.2rem 0;
    display: none;
}

.news_list_box>ul {
    width: 9rem;
}


.news_list_box>ul>li>div {
    height: 1.44rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.news_list_box>ul .news_con_box {
    width: 7.6rem;
    height: 100%;
    display: flex;
    background: #EAE9E9;
    overflow: hidden;
    align-items: flex-start;
}

.news_list_box>ul .news_con_box>img {
    width: 2.4rem;
    height: 100%;
}

.news_list_box>ul .news_con_box>div {
    flex: 1;
    box-sizing: border-box;
    padding: 0.16rem 0.35rem 0 0.40rem;
}

.news_title {
    color: #000 !important;
}

.news_time {
    font-size: 0.12rem;
    color: #999999;
    margin-bottom: 0.08rem !important;
}

.news_list_box>ul .news_con_box>div>div {
    height: 0.55rem;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    color: #000 !important;
}

.news_list_box>ul>li>div>img {
    width: 44px;
    height: 44px;
}

.ui-paging-container ul {
    text-align: center !important;
}

.mobile .module_title {
    display: none;
}

.mobile .allNews_box .tab_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.4rem;
    justify-content: space-around;
    position: static;
}

.mobile .allNews_box .tab_box>p {
    margin-left: 0 !important;
}

.mobile .news_list {
    padding: 0 0.4rem;
}

.mobile .news_list a {
    height: auto;
}

.mobile .news_list>li>div>img {
    display: none;
}

.mobile .news_list .news_con_box {
    width: 100%;
}

.mobile .news_list .news_con_box>img {
    width: 2.1rem;
    height: 100%;
}

.mobile .news_list_box>ul .news_con_box>div {
    padding: 0.1rem;
}

.mobile .news_list_box>ul .news_con_box>div>div {
    font-size: 0.2rem;
}