
.wrap{
	height: 260px;
	position: relative;
	overflow: hidden;
	margin: 5px auto;
	width: 1920px;
}

.wrap ul{
	/*overflow: hidden;*/
	position:relative;
	width: 600px;
	left: 0;
	_height:1px;
}

.wrap ul li{
	float: left;
	margin-left:30px;
	width: 250px;
}

.wrap ul li h2{
    margin-top:10px;
	width:225px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	color: black;
}

.wrap ul li a:hover{
	text-decoration: none;
}

.wrap ul li a {
    width: 100%;
    font-size: 20px;
    color: #333333;
    line-height: 33px;
    height: 66px;
    overflow: hidden;
    text-align: left;
}