@import url(layout.css);

.new_list li{ height:160px; margin-top:30px;}
.new_list li img{ float:left; width:234px; height:160px; margin-right:20px;}
.new_list li strong{ font-size:20px; font-weight:bold; height:30px; line-height:30px; overflow:hidden; display:block; overflow:hidden; white-space: nowrap; text-overflow: ellipsis}
.new_list li strong em{ color:#f69; font-weight:bold;}
.new_list li a:hover strong{ color:#f69;}
.new_list li p{ margin-top:20px; line-height:25px; height:50px; overflow:hidden; color:#999; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.new_list li p em{ color:#555;}
.new_list li span{ display:block; margin-top:20px; height:25px; line-height:25px; color:#777;}
.new_list li span em{ background:#f1f1f1; padding:0 10px; display:inline-block; height:25px; float:left; margin-right:10px;}
.new_list li span i{ display:inline-block; width:25px; height:25px; background:url(../images/icon.gif) no-repeat -16px -61px; margin-left:20px; vertical-align:middle;}