.newbox{
    position: relative;
    width: 100%;
    margin: 0.2rem auto 0;
    background: white;
    overflow: hidden;
}
.newbox .swiper-pagination{
    position: absolute;
    left: 0;
    top: 0;margin-top: 0.2rem;
    width: 100%;
    height: 0.46rem;
    text-align: center;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 0.28rem;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding-bottom: 6px;
}
.newbox .swiper-pagination-bullet{
    height: auto !important;
    width: auto !important;
    display: block;
    border-radius: 0;
    background-color: transparent !important;
    opacity: 1 !important;
    text-align: center;
    color: #939292;
}
.newbox .swiper-wrapper{
    margin-top: 0.6rem;
}
.newbox .swiper-pagination-bullet-active {
    position: relative;
    color: #ff9d10;
}
.message-list{
    width: 100%;
    background: white;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin-top: 0.2rem;
}
.message-list > li{
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.message-list > li:after{
    content: "";
    display: block;
    height:0;
    clear:both;
    visibility: hidden;
}
.message-list > li > a{
    display: block;
    text-align: left;
    color: #000;
    font-size: .28rem;
    float: left;
    overflow: hidden;
    height: .7rem;
    line-height: .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.message-list > li > span{
    display: block;
    color: #cdcdcd;
    font-size: .28rem;
    float: right;
    height: .7rem;
    line-height: .7rem;
}
.more{
    display: block;
    float: right;
    height: 0.6rem;
    line-height: 1rem;
    display: block;
    color: #949494;
    font-size: 0.26rem;
}
.more .iconfont{
    font-size: 0.2rem;
    margin-left: 0.1rem;
}