@charset "utf-8";
/* CSS Document */

.news_container { 
  width:344px;
  height: 180px;    
  overflow: hidden;
  position: relative; margin:0 auto;
 
}

.news {
  position: absolute;  
  left: 0px;
  top: 0px;
}


#right {
    float: right;
}
.slide_deta{ float:left; width:100%; font-size:14px; color:#999}
.text{ font-family: 'ubunturegular'; font-size:14px; color:#000; border-bottom:1px dashed #000; padding:11px 2px 2px 2px; text-align:justify }
.slide_title{ float:left;font-size:18px; color:#635fad; font-weight:bold;font-family: 'titilliumregular'; width:100%}