.forum ul li{
	overflow: hidden;
	padding: .3rem .25rem;
    border-bottom: 1px solid #efefef;
}
.forum_l{
	width: 2.74rem;
	height: 1.6rem;
    background: #f5f5f5;
	margin-right: .2rem;
	overflow: hidden;
}
.forum_l img{
	width: 100%;
	min-height: 1.6rem;
}
.forum_r h1{
	line-height: 0.38rem;
    margin-bottom: .12rem;
    font-size: .28rem;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.forum_r p{
	font-size: 0.22rem;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.4rem;
}