.inYtxmCon li{
	width: 100%;
	/*border: 1px solid #b6d7ea;*/
}
div .inYtxmCon img:hover{
	transform:scale(1.1,1.1); /* 划过放大样式*/
	transition: all 0.5s;/* 划过放大时间 */
	opacity: 0.6;/* 划过添加灰度样式 */
}
.portfolio-detail{
	clear: both;
}