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


#content{ margin: 15px auto 30px auto;}
#content .column{ background-color:#f6f6f6; margin-bottom: 10px; padding: 60px 100px; display:block;}
#content .column .text{ width:540px; float:right; padding:10px 20px 0 20px;}
#content .column .text h3{ width:500px; height:24px; font-size:22px; color:#333; margin-bottom:25px; font-weight:bold;
overflow: hidden; text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#content .column .text h4{ font-size:19px; color:#b1b1b1; margin-bottom:25px; font-weight:bold;}
#content .column .text p{ width:500px; height:66px; font-size:16px; color:#707070; margin-bottom:23px; text-align:justify;
overflow: hidden; text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}  
#content .column .text button{ font-size:14px; color:#666; border:1px #ccc solid; padding:5px 15px;}

#content .column .text .link{ margin-bottom:12px; padding:5px 0 0 0;}
#content .column .text .link img{ margin-right:12px; margin-top:-3px;}
#content .column .text .link span{ font-size:14px; color:#727171; margin-right:12px;}



#content .left{ width:386px; height:257px; position:relative;}
#content .left .main_pic{ width:100%; height:100%;
	-webkit-box-shadow: #666 0px 0px 20px;-moz-box-shadow: #666 0px 0px 20px;box-shadow: #666 0px 0px 20px;
}
#content .left .bofang{ position:absolute; left:156px; top:90px;}



