.bannerPart {
    margin-top: .63rem;
    width: 100%;
    height: 1.33rem;
    background-image: url('https://zheguyun-gw.oss-cn-beijing.aliyuncs.com/mobileNew.png');
    /* background-image: url('../assets/new/banner@2x.png'); */
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerPart .title {
    font-weight: bold;
    font-size: .23rem;
    color: #FFFFFF;
}
.bottomNewsContent {
    background: #F8F8F8;
    border-radius: .17rem .17rem 0 0;
    position: relative;
    top: -.17rem;
    padding-top: .17rem;
    padding-bottom: .87rem;
}
.newsItem{
    margin: 0 .15rem .12rem;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 0.01rem 0.05rem 0 rgba(0,0,0,0.06);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    padding: .2rem .15rem .13rem;
    margin-bottom: .12rem;
}
.rightImg img {
    display: block;
    width: 1.03rem;
    height: .69rem;
    margin-bottom: .09rem;
    margin-left: .21rem;
}
.rightImg p {
    font-size: .11rem;
    color: #747C94;
    text-align: right;
}
.leftName {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.leftName p {
    /* margin-top: .29rem; */
    font-size: .12rem;
    color: #747C94;
    max-width: 1.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.leftName .names {
    font-size: .16rem;
    color: #222222;
    line-height: .23rem;
    max-width: 1.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottomPaginationPart {
    display: flex;
    justify-content: center;
    margin: 0.27rem .2rem 0;
}
.prePagination {
    display: inline-block;
    width: .33rem;
    height: .33rem;
    background-image: url('../assets/new/icon_qyy@2x.png');
    background-size: 100% 100%;
}
.nextPagination {
    display: inline-block;
    width: .33rem;
    height: .33rem;
    background-image: url('../assets/new/icon_hyt@2x.png');
    background-size: 100% 100%;
}
.pageNumberPart {
    display: flex;
    margin: 0 0.07rem;
}
.sameNumberIcon {
    display: inline-block;
    width: .33rem;
    height: .33rem;
    background: #FFFFFF;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    border: 1px solid #D6D6D6;
    text-align: center;
    line-height: .33rem;
    font-size: .14rem;
    color: #222222;
    margin-right: 0.07rem;
}
.sameNumberIcon:last-child {
    margin-right: 0;
}
.sameNumberIcon.currentPage {
    background: #3470FF;
    color: #fff;
}