/* 与官网 en/css/responsive2.0.css 一致：Company 等区块左右分栏依赖此布局 */
.ytable {
	display: table;
	width: 100%;
}
.ytable-fixed {
	table-layout: fixed;
}
.ytable-cell {
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.ytable.xy,
	.ytable.xy > .ytable-cell {
		display: block;
	}
}
.img-block {
	display: block;
	width: 100%;
}
.Ispic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
