.news {
    padding: 0.15rem;
}
.news img{
    width: 100%;
}
.newsImg{
    position: relative;
}
.newsImg p{
    text-align: center;
    background: rgba(0, 0, 0, .6);
    font-size: 0.16rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0.4rem;
}


.news ul li {
    border-bottom: 1px dashed #d3d3d3;
    line-height: 40px;
    overflow: hidden;
}

.news ul li a {
	display:block;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    float: left;
}
.news ul li span {
    float: right;
    font-size: 12px;
}