.news_list_wrap {
    width: 100%;
    padding: 0rem 4%;
    box-sizing: border-box;
}

.newsTitle {
    display: flex;
    align-items: center;
    width: 100%;
    height: .5rem;
    border-bottom: 1px solid #f1f1f1;
}

.newsTitle div {
    width: 4px;
    height: 14px;
    background: #1d71b7;
    margin-right: 0.06rem;
}

.newsTitle a {
    display: block;
    font-size: .12rem;
    text-align: left;
    color: #aaaaaa;
}

.active {
    color: #1D71B7 !important;
}

.nwes_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.news_list_wrap {
    width: 100%;
}

.nwes_list li {
    background: #f7f7f7;
    width: 49%;
    margin-bottom:0.14rem;
}

.nwes_list li a {
    display: block;
}

.nwes_list li>a {
    width: 100%;
    height: 1.03rem;
}

.nwes_list li>a img {
    width: 100%;
    height: 100%;
}

.nwes_list li a:nth-child(2) {
    font-size: .14rem;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: .15rem;
    width: 100%;
    height: 0.3rem;
    margin-top: 0.06rem;
    padding-left: 0.05rem;
    box-sizing: border-box;
    letter-spacing: 1.1px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nwes_list li a:nth-child(3) {
    font-size: .11rem;
    font-weight: 400;
    text-align: left;
    color: #aaaaaa;
    line-height: 0.08rem;
    height: 0.08rem;
    width: 100%;
    padding-left: 0.05rem;
    box-sizing: border-box;
    padding-bottom: 0.12rem;
}
.loadmore {
    text-align: center;
    font-size: 0.09rem;
    color: #adadad;
    padding: 0.07rem 0;
    box-sizing:border-box;
}