@charset "gb2312";
@media only screen and (max-width:330px) {
	.m_hide span {
		max-width: 145px;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}