
#news_mpall{
margin:0 auto; width: 998px ;  overflow: hidden;
}



#news_mp{
  float: right; width: 300px; height: 120px;
  padding: 10px 14px ; background:#
}





#news_img{
 float: right; width: 95px ; height: 150px;  text-align: center;
}

#news_img img{  width: 100px; height: 100px  }

#news_img a{
  float: right;
background: #fff;
width: 100px ; height: 100px;
border: 5px solid #CBD9DE;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}
#news_img a:hover{
  float: right;
background: #CBD9DE;
width: 100px ; height: 100px;
border: 5px solid #ff7f00;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}



#news_t{
 float: right; width: 140px;  padding-top: 2px ; padding-right:10px;height: 98px ; margin-right:15px;
 
}

#news_t a{
  float: right;
background:  transparent;
width: 170px ; height: 100px;
color:#444444;


}
#news_t a:hover{
  float: right;
background:  transparent ;
width: 170px ; height: 100px; color:#ff7f00
}


.clearn { clear: both;}