/*团队*/
.team-list-box .product_list_card{width:20%;}
@media screen and (max-width: 768px){
	.team-list-box .product_list_card{width:100%;}
}		
@media screen and (min-width: 800px){
	.team-list-box .product_list_card_img img{
		width:228px;
		height:290px;
	}
}
.team-list-box .product_list_card_img{
	text-align:center;
}
.team-list-box .news-intor{padding:15px 0px;}
.team-list-box .new_intor_title{
	line-height:35px;height:auto;
	text-align:center;overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
}

.team-list-box .new_brief{
	text-align:center;
}
