.banner-box {    width: 100vw;    height: 5.59rem;    background: url("../images/news-banner.jpg") no-repeat;    background-size: 100% 100%;    display: flex;    flex-direction: column;    align-items: center;}.banner-content {    margin-top: 2.07rem;    width: 12rem;}.banner-title {    font-weight: bold;    font-size: 0.48rem;    color: #FFFFFF;}.banner-tip {    font-weight: 500;    font-size: 0.18rem;    color: #FFFFFF;    margin-top: 0.29rem;}.news-title {    font-weight: bold;    font-size: 0.36rem;    color: #202124;    margin-top: 1rem;    text-align: center;}.news-list {    width: 100vw;    display: flex;    flex-direction: column;    align-items: center;}.news-item {    width: 12rem;    border-bottom: 1px solid #e4e4e4;    height: 3.51rem;    display: flex;    align-items: center;}.news-item-img {    width: 4.5rem;    height: 2.51rem;}.news-item-content {    margin-left: 0.47rem;}.news-item-content:hover .news-item-title {    color: #006CFF;}.news-item-content:hover .news-item-title-time {    color: #9BC5FF;}.news-item-title {    font-weight: 500;    font-size: 0.24rem;    color: #202124;    width: 6.8rem;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;    cursor: pointer;}.news-item-title-time {    display: flex;    align-items: center;    font-weight: 500;    font-size: 0.14rem;    color: #747474;    margin-top: 0.38rem;}.news-item-title-time > span + span {    margin-left: 0.14rem;}.page-box {    margin-top: 0.86rem;    display: flex;    align-items: center;    padding-bottom: 1.04rem;}.page-prev,.page-next {    border: 1px solid #D9D9D9;    width: 0.84rem;    height: 0.36rem;    text-align: center;    line-height: 0.36rem;    font-weight: 500;    font-size: 0.16rem;    color: #999999;    cursor: pointer;}.page-next {    margin-left: 0.1rem;}.page-item {    width: 0.36rem;    height: 0.36rem;    border: 1px solid #D9D9D9;    margin-left: 0.1rem;    text-align: center;    line-height: 0.36rem;    font-weight: 500;    font-size: 0.16rem;    color: #666666;    cursor: pointer;}.page-item.active {    border: 1px solid #0084FF;    color: #0084FF;}