@charset "utf-8";
/*---------*/
.block-ct{
	width:980px;
	height:auto;
}
.block_text{
	margin-top:20px;	
	margin-left:40px;	
	width:900px;
}
.left_img{
	float: left;
  width: 200px;
  max-height: 300px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom:50px;
}
.left_img img {
	
	width: 200px;
  height: auto;
  border-radius: 20px;
}
.left_img div img {
	
	width: 200px;
  height: auto;
  border-radius: 20px;
}
.left_img div {
  border-radius: 20px;
}
.right_text{
	float: left;
  width: 650px;
  height:auto;
  margin-left:50px;
}