.charac_point_ri{
   /* margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px; */	
	overflow: hidden;
}

.charac_point_wrap .news_list_li {
    width: 33.3%;
    padding: 0 18px;
    margin-bottom: 36px;
	float: left;
}
.newsp_recom_li_link {
    border: 1px solid #E9E9E9;
}
.newsp_recom_li_link {
    min-height: 450px;
}
.newsp_recom_li_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    min-height: 514px;
    background: #fff;
    padding-bottom: 36px;
    border: 1px solid #E9E9E9;
    display: flex;
    flex-direction: column;
}
.nrll_img {
    width: 379px;
    height: 247px;
}
.nrll_img img {
    width: 100%;
    height: 100%;
}
.nrll_btm {
    padding: 0px 22px 0;
}
.nrll_btm {
    width: 100%;
    position: relative;
    padding: 0px 40px 0;
    transition: all 0.36s;
}
.nrll_btm_tit {
    position: relative;
	padding-top: 30px;
}
.nrll_btm_tit_time {
    margin-bottom: 10px;
}

.std_word, .std_word p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.nrll_btm_tit_time p {
    color: #999;
    line-height: 1.6;
    transition: all 0.36s;
    font-family: 'poppinsregular';
}
.std_tit4, .std_tit4 p, .yxedr_active h5 {
    min-height: 63px;
}

.nrll_btm_tit_p1 p {
    color: #333;
    line-height: 1.75;
    transition: all 0.36s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.5em;
}
.newsp_recom_li_link .mod_more1 {
    margin-top: 20px !important;
	bottom: 20px;
}

.yhjld{
	margin: 0 auto;
    width: 9%;
    height: 50px;
    height: auto !important;
    font-size: 17px !important;
    padding: 0 5px 0 5px !important;
    color: #444 !important;
}
.yhjld a{
	text-align: center;
    display: block;
    width: auto !important;
    height: 60px !important;
    display: inline-block !important;
    cursor: pointer;
    margin: 0 !important;
    border: 1px solid #E9E9E9 !important;
    border-radius: 15px !important;
    text-align: center !important;
    color: #444;
    padding: 0 15px !important;
    line-height: 60px !important;
}


@media screen and (max-width: 768px){
	.charac_point_wrap .news_list_li{
		width: 100%;
	}
	.nrll_img{
		width: 100%;
		height: 100%;
	}
	.newsp_recom_li_link .mod_more1{
		width: 30%;
	}
	.yhjld{
		width: 35%;
	}
}