.ren_list_box{
	width: 120px;
	float: left;
}
.ren_list_box{
	margin-left: 48px;
	margin-bottom: 38px;
}
.ren_list_box_child{
	margin-left: 0px;
}
.ren_h1 h1{
	font-size: 20px;
	color: #00a0e9;
	text-align: center;
	line-height: 100px;
}
.ren_list_box .news_list_L{
	width: 100%;
}
.ren_list_box .news_list_L img{
	width: 120px;
    height: 180px;;
}
.ren_list_box .news_list_R{
	text-align: center;
}
.ren_list_box .news_list_R h1{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 18px;
	font-weight: bold;
    padding: 15px 0px 15px 0px;
}
.ren_list_box .news_list_R p{
	font-size: 12px;
	color: #4d4d4d;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    max-height: 50px;
}
@media only screen and (max-width: 750px) {
	.ren_list_box .news_list_L img{
		width: 106px;
	    height: 144px;
	}
	.ren_list_box{
		width: 30%;
		margin-left: 0.35rem;
		margin-bottom: 38px;
	}
	.ren_list_box_child{
		margin-left: 0px;
	}
}