.article-wrap{
	margin-bottom: 40px;
}
.c_bottom .c_b_item{
    width: 100%;
	margin: 30px 0;
}
.c_bottom .c_b_item a{
	display: flex;
}
.c_bottom .c_b_item .b_i_left{
	flex: 0 0 124px;
}
.c_bottom .c_b_item .b_i_left img{
	border-radius: 4px;
}
.c_bottom .c_b_item .b_i_right{
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	margin-left: 10px;
}
.c_bottom .c_b_item .b_i_right .i_r_title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-out;
}
.c_b_item:hover .b_i_right .i_r_title{
	color: var(--primary);
}
.c_bottom .c_b_item .b_i_right .i_r_val{
	font-size: 15px;
	color: #585858;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.c_bottom .c_b_item .b_i_right .i_r_time{
	font-size: 14px;
	color: #9e9991;
	text-align: left;
	margin-top: 8px
}

@media (min-width: 992px){
	.c_bottom .c_b_item .b_i_left{
		flex: 0 0 360px;
	}
	.c_bottom .c_b_item .b_i_right{
		margin-left: 20px
	}
	.c_bottom .c_b_item .b_i_right .i_r_title{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.c_bottom .c_b_item .b_i_right .i_r_val{
		font-size: 18px;
		line-height: 36px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.c_bottom .c_b_item .b_i_right .i_r_time{
		font-size: 18px;
		color: #9e9991;
		text-align: left;
		margin-top: 22px
	}
}