.xuans{
    width:7.1rem;
    background-color: #fff;
    padding:0 0.2rem;
    margin-bottom: 0.15rem;
}

.xuanList a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:1rem;
    border-top: 1px solid #ebebeb;
    padding:0.12rem 0;
}

.xuanList .zhiInfo{
    width:3.8rem;
    height:1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.27rem;
}

.xuanList .zhiInfo h4{
    font-size: 0.28rem;
    color:#333;
    font-weight: 800;
    width:100%;
    height:0.4rem;
    line-height: 0.3rem;
    padding-top: 0.1rem;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    -ms-text-overflow:ellipsis ;
    text-overflow:ellipsis;
    overflow: hidden;
}
.xuanList .zhiInfo p{
    width:100%;
    height:0.5rem;
    font-size: 0.23rem;
    color:#666;
    white-space: nowrap;
    -ms-text-overflow:ellipsis ;
    text-overflow:ellipsis;
    overflow: hidden;
    line-height: 0.5rem;
}

.xuanList .zhiInfo img{
    height:0.24rem;
    margin-right:3px;
    vertical-align: -2px;
}
.xuanList .pubInfo{
    width:3rem;
    height:1rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.25rem;
}
.xuanList .pubInfo .xinzi{
    height:0.5rem;
    color:#E91717;
    font-size: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
}

.xuanList .pubInfo p{
    color: #999;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.xuanList .pubInfo .time{
    height:0.5rem;
    color:#3A71FB;
    margin-left: 0.15rem;
    line-height: 0.5rem;
}

.xuanList .pubInfo img{
    display: inline-block;
    height:0.26rem;
    margin-right:3px;
    vertical-align: middle;
}