/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/
.main .about .text {

  display: -webkit-box;
 
  text-overflow: ellipsis;
  
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1200px) {
  .main .about .text {
   
  }
}