#body,body{
    background-color: #F4F4F4;
}
.data-content{
    width: 100%;
    background-color: #F4F4F4;
}

.data-content li{
    background-color: #fff;
    height: auto;
    padding: 0.12rem 0.4rem 0.52rem 0.35rem;
    margin-bottom: 0.24rem;

}
.data-content li h6{
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space:nowrap;
    color: #343434;
    border-bottom:1px dashed #E2E1E1;
}

.data-content li .listWarp {
    margin-top: 0.38rem;
}
.data-content li .listWarp .left{
    float: left;
    width: 1.65rem;
    height: 1.65rem;    
    text-align: left;
}
.data-content li .listWarp .left img{
    vertical-align: top;
    width: 1.29rem;
    height: 1.29rem;
}
.data-content li .listWarp .right{
    float: right;
    width: calc(100% - 1.65rem);
}
.data-content li .listWarp .right p{
    font-size: 0.24rem;
    color:rgba(102,102,102,1);
    line-height:0.45rem;
    word-break: break-all;
    word-wrap: break-word;
}
.data-content li .listWarp .right p.title {
	margin-top: 0.06rem;
    color: #F22D00;
    font-size: 0.3rem;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.2rem;
}