body{background-color:#fff}
.detail-list{display:flex;padding:1.5rem 0;border-bottom:1px solid #f3f3f3}
.detail-list:last-child{border-bottom:0}
.detail-list .img{width:13.5rem;height:9rem}
.detail-list .img img{width:100%;height:100%;cursor:pointer}
.detail-list .cntt{flex:1;word-break:break-all}
.detail-list .img+.cntt{padding-left:1.2rem}
.detail-list .desc,.detail-list .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}
.detail-list .title{cursor:pointer;font-size:1.4rem;-webkit-line-clamp:1;font-weight:700}
.detail-list .title:hover{color:#aaa}
.detail-list .desc{margin-top:.3rem;height:5.072rem;-webkit-line-clamp:4}
.detail-list .newsDay{margin-top:.3rem;color:#999}
