@charset "utf-8";
/* CSS Document */


#content{ margin: 15px auto 30px auto; background-color:#f6f6f6; padding: 15px;}
#content .column{ float:left; width:386px; margin:5px;}
#content .column .text{ padding:30px 20px; background-color:#fff;}
#content .column .text h3{ font-size:19px; width:346px; height:48px; color:#333; margin-bottom:4px; line-height:24px; font-weight:bold;
 overflow: hidden; text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
#content .column .text .link{ margin-bottom:12px; padding:5px 0 0 0;}
#content .column .text .link img{ margin-right:12px; margin-top:-2px;}
#content .column .text .link span{ font-size:14px; color:#727171; margin-right:12px;}
#content .column .text p{ width:346px; height:65px; font-size:16px; color:#727171; margin-bottom:20px; border-top:1px #ccc solid; padding-top:20px;
overflow: hidden; text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}  
#content .column .text button{ background-color:#f5f5f5; font-size:14px; color:#666; border:1px #ccc solid; padding:5px 15px;}
#content .column .img{ width:386px; height: 257px;}
#content .column .img img{ width:100%;}


