.yewus{ width:100%; overflow:hidden}
.yewus ul{ width:103%;}
.yewus ul li{ float:left; width:47%; margin-right:3%; display:inline; margin-bottom:20px; border:#d4d4d4 1px solid;}
.yewus ul li .yewu_img{ float:left; width:40%; height:auto;}
.yewus ul li .yewu_img img{ width:100%; height:110px}
.yewus ul li .yewu_fonts{ float:left; width:60%; height:auto;}
.yewus ul li .yewu_fonts h4{ font-size:20px; font-weight: normal; color:#333333; padding:26px 40px 8px 40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.yewus ul li .yewu_fonts p{ display:block; font-size:14px; color:#cf000e; padding:0px 40px 0px 40px;}
.yewus ul li:hover{ box-shadow:0px 0px 20px #c3c3c3;background-color:#cf000e;border:#cf000e 1px solid;-webkit-transition: all ease .4s;
	transition: all ease .4s;}
.yewus ul li:hover h4{ color:#FFFFFF;-webkit-transition: all ease .4s;transition: all ease .4s;}
.yewus ul li:hover p{ color:#FFFFFF;-webkit-transition: all ease .4s;transition: all ease .4s;}

.yewu_info{}
.yewu_titile{ font-size:24px; color:#cf000e; padding-bottom:26px;}
.yewu_line{ width:56px; height:3px; background-color:#cdcdcd;}
.yewu_descipe{ line-height:3; padding-top:26px; font-size:16px;}

@media (max-width:1000px) {
.yewus ul{ width:100%;}
.yewus ul li{ float:none; width:100%; display:block;}
.yewus ul li .yewu_img img{ height:auto}
.yewus ul li .yewu_img,.yewus ul li .yewu_fonts{ width:100%; float:none;}
.yewus ul li .yewu_fonts p{ padding-bottom:20px;}
}