.news_list{ width:720px;}
.news_list li{ position:relative; min-height:110px; width:650px; border-bottom:1px dashed #ccc; padding-bottom:15px; margin-bottom:15px; padding-left:200px;}
.news_list li.no_pic{ padding-left:0px;  width:530px; }
.news_list .pic{width:180px; height:110px; overflow:hidden; position:absolute; top:0; left:0;}
.news_list img{ width:180px; height:110px;-webkit-transition:all .2s ease; -moz-transition:all .2s ease; -ms-transition:all .2s ease; -o-transition:all .2s ease; transition:all .2s ease;}
.news_list img:hover{-webkit-transform:scale(1.08); -moz-transform:scale(1.08); -ms-transform:scale(1.08); -o-transform:scale(1.08); transform:scale(1.08);}
.news_list h3 a{ font-size:16px; color:#2a333c;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display:block; line-height:24px; margin-bottom:10px;}
.news_list h3 a:hover{ color:#ff0000;}
.news_list p{  line-height:22px; height:44px; overflow:hidden; color:#5e7387;}
.news_list .time{ float:left; font-size:12px; color:#5e7387;background:url("images/news.png") no-repeat 0 4px; padding-left:15px;}
.news_list .look{ float:right; font-size:12px; color:#5e7387;background:url("images/news.png") no-repeat 0 -15px; padding-left:20px; margin-right:10px;}