@media (min-width:1100px)
{
	.listabc
	{
	width:835px;
	padding: 5px 0 20px 5px;
	}
		.abc
		{
		width:820px;
		}
		a.venelem
		{
		width: 133px;
		}
	.vencatimg
	{
    height: 34px;
    margin-right: 10px;
	}
	.vencatname
	{
	width:620px;
    font-size: 16px;
	}
	.numberlist a.venbutton
	{
    height: 26px;
    font-size: 17px;
	}
}
@media (max-width:1100px)
{
	.listabc
	{
	width:680px;	
	padding: 5px 0 20px 5px;
	}
		.abc
		{
		width:670px;
		}
		a.venelem
		{
		width: 128px;
		}
	.vencatimg
	{
    height: 34px;
    margin-right: 10px;
	}
	.vencatname
	{
	width:460px;
    font-size: 16px;
	}
	.numberlist a.venbutton
	{
    height: 26px;
    font-size: 17px;
	}
}
/**/
@media (max-width:975px)
{
	.listabc
	{
	width:330px;	
	padding: 5px 0 20px 5px;
	}
		.abc
		{
		width:325px;
		}
		a.venelem
		{
		width:157px;
		}
	.vencatimg
	{
    height: 34px;
    margin-right: 10px;
	}
	.vencatname
	{
	width:165px;
    font-size: 12px;
	}
	.numberlist a.venbutton
	{
    height: 26px;
    font-size: 12px;
	}
}
@media (max-width:599px)
{
	.listabc
	{
	width:310px;
	padding:0px;
	}
		.abc
		{
		width:305px;
		}
		a.venelem
		{
		width: 146px;
		}
	.vencatimg
	{
    height: 30px;
    margin-right: 5px;
	}
	.vencatname
	{
	width:155px;
    font-size: 12px;
	}
	.numberlist a.venbutton
	{
    height: 23px;
    font-size: 12px;
	}
}
	.listabc
	{
	float: left;
	}
		.abc
		{
		float:left;
		margin:5px 0 5px 0;
		font-size:18px;
		}
		a.venelem
		{
		float: left;
		margin: 1px;
		overflow: hidden;
		border: 1px solid #949494;
		border-radius: 3px;
		text-align: center;
		height: 46px;
		font-size: 12px;
		color:#000;
		}
			a.venelem:hover
			{
			color:#da251d;
			}
		a.venelem img.venelimg
		{
		max-width: 130px;
		height: 22px;
		margin: 3px 0 3px 0;
		}
	.vencatimg
	{
    float: left;
	}
	.vencatname
	{
    float: left;
	overflow:hidden;
	line-height: 2em;
	white-space:nowrap;
	}
	.numberlist a.venbutton
	{
    float: right;
	width: auto;
	margin: 0;
	padding: 5px 4px 5px 4px;
    background: #12529c;
    border-style: none;
    border-radius: 0 2px 0 0;
	text-align: right;
	color: #FFF;
	line-height: 23px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
	}
		.numberlist a.venbutton:hover 
		{
		background: #0CF;
		color: #FFF;
		}
		img.crtfct
		{
		float:left;
		z-index:3;
		position:relative;
		transition: max-width .8s, max-height .8s;
		max-height: 114px;
		max-width: 50%;
		border: 1px solid #949494;
	    border-radius: 3px;
		}
			img.crtfct:hover
			{
			max-height: 800px;
			max-width: 100%;
			}